U r taken ORD=All in correlated function.What it
represents.Now i want to capture the ORD=3 occurance& place
it in web_submit_data of vu gen script. How can u do it?
Answer Posted / maheshkumar
Using ORD=ALL will capture an ARRAY WITH ALL
MATCHING VALUES.
1. case where you want only 3rd value use can use ORD=3
2. If you want to capture all values and then you want to
make use of 3rd value of the captured array, you will have
to use "PARAM_NAME_3"
For example you have used:
web_reg_save_param
("Array","LB=abc","RB=xyz","ORD=All",LAST);
and it give results a1,a2,a3,....
Now you want to place "a3" in web_submit_data then you
should use:
{Array_3}
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the advantage of running vuser as a process than a thread?
How you enhance the basic script?
What is x-windows?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
How you identify performance test use cases of any application?
What are all the reasons to use the server resources monitor?
when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com
What is parameterization?
How you set maximum number of vuser that a host can run?
How to upload media use loadrunner? I record the script but it fail because the top of document is invalidation.How to solve the problem?Which one know the answer please tell me. Thanks!
You have created several auto-correlation rules. A new tester on your team is preparing to record a group of scripts on the same application on his workstation. What can you do to provide the tester with the correlation rules?
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
What would be your recommendation to improve performance measure?
What is the vuser in the scenario?
How do you decide the number of load generator machine required to run a test?