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 is difference between manual scenario and goal oriented scenario?
What is loadrunner controller?
What do you mean by remote command launcher(rcl)?
How many section database vuser script have?
What is parameterizion?
What is the process for developing a vuser script?
For what purpose, user will be using ‘continue on’ error?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
What is the loadrunner end transaction and its syntax?
What is the significance of “vuser-init “?
How can we develop the database vuser script?
Which are online monitors and windows resource monitors
What is report viewer?
What is manual correlation?
What is the modular approach of scripting?