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
How many users can I emulate with loadrunner on a pc?
How can correlation be performed?
Where should you add a web_reg_save_param function to a script?
What is extended log?
What is gui vuser and on which platform it will run?
What is elapsed time in load runner?
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 the benefit of running a vuser script as a thread?
What is protocol function?
How is automated correlation configured?
When a scenario run exactly what happened?
What are all the types of goals in goal-oriented scenario of load runner?
What is remote command launcher?
What is the difference between load, performance testing?
How you enhance the basic script?