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
What is difference between manual scenario and goal oriented scenario?
How to run a scenario?
What is the rendezvous point?
Which function is used to end a nested transaction?
What is the threshold level for think time and how can be this changed?
What is script list?
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?
What should be done to view parameter substitution in the execution log?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
How many section database vuser script have?
What is the difference between web_reg_find and web_find?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
Why we insert the rendezvous point while running the scenario?
What is the number of graphs you can monitor using controller at a time? What is the max of them?