Multiple choice technology testing

BVT “Build Verification Testing” is a kind of ----------- testing?

  1. Performance Testing

  2. Regression Testing

  3. Volume Testing

  4. Security Testing

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

BVT (Build Verification Testing) is a type of regression testing that verifies core functionality after a new build. It ensures the application is stable enough for further testing. It's not performance, volume, or security testing.