Multiple choice technology testing

  1. Which test can be performed at all test levels?

  1. System testing

  2. Operational testing

  3. Structural testing

  4. Integration testing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Structural testing (also known as white-box testing) can be performed at all test levels - unit, integration, system, and acceptance. It examines the internal structure and implementation of the software. System and Operational testing are primarily at the system level, while Integration testing focuses on interfaces between components.