What r the rules to apply to select correlated values in
project?(Chandana)
Answer Posted / shivakumar
Hi chandana
correlation is very simple, it means to capture the dynamic
values which are sent from the server. rules in the sense,
this procedure we hve to follow for doing correlation in a
simple manner.
stepl:- generate the two scripts for the same actions;
2) then you hve to compare the two scripts by using wdiff
tool, it is a part of vugen component.
3)identify the dynamic values which are different from each
other like transaction id's and session id's etc.
4)copy the value which you would like to correlate and find
out in the script and go to tree view, check the value in
the server response. ctrl+f
5)by using this function
web_reg_save_param("parameter_name","LB='some
value'","RB='some value'","ord='number'","Last");
6)Enable the extended logs in the runtime settings(VUGen)
and click the parameter substitution.
7) compile and run...
8) check the values in the output window wheather it is
sucessfully or not. the line will be appeared in blue colour.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
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?
How to configure yahoo cookies in load runner?
How can we invoke a parellel process in load runner using C or perl language?
Why vugen is used in lr?
What is a correlation? Explain the difference between automatic correlation and manual correlation?
How to run a scenario?
What is script list?
What is the purpose of a loadrunner transaction?
What are the types of checkpoints is available in loadrunner?
What are monitors?
How is automated correlation configured?
What is the significance of “vuser-init “?
What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
What is host?
how to get current system time Loadrunner function?