Multiple choice technology testing

Testing, in which code is not executed is called

  1. Static Testing

  2. Dynamic Testing

  3. White Box Testing

  4. Reliability Testing

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

Static testing involves reviews and inspections without executing code. Dynamic testing requires running the software. White-box refers to internal structure visibility, not execution status.