What is the name for a testing approach that examines code, documentation, or requirements without executing the program?
- A. Test plan
- B. Dynamic testing
- C. Static testing ✓
- D. Exploratory testing
Correct answer
C. Static testing
Explanation
Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.