Home › Software Testing › Software Testing › fundamentals_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).
Related questions
Exit criteria for a test phase typically includeTest-driven development (TDD) follows the cycleIn Agile, the tester's role is BEST described asSelenium is BEST described asWhich is a recognised BENEFIT of test automation?Risk-based testing prioritises test effort byA defect lifecycle typically begins with statusA test plan typically describes