Testing - What is the basic flow in load testing?

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.
Testing - Difference between lr_error_message and lr_debug _message
Difference between lr_error_message and lr_debug _message - lr_error_message occurs when there is an error in the code of the application......
Testing - How to use Regular Expression in Load Runner for web functions
How to use Regular Expression in Load Runner for web functions - A function can be written in Load runner script to check if a pattern matches against a given subject or not.......
Testing - Difference between load testing and intersystem testing
Difference between load testing and intersystem testing - Load testing is done for a particular application. To check the performance of the system and analyze......
Post your comment