Practice free →
HomeSoftware TestingSoftware Testingfundamentals_levels_techniques › Which of the following is a STATIC testing techn…

Which of the following is a STATIC testing technique?

ASmoke testing of a fresh deployment
BCode review and walkthrough by peers
CExecution of unit tests on the build
DPerformance load testing of an API
Answer & Solution
Correct answer: B. Code review and walkthrough by peers
Static testing examines artefacts WITHOUT executing code (reviews, walkthroughs, inspections, static analysis). Dynamic testing executes code (unit, performance, smoke, system tests).
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions