What is the difference between Group and Scenario in Load
Runner Controller terminology?
Answer Posted / shyam
Group By option is used when there are multiple groups and each group need to be executed in customized sequence.
For ex: Group1: Login, Group2: Cancel Flights, Group3: Find Flights, Group4: Cancel Flights, Group5: Logout
We can set execution sequence as for example:
Login
Cancel flights
Logout
login
find flights
cancel Here execution happens in the sequence we had set
Where as in Scenario based, all the scripts are executed concurrently
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is filtering and sorting?
What are the information contain by script windows for each script in the list?
What is the think time? What is the threshold level for think time and how can be this changed?
How you identify performance test use cases of any application?
What is vugen recording and scripting?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
Why we insert the rendezvous point while running the scenario?
What is vuser-end section?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
What is vuser script?
difference between latency and transaction response time
How do you identify which protocol to use for any application?
What is the significance of “vuser-init “?
What is stand-alone mode?