Problem
Load testing helps to identify a web application’s maximum operating capacity, as well as any bottlenecks that may interfere with its performance. Similarly, it can check how an application responds to variations in load.
To perform load testing, we must first identify the performance-critical scenarios and the
metrics which fulfill our performance objectives. Typical criteria include:
We would then analyze the results based on the data gathered during the tests and compare it with the accepted values.
Of course what if you want to use some tools?
References
http://tianrunhe.wordpress.com/2012/04/04/load-test-a-webpage-without-any-test-tools/
How would you load test a webpage without using any test tools?Solution
Load testing helps to identify a web application’s maximum operating capacity, as well as any bottlenecks that may interfere with its performance. Similarly, it can check how an application responds to variations in load.
To perform load testing, we must first identify the performance-critical scenarios and the
metrics which fulfill our performance objectives. Typical criteria include:
- response time
- throughput
- resource utilization
- maximum load that the system can bear
We would then analyze the results based on the data gathered during the tests and compare it with the accepted values.
Of course what if you want to use some tools?
- Online tool - Try http://loadimpact.com.
- JMeter
- Use selenium
References
http://tianrunhe.wordpress.com/2012/04/04/load-test-a-webpage-without-any-test-tools/
0 comments:
Post a Comment