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 create a host list for a scenario?
What are the 5 icons appear in the buttom of the controller windows?
How could you measures Https/Sec ?
What is elapsed time in load runner?
You want to have each step in your script measured as a transaction in the controller and not shown in the replay log in vugen. How can you accomplish this?
How to identify what to correlate and what to parameterize?
What is the threshold level for think time and how can be this changed?
What is ramp up and ramp down?
Which are online monitors and windows resource monitors
What is remote command launcher?
What are the element in the loadrunner controller?
How can performance bottlenecks be identified?
How are concurrent users differing from simultaneous users?
What is pause command?
How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?