46.5k views
4 votes
Given that the testing being performed has the following attributes:

- Based on interface specifications
- Focused on finding failures in communication
- The test approach uses both functional and structural test types
Which of the following test levels is MOST likely being performed?
A. Integration testing
B. Acceptance testing
C. System testing
D. Component testing

User ByteWelder
by
8.2k points

1 Answer

4 votes

Final answer:

System testing is the test level that is most likely being performed based on the given attributes, which include interface specifications, finding failures in communication, and using functional and structural test types.

Step-by-step explanation:

The test level that is most likely being performed based on the given attributes will be System testing. System testing is a level of testing that focuses on evaluating the behavior and performance of the entire system or application. It tests the integration and communication between different components or modules.



In this case, the testing is based on interface specifications, meaning that it is focused on testing the communication and interaction between different parts of the system. It also uses both functional and structural test types, which aligns with the objectives of system testing.



Therefore, the most appropriate choice would be C. System testing.

User Alecbz
by
8.1k points