Total Articles 7,181
2011.10.28 14:51:13
1602
jmeter performancetesting your webapp
Testing - Performance/Load/Stress
• Performance testing
• how fast an app performs under a particular workload
• validation, verification of quality attributes (scalability, reliability, resource usage)
• demonstrates that the system meets performance criteria
• Load Testing
• modeling the expected usage by simulating multiple users accessing the web services concurrently
• raised beyond normal usage - stress testing
• Stress Testing
• determination of stability of an application
• tries to break the app by overwhelming its resources

 
 




SureshK
vikasrao

Thanks so much.