Dynamic testing is best defined as which of the following?
- A. A formal document that outlines the scope, approach, resources, and schedule of testing activities for a project.
- B. The final phase of the SDLC in which a delivered software system is updated, fixed, and improved over time.
- C. A testing approach that involves executing the software and observing its actual behavior. ✓
- D. A testing approach that examines code, documentation, or requirements without executing the program.
Correct answer
C. A testing approach that involves executing the software and observing its actual behavior.
Explanation
Dynamic testing refers to a testing approach that involves executing the software and observing its actual behavior.