Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?

Answers were Sorted based on User's Feedback



U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occuran..

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

U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occuran..

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

U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occuran..

Answer / narayana

maheshkumar is correct


if u want particular occurrence we need to write like this

paramname_no

if paramname is param and if u want 3 occ

then we can write like this:param_3

if u want to get count of all occ then param_count need to be used

Is This Answer Correct ?    7 Yes 0 No

U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occuran..

Answer / bala

if u want a perticular value from a list of matches which
having the same LB and RB then we go for ORD=3

e.g:

abc234xzc
abc456xzc
abc789xzc
abc980xzc
abc567xzc

if u want the value 789 from that list
then u set as ORD=3
it will returns that value
this concept is used for corelation

Is This Answer Correct ?    6 Yes 3 No

U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occuran..

Answer / hussain

Narayana,


where to write this :param_3 in function


Thanks,
Bhasheer

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Load Runner Interview Questions

How is the Best Faculty for LoadRunner in Hyderabad

6 Answers  


Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.

0 Answers  


I have generated a script and inserted the rendezous point in that. With the help of dev. we have a created script which tracks the execution of the request and the response on the server machine and shows on the cmd console. I have assigned 10 Vusers and started the execution, then while tracking on the server machine, the requests are assigned one by one on the server. According to the rendezous point, the requests has to hit at a time on the server, but in this case the request are hitting one by one on the server. Any one help me out......

1 Answers  


What are the different types goals in goal-oriented scenario?

0 Answers  


in real time what are the functions used?and whats its usage?

1 Answers   CTS,


WHAT IS THE PRESENT MARKET FOR LOAD RUNNER?ANY REQ IS THERE UP TO DEC 2012?

2 Answers  


What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs?

0 Answers  


Hi I urgently need a substantial answer for one Q on Vusers - Performance Center. Hope you could help me. Q : My application is intended to undergo soon the load testing with performance center. The Vusers we planned are 100. But the dev team says that we should use 100 different UserID/Password's & each Virtual user should login into a different account while testing. Firstly, is this required ? my application can handle multiple logins for the same userid/password, hence is it mandatory to use 100 different account when we can do the same test with one account. If so, for 1000 Vusers we cannot use 1000 logins right ? I need substantial info to prove my point. Secondly, is this possible to assign a different userid/pwd to each Virtual user ? Thanks in advance & awating your reply Harsha

11 Answers   Polaris, Verizon,


What is performance testing in loadrunner?

0 Answers  


If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the steps for above ?

3 Answers   IBM,


What are the Web Stress Tools are commonly used these days? Please advise.

1 Answers  


What are the loadrunner testing process?

0 Answers  


Categories