Explain how to perform load-testing.- Load testing is performed by testing the same data or running the application by 5 – 6 systems simultaneously and checking the time span for retrieving the data from database with popup and search screens. One example is to test a client-server application which runs the client in a loop against the server over and over for a stipulated period of time.
- Load testing is done to know how well can a system handle and respond when subjected to load. It can be done by either moderately loading the system for a long time or heavily loading the system for a short time. In either approaches intention is to check the limitations of the system.
E.g. exceeding the number of users on the web, Memory management testing: i.e. uploading many pictures
|