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
When a scenario run exactly what happened?
Which are online monitors and windows resource monitors
How load runner interacts with the application?
What the vuser script contain?
How to handle the encrypted values in correlation. please send me example with explanation
What is Standard deviation? How it will use in Lr?
What are the changes that can be made to run-time settings?
How can you test the global servers with using loadrunner
How will you handle the situation in scripting where for your mailbox you have to select any one mail randomly to read?
What are the types of checkpoints is available in loadrunner?
What is report viewer?
Which function is used to end a nested transaction?
What is gui vuser and on which platform it will run?
Why we insert the rendezvous point while running the scenario?
How could you measures Https/Sec ?