Answers for "performance testing how to do"

2

performance testing test cases

1. Check if the page load time is
within the acceptable range.
2. Check the page load on slow connections.
3. Check the response time for any action
under a light, normal, moderate, and heavy load conditions.
4. Check the performance of 
database stored procedures and triggers.
5. Check the database query execution time.
6. Check for load testing of the application.
7. Check for the Stress testing of the application.
8. Check CPU and memory usage under peak load conditions.
Posted by: Guest on January-19-2021
0

when to use performance testing

When do you use Performance Testing?
Performance testing is done to check the performance
of website servers, database, and network.
If you are adopting waterfall methodology,
then it is important for you to check each time
release of a new version. However, 
if you are using the agile software development approach,
then you need to test application continuously.
Posted by: Guest on December-05-2020

Code answers related to "performance testing how to do"

Browse Popular Code Answers by Language