Ordinance in Correlation

What is the significance of ordinance in web_reg_save_param during correlation?

Questions by cheran teja

Showing Answers 1 - 18 of 18 Answers

web_reg_save_param is one of the most important function in LoadRunner. It is used to capture a value or list of values that is based on defined left boundary (LB) and right boundary (RB). Its attributes are as follows:
LB
RB
ORD
RelFrameID
Search
SaveOffset
Savelen
Convert
NotFound
IgnoreRedirections

Whenever the data returned by the server through correlation and is dynamic in nature then
web_reg_save_param helps to capture such dynamic data that are stored in array.

ORD - Ordinal is used to specify the occurrences to capture. By default its value is 1 which means all occurances will be captured. Ordinal specifies the location of the value to capture if multiple occurrences of LB and RB exists.

  Was this answer useful?  Yes

Chitra C

  • Sep 7th, 2012
 

In Manual correlation

web_reg_save_param("C_xxx",
"LB=xxxxx",
"RB=xxxxxx",
"ORD=All",
LAST");

ORD indicates ordinal or occurrence no of the match, Default ordinal is 1.
If we give ord=All it saves all parameter values in an array

  Was this answer useful?  Yes

Pavithra

  • Apr 1st, 2013
 

Ordinance is used to capture all the values of a dropdown

  Was this answer useful?  Yes

srikanth

  • Oct 29th, 2014
 

It shows the no of occurrences between the boundaries

  Was this answer useful?  Yes

Jayanthi

  • Dec 31st, 2014
 

ORD is nothing but number of occurrences of the dynamic values of the Left and Right boundaries

  Was this answer useful?  Yes

sirisha

  • Mar 29th, 2015
 

ORD is nothing but number of occurrences of the dynamic values of the Left and Right boundaries

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions