[Original] What is build verification test (BVT)
BVTBuild verification test(Build verification test)
Building verification testing is a test of the basic functions of a verification system automatically run by the team after a build is completed. This type of test can be executed manually or automatically. It is recommended that the test run automatically after the automatic build is successful.
Build verification test selection features: usually select the basic functional points in the software system, such as installation/Upgrade/Uninstall;
Build verification test process:
1RunningBVTBefore that, perform all unit tests first.,Objective To ensure that the unit test versions of the system are consistent and prevent version differences from causing failures;
2PassBVTTo obtain information, whether the system is measurable, that is, whether it can carry out in-depth tests and continue to carry out;
3IfBVTThe build test fails and must be repairedBugAnd then generate a new version.