How will you call a different vuser script from another
vuser script? Note: Former vuser script is already created
and needs to be called as the first thing before other code
in second vuser script is executed.
Answer Posted / anaz
Your question will be more easy answer if get back with the
exact work flow
Try this
By inserting multiple actions in Vugen you can do that
After action 1 completes execution action 2 will starts
getting executing
V init()- Generally used for Login screen
action()1
.
. - Used record actual bussiness process
.
action()n
V.end() Ex. Logout or the last step
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
How can we edit the vuser script?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
For what purpose, user will be using ‘continue on’ error?
What is the think time? What is the threshold level for think time and how can be this changed?
What is the purpose of a loadrunner transaction?
What is the advantage of running vuser as a process than a thread?
How will you divide your script into multiple actions? Why?
What is the benefit of running a vuser script as a thread?
What are the vuser components in loadrunner?
How can we recording vuser scripts using vugen?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
how to get current system time Loadrunner function?
What are the types of checkpoints is available in loadrunner?
What are the 5 icons appear in the buttom of the controller windows?
How to create a scenario?