Home › Software Testing › Software Testing › fundamentals_levels_techniques › Smoke testing is BEST described as
Smoke testing is BEST described as
AFull load test under peak user concurrency
BShallow check that critical functions work
CExhaustive verification of every feature
DPenetration probe of network endpoints
Answer & Solution
Correct answer: B. Shallow check that critical functions work
Smoke (sanity) testing is a shallow but broad check to confirm the build is stable enough for deeper testing. If smoke fails, the build is rejected before further effort is invested.
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