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
Answer Posted / 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 |
Post New Answer View All Answers
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?
How can we find database related issues?
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What is the advantage of running vuser as a process than a thread?
How can we invoke a parellel process in load runner using C or perl language?
How is each step validated in the script?
What is stand-alone mode?
What is the think time? What is the threshold level for think time and how can be this changed?
What is the benefit of running a vuser script as a thread?
What is protocol function?
What is the latest version and language used in load runner?
Which loadrunner component does the recording of performance test scenario?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
How can we perform functional testing under load?