What is the basic flow in load testing?The following is the flow of load testing:
1. Test planning 2. Virtual Users creation 3. Scenario creation 4. Running the test 5. Test analysis
Flow in Load testing:-
1. Plan the test: - Plan what testing needs to be done. What functionality or module needs to be tested? 2. Create Virtual Users:- The main goal of the load testing is to check the expected usage of a software program by allowing multiple users accessing the program's services concurrently. Hence virtual users need to be created. 3. Creating the scenario:- create test scenarios to determine the load the needs to be given to the system. 4. Running the test against the scenarios created 5. Analyze the test to see if the results of performance are as expected.
|