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 |
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
What is the advantage of running the vuser as the thread?
What is difference between manual scenario and goal oriented scenario?
What is the exactly use of webserver and Application server in Load Runner.
How load runner interacts with the application?
How do you estimate test duration in LoadRunner?
How many types of vuser are available?
I need to have a price list for HP loadRunner tool (Analysis, Controller, VU generator) for different number of VU (for example 100 VU,200Vu ,500VU) for performing stress testing. and if there is any mandatory support fees or anything related. i know that companies might get discounts but i need the standard price list as i am planning to purchase the loadrunner but i need to know the price list before ,which will be very helpful if anybody can help. //Hint I need the protocol which contains Oracle web application and Siebel-web i think which is Oracle E-business protocol Thanks
Generally LoadRunner uses to test the load. ( client- server, webbased applications,... etc). Shall we use LoadRunner instead of WinRunner or some other tools?
What are the Performance Testing Methodologies or life cycle? And Give Brief explanation?
Hello testers..This question is for u? If u have guts give the ans for this question?***" Manual tester daily process is ..Study the req.S preparing test scenarios
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.