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
When the rendezvous point is insert?
What is the advantage of using loadrunner?
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?
Which protocols are supported by loadrunner?
How can we recording vuser scripts using vugen?
What are the documents your using ,and how your distibute the users
How does loadrunner execute a performance scenario?
What are the advantages of load runner?
What is a difference between pacing and think time?
How to upload media use loadrunner? I record the script but it fail because the top of document is invalidation.How to solve the problem?Which one know the answer please tell me. Thanks!
What is transaction performance graph?
What is filtering and sorting?
What is pause command?
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?
What is protocol function?