The Concepts of Performance Testing
Performance testing is the testing, which is performed, to find out how the various modules of a system are performing, given a specific circumstance.
Purpose of Performance Testing ďƒ˜
ďƒ˜
Performance testing does not plan to discover Defects in the application. It addresses somewhat more important task of testing the benchmark
Load Testing ďƒ˜
Load testing is intended to test the system by always and relentlessly increasing the load on the system till the time it achieves the threshold limit.
Purpose of Load Testing ďƒ˜
The objectives of load testing are to uncover the defects in application identified with buffer overflow, mismanagement of memory and memory leakages.
Stress Testing ďƒ˜
The main aim behind stress testing is to ascertain the failure of the system and to check how the system recoups back effortlessly.
Purpose of Stress Testing ďƒ˜
The main objective of stress testing is to examine post-crash reports to characterize the behavior of application after failure.

Thank You