Sobes.tech
Junior

What is Build Verification Test?

sobes.tech AI

Answer from AI

A small set of tests to verify the stability and core functions of the new build before the full regression testing cycle.

BVT objectives:

  • Ensure the build has been successfully installed.
  • Verify the operability of key application functions.
  • Identify "deadly" defects that block further testing.
  • Save QA time by preventing full testing on a build that is known to be non-functional.

BVT features:

  • Focused on criticality and not full functionality.
  • Performed immediately after the new build is ready.
  • Often automated.
  • Result: either the build passes BVT and proceeds to further testing, or it is rejected and sent for revision.