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 a correlation?
Why do you create parameter?
What do vuser_init and vuser_end action contain?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.
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 script list?
How does loadrunner execute a performance scenario?
What is stand-alone mode?
What is lr-function?
How can you test the global servers with using loadrunner
What are all the components of loadrunner?
What are different types of vuser logs which can be used while scripting and execution?
What is the use lr_abort function?
How many users can I emulate with loadrunner on a pc?
How could you measures Https/Sec ?