What are the different sections of the script? In what sequence do these sections run?
Answer / Prasun Kumar
The main sections of a LoadRunner script are:
1. vuser_init() - Runs once for each vuser at the start of the script execution.
2. function Main() - Contains the main logic of the script and is called repeatedly to execute actions for each iteration.
3. teardown() - Runs after each iteration for each vuser to clean up any resources used during the run.
4. cleanup() - Runs only once at the end of the test for all vusers to perform any final cleanup tasks. These sections run in the following order: vuser_init(), Main(), teardown(), and finally cleanup().
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use Loadrunner Functions in QTP SCript......?
What is the significance of “vuser-init “?
Recognize the debugging tools available in vugen?
How can we handle the vUsers with Secure certification.
Need to know best institute where i can learn LR with live concepts... Please suggest if any one knows...
How to calculate TPS in LR and Jmeter? Suppose I need to carry out test for 1hr duration with 10 VU and i need to achieve 5000 transactions. What should be the iteration of a single user to achieve this ?
how many performance test scripts have you written? what was the performance issues you had? what did you recommended to that issues? what kind of performance requirements did you have? how did you tune the system for performance? how did you ramped up the users? how did you find the bottlenecks of the system? did you find any coding issues and if yes what kinds of?
Recognize why and when to use verification?
What are the major differences between Web Server and Application Server?
Explain the Configuration of your systems?
What is ment by Module level testing ? (Chandana)
When a scenario run exactly what happened?