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
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 |
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 |
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 |
How can u find out hidden files in Load Runner Script and how can u correlate?
Pls post me Load Runner Certification details
What is Latency in LoadRunner? What is Network Latency? could u explain in detail how to define this network Latency in LoadRunner? Thanks in Advance
What is the difference between standard log and extended log?
What is script list?
What are the process for developing a vuser script?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
Consider a business transaction, which is run in the LR tool (takes 2sec), but when run manually (takes 4sec). Please explain??
If it is possible to test 5000 vuser through single machine? Then how you can test? plz explain
How you will identify the Non Functional requirements?
what is the diff b/w loadrunner 8.1& loadrunner 9.5
What is the basic credentials should be provided while recording SAP-GUI?