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
In a web server, database and network are all working fine and now, where could be the problem?
Which loadrunner component does the recording of performance test scenario?
What tools are required to analyze vuser run results?
When loadrunner is used?
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?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
When the rendezvous point is insert?
How can we recording vuser scripts using vugen?
What is the modular approach of scripting?
How can correlation be performed?
What are the capabilities exactly you look for while selecting the performance testing tool?
When you initialize the vuser what happen?
What is wasted time in vugen replay log?
What are the different types goals in goal-oriented scenario?
How to find get the Response time of the Online News Feeds (News headlines getting updated in every second with out any user intervention)using Load Runner ?