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 remote command launcher?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
Does caching have a negative effect on your load testing results?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?
What is loadrunner controller?
Which are online monitors and windows resource monitors
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?
Which components have you used in loadrunner ?
What is the modular approach of scripting?
what are the risks you faced with loadrunner
How to identify what to correlate and what to parameterize?
How many section database vuser script have?
how to add 100 for dynamic(correlate value) value
What is local configuration file?
What are the types of checkpoints is available in loadrunner?