Testing - Explain how to perform load-testing.

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
Testing - What is Table-Driven testing?
What is Table-Driven testing? - Table-Driven testing, also known as keyword or action driven testing uses a specified methodology for testing. The methodology divides the testing in two stages.......
Testing - What is TPA Analysis?
What is TPA Analysis? - Test Point analysis is used to prepare an estimate for system testing or acceptance testing.......
Testing - What are function points?
What are function points? - Function points are used a metric in software testing. They are used to measure the size of the software, functionality by measuring the requirements........
Post your comment