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 / 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 |
Post New Answer View All Answers
How vugen create a vuser script?
What is the purpose of an extended log?
What are the types of checkpoints is available in loadrunner?
What is the process for developing a vuser script?
What are all the types of goals in goal-oriented scenario of load runner?
how to add 100 for dynamic(correlate value) value
How you edit the script?
What is the difference between lr_error_message and lr_debug _message?
What is rendezvous graph?
What is difference between manual scenario and goal oriented scenario?
How to create a scenario?
What is the benefit of running a vuser script as a thread?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
What is transaction performance graph?
How do you identify which values need to be correlated in the script? Give an example.