what do u mean by co-relation?
Answer Posted / nagarjuna reddy yedla
In loadrunner to capture the Dyanmic value in each run of
the script execution.
Two types of correlation are there in loadrunner.
1.Auto correlation 2.manual correlaion
The function of correlation is Web_reg_save_param("param
name","Lb=","RB=","ORD=",LAST);
web = webapplication(HTTP)
reg = Regestration
save = saving the next comming dynamic value into the
parameter name
param = parameter
The web_reg_save_param() function registers a request to
retrivew dynamic information from the downloaded page and
save it to the above mentoned parameter name.
1.parameter name:-it captures the newly server generated
value and replace through the script.
LB: it indicates the left boundary value of the correlted
value.
RB: it indicates the right boundary value of the correlated
value.
ORD value: ordinal vlue. The specific position of the
correlated value with the left and right boundary match
cases.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the difference between transaction and transaction instance in loadrunner ?
How we tested remote servers if client is installed in another place
What is remote command launcher?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
What is parameterization?
what is remote performance monitering?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What is extended log?
What is manual correlation?
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What can I monitor with loadrunner?
What do vuser_init and vuser_end action contain?
What are the different components of loadrunner?
How do you decide the number of load generator machine required to run a test?
what are the risks you faced with loadrunner