Configuration tests - microsoft solution framework

Define Configuration tests.

Configuration tests are performed to ensure that the current configuration does not suffer from any potential problems. They might be performed for various combinations of configurations to confirm whether the code executes for different configurations or not. Configuration tests however, might be further broken down into sub categories:

a) Hardware Configurations
b) Software configurations
c) Network configurations
d) E-mail configurations
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........
Compatibility tests - microsoft solution framework
Compatibility tests - It is a set of non functional tests that are executed to test the application’s compatibility on the environment it is being run on........
Post your comment