What is Build Verification Testing, BVT?- Build Verification Testing is a group of tests that execute on every newly build of products for verification in which the build is testable prior to the release of build into the hands of the test team. The main stream functionality of the application software is tested using BVT. BVT lets the developers know if any serious problems exist with the build. They save the test team time and frustration by avoiding the test of an unstable build.
- BVT is to verify the build for before it is tested by the team. Verification is done to ensure the build is free of errors by running some tests on the build. Also termed as Build acceptance test, runs and executes the tests to ensure the main functionality of the software is error free. If any build fails the test, previous build is used for testing.
|