WHAT IS THE DIFFERENCE BETWEEN MANUAL CORRELATION AND
AUTOMATION CORRELATIONS?
Answers were Sorted based on User's Feedback
Answer / saumya
Property wise both are same, the difference lies in the
understanding, in automatic correlation there is some set
of rules and we have to import these rules for specific
protocol and it is done automatically by the rules just we
have to click options before recording, while manually we
search for the possible dynamic value generated and we
apply function to capture the values web_reg_save_param and
place at the proper place.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
Answer / sadashiva
Hi folks,
If you want loadrunner training from realtime in bangalore
please send a mail to
shiva198203@gmail.com,t_shivakumar10@yahoo.co.in or call me
9886372867
| Is This Answer Correct ? | 0 Yes | 5 No |
If you had 6 hours of load testing to complete but the business unit wanted it turned over in 3 hours what would you tell them?
How load runner interacts with the application?
Hi can anyone help with projects using load runner. I learnt loadrunner but don't have a hands on experience on it.. it will be very much helpful if some can help me up with a project. can email me: priya.joslic@gmail.com
When a scenario run exactly what happened?
Why vugen is used in lr?
What is the use of lr_start_transition statement in loadrunner.
what is sitescope where we can use this?wat is the purpose of this
What the host attributes determine?
What is visual recorder in Load Runner?
what r the major concepts in C are very much used in load run script?
How will you call a different vuser script from another vuser script? Note: Former vuser script is already created and needs to be called as the first thing before other code in second vuser script is executed.
How can correlation be performed?