In correlation(web_reg_save_param) function,i need to
display the last but one value(n-1) value if the boundary
values keeps on changing.
For example :
At the time of recording,the n value is 3 and
at the time of playback, the n value is 4.
then how can i display the n-1 value

Answers were Sorted based on User's Feedback



In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if ..

Answer / anjaan

we can use ordinal...we can insert "ORD=All".hence all the
values will get captured and then we can identify at wat
ordinal the value which we required is coming ...so next
time we will use that ordinal and capture the value.

Is This Answer Correct ?    4 Yes 2 No

In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if ..

Answer / ravichandra

Step 1: Use "ORD = ALL" in web_reg_save_param() function to capturae all the values.
In the response of the request "param_count" will let you know how many values are captured in an array.

Step 2: Get the n-1 value by using lr_eval_string("{param_count_n-1}")

Step3: Save the value using lr_save_string() function.

Example :
If param_count = 10 in step1
Then
Write lr_eval_string("{param_count_9));

Is This Answer Correct ?    3 Yes 1 No

In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if ..

Answer / shanmukha

Just use the correlation with the ORD=ALL option
try to get the count of the occurences using lr_eval_string("{variable_count}").

try to save the n-1 value using lr_save_string

Is This Answer Correct ?    2 Yes 0 No

In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if ..

Answer / naveenkumar

Can you please explain it in detail.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Load Runner Interview Questions

What can I monitor with loadrunner?

0 Answers  


What is manual correlation?

0 Answers  


Explain the Load testing process?

2 Answers  


Where do you set automatic correlation options?

1 Answers  


Explain lr_debug_message?

1 Answers  






What is loadrunner api function?

0 Answers  


What is the use of "swing time" in Load Runner?

1 Answers  


What is ramp up and ramp down?

0 Answers  


What is the difference between overlay graph and corelated graph?(Chandana)

1 Answers   TCS,


Target 3000 transactions per 1hr 1 Script contain 50 transactions 1 Iteration is taking 20 seconds No.of users 10 and duration 1 hr what is pacing?

1 Answers   Microsoft,


what is the difference between the HTML and URL based recording in load Runner?

14 Answers   TCS,


whar r the benfits of Load Controlar?

1 Answers  


Categories