What r the rules to apply to select correlated values in
project?(Chandana)
Answer Posted / gopi
if u wnat find Correlation values just record the script
twice and compare them from comparision u came to know what
are the dynamic values in ur script.other wise u can use
beyond compare s/w u can compare bothe of the scripts.
if u use .net(my application) based application these type
of dynamic values u will get
28. VsKey Correlation Path : web_reg_save_param
("vskey1","LB=__vsKey\" value=\"","RB=\"",LAST);
29. ViewState Correlation : web_reg_save_param
("viewstate1","LB=__VIEWSTATE\" value=\"","RB=\"",Last);
30. Event Validation Path : web_reg_save_param
("evehan1","LB=__EVENTVALIDATION\" value=\"","RB=\"",LAST);
31. Control ID path : web_reg_save_param
("ControlId","LB=ControlID=","RB=&",LAST);
32. Report Session ID : web_reg_save_param
("ReportSessionId","LB=ReportSession=","RB=&",LAST);
33. Session ID Path : web_reg_save_param
("SessionId","LB=Search in general log","RB=Search in
general log",LAST);
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we recording vuser scripts using vugen?
How vugen create a vuser script?
How can you test the global servers with using loadrunner
What is the purpose of a loadrunner transaction?
What is the difference between web_reg_find and web_find?
How is each step validated in the script?
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
difference between latency and transaction response time
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
What tools are required to analyze vuser run results?
How is automated correlation configured?
How you enhance the basic script?
How can we invoke a parellel process in load runner using C or perl language?
What is the think time?
What is a correlation? Explain the difference between automatic correlation and manual correlation?