Check-in tests - microsoft solution framework

Define check-in tests

These are the tests performed by the developers before they check-in the code in order to ensure that the code is in a stable state and the previously working functionalities are not broken.
Function tests - microsoft solution framework
Function testing involves testing of various functions present in the source code. It is done by developers.......
Build verification tests - microsoft solution framework
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........
Regression tests - microsoft solution framework
Regression tests are performed to ensure that any changes in the code have not broken previous functionality.........
Post your comment