Build verification tests - microsoft solution framework

Define Build verification tests

It is a collection of tests which are performed on every new build of the solution to verify sanity of the solution and confirm if the build is testable before releasing it to the testing team. These tests normally test the major functionalities of the system being developed. Any builds that do not pass this test are considered to be not testable by testing team and hence are rejected as builds for release to the testing team.
Regression tests - microsoft solution framework
Regression tests are performed to ensure that any changes in the code have not broken previous functionality.........
Configuration tests - microsoft solution framework
Configuration tests are performed to ensure that the current configuration does not suffer from any potential problems.........
Stress tests - microsoft solution framework
Stress tests can be done manually or automatically using tools such as load runner........
Post your comment