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.
Answers were Sorted based on User's Feedback
Answer / veera
Never go for script coping to other action part, it's not
reusable. You need Replay log and genaration log for
verification and correlation.
Try record and enhance the script.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / devaprasanna
Import Second script action from the first script and then use the second script action as a module function so that you call the second action from first action wherever you need to execute the second Vuser script action
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Explain all the web recording options? How did you find web server related issues?
Correlation function web_reg_save_param(pname,LB,RB,ORD,LAST); with in the function ORD default value how much? can any one send sss4702@gmail.com it is Amdocs company asked?
What do you mean by scalability, spike ,stress,load testing.
What in percentile graph?
How will you divide your script into multiple actions? Why?
How do we write a user-defined function in loadrunner?
Can we do Context Parametrization in VUGen script of load Runner. I mean to say like .. i have recorded an set of steps in one environment and i want to run the same script in another environment too. Is it possible to do it in Loadrunner? can we do the url or web service parametrization in LR? Plz help on this..
What is difference between manual scenario and goal oriented scenario?
What does vuser_end action contain?
pls suggest me a good institute for loadrunner in hyderabad also what about a practice project?
What is script list?
How you enhance the basic script?