Multiple choice technology

Inspection, Review, Walkthrough fall under which type of testing

  1. Integration testing

  2. User acceptance testing

  3. Dynamic testing

  4. static testing

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

Static testing involves verifying software without executing it. Techniques like inspection, review, and walkthrough examine documents and code manually to find defects early in the development lifecycle. This is different from dynamic testing which requires running the software.