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 / selva

ORD in web_reg_save_param or ORDINAL represents the position
of the desired data in a list of matching output values that
have passed the left and right boundary test.

For e.g., let us assume your server output looks like this :

the table value created is: 1234 and can be used
the table value created is: 1235 and can be used
the table value created is: 1236 and can be used

Here the LEFT and RIGHT boundaries are same for all the
three values 1234, 1235 and 1236. But you need only the
value 1236. If this is the case, you need to use the OPTION
'ORD' in this method. ORD indicates which value among the
matching ones must be retrieved

If you specify ALL, it will return an ARRAY WITH ALL
MATCHING VALUES in the array. Hence, your array will have
1234, 1235, 1236.

For capturing ORD=3 occurrence and using it in
web_submit_data, store ORD=3 occurrence in a PARAMETER
through web_reg_save_param.
Replace the data in the web_submit_data with the PARAMETER
CREATED.

Is This Answer Correct ?    24 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between transaction and transaction instance in loadrunner ?

1228


What is loadrunner agent?

717


What are the types of checkpoints is available in loadrunner?

673


What is the vuser in the scenario?

597


What is wasted time in vugen replay log?

672






What should be done to view parameter substitution in the execution log?

595


In a web server, database and network are all working fine and now, where could be the problem?

582


Which function is used to end a nested transaction?

589


What are the section contain by the vugen while creating a vuser script?

591


what is remote performance monitering?

1670


How will you divide your script into multiple actions? Why?

772


How do you decide the number of load generator machine required to run a test?

723


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

1561


What is the difference between overlay graph and correlate graph?

651


Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?

1551