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 loadrunner controller?
What is vuser script?
How can you set the number of vusers in loadrunner?
What is running virtual user graph?
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?
How many types of vuser are available?
What are the vuser components in loadrunner?
Which function is used to end a nested transaction?
What is vuser-init section?
What is a difference between pacing and think time?
What is stand-alone mode?
When you initialize the vuser what happen?
What are the capabilities exactly you look for while selecting the performance testing tool?
Explain the difference between automatic correlation and manual correlation?
How do you identify which values need to be correlated in the script? Give an example.