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
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!
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What is the significance of “vuser-init “?
What is report viewer?
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is the advantage of using loadrunner?
What is the difference between lr_error_message and lr_debug _message?
What is remote command launcher?
What is the think time? What is the threshold level for think time and how can be this changed?
How can you test the global servers with using loadrunner
What do you mean by initialization of quota?
How does loadrunner execute a performance scenario?
What is rendezvous graph?
How many types of graphs are available in loadrunner?