
In case of performance testing, application should be tested under normal load say, testing the response time taken to list the items when an item is searched.
In case of load testing, application should be tested with high load like triggering the same search operation by multiple number of users until it slows down. Volume testing is also similar to load testing.
In case of stress testing, application should be tested with high load till the application crashes. Few other cases include testing the application when system is out of resources.
No comments:
Post a Comment