Multiple choice technology testing

In which phase static tests are used

  1. Requirements

  2. Design

  3. Coding

  4. All of the above

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

Static testing applies throughout the software development lifecycle - it includes reviews of requirements documents, design specifications, and code without actually executing the program. Each phase benefits from static analysis techniques.