Regression tests - microsoft solution framework

Define Regression tests

Regression tests are performed to ensure that any changes in the code have not broken previous functionality. They should be performed whenever the source code has been changed. Regression testing is performed by executing previous/existing test cases and performing additional test cases which cover the new functionality. One must perform regressions tests for each fixed bug and new functionality added.
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........
Performance tests - microsoft solution framework
Performance testing is executed to measure some performance metrics/quality attributes of the system and not functionality or integrity........
Post your comment