Inspection, Review, Walkthrough fall under which type of testing
-
Integration testing
-
User acceptance testing
-
Dynamic testing
-
static testing
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.