WHAT IS THE DIFFERENCE BETWEEN MANUAL CORRELATION AND
AUTOMATION CORRELATIONS?
Answer Posted / satish
LoadRunner addresses this issue through correlation.
Correlation saves the changing values, in our case the
session ID, to a parameter. When running the emulation, the
Vuser does not use the recorded value—instead, it uses the
new session ID, assigned to it by the server.
Correlation is used to obtain data which are unique for each
run of the script and which are generated by nested queries.
Correlation provides the value to avoid errors arising out
of duplicate values and also optimizing the code (to avoid
nested queries). Automatic correlation is where we set some
rules for correlation. It can be application server
specific. Here values are replaced by data which are created
by these rules. In manual correlation, the value we want to
correlate is scanned and create correlation is used to
correlate.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is ramp up and ramp down?
What is vuser-end section?
How will you stop the execution of a script on error?
How can we edit the vuser script?
What is the difference between transaction and transaction instance in loadrunner ?
What is report viewer?
What is the basic credentials should be provided while recording SAP-GUI?
What is the purpose of selecting ‘show browser’ during replay in the general options settings?
What is ms-windows?
How to create a scenario?
What is local configuration file?
What is remote command launcher?
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 ?
What is loadrunner controller?
When you initialize the vuser what happen?