Saturday, April 4, 2009

What is stability testing?

- Stability: A stability test is designed to determine whether a web application will remain serviceable / stable over an extended time span.

Outcomes of this testing is :
  • To determine memory leaks on middleware or application servers
  • To find out the cursor leaks on the database
  • To find out connection leaks on the database
  • To find out the response time degradation with the data growing on the database etc.

No comments:

Post a Comment