Multiple choice technology testing

Build Verification Test is

  1. Same as smoke test

  2. Done after each build to make sure that the build doesn’t contain major errors

  3. Both A and B

  4. None of the above.

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

Build Verification Test (BVT) and smoke test are often used interchangeably - both are quick tests run after each build to verify basic functionality and catch major errors that would make further testing pointless. BVT ensures the build is stable enough for detailed testing. Both A and B correctly describe aspects of BVT.