Which of the following best describes Static testing?
- A. A metric that measures the proportion of source code or requirements exercised by a test suite.
- B. Two complementary quality assurance processes: verification checks if the product was built correctly, while validation checks if the correct product was built.
- C. A formal document that outlines the scope, approach, resources, and schedule of testing activities for a project.
- D. A testing approach that examines code, documentation, or requirements without executing the program. ✓
Correct answer
D. A testing approach that examines code, documentation, or requirements without executing the program.
Explanation
Static testing refers to a testing approach that examines code, documentation, or requirements without executing the program.