What r the rules to apply to select correlated values in
project?(Chandana)
Answer Posted / bhanu pratap singh
If you try to replay a script without correlating first,
then most likely the script will fail. The requests it
sends to the server will not be replied to. Either the
session ID is invalid, so the server won’t allow you into
the site, or it won’t allow you to create new records
because they are the same as existing ones, or the server
won’t understand your request because it isn’t what it is
expecting.
Any value which changes every time you connect to the
server is a candidate for correlation. A correlated script
will send the server the information it is looking for, and
so allow the script to replay. This will allow many Vusers
to replay the script many times, and so place load on your
server.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does caching have a negative effect on your load testing results?
What is lr-function?
How to upload media use loadrunner? I record the script but it fail because the top of document is invalidation.How to solve the problem?Which one know the answer please tell me. Thanks!
What is the load runner testing process?
When a scenario run exactly what happened?
What are the different types goals in goal-oriented scenario?
What is loadrunner controller?
What is wasted time in vugen replay log?
What is the configuration of systems when using load runner?
Explain the difference between automatic correlation and manual correlation?
How you load a loadrunner agent?
What is vuser-init section?
While scripting you created correlation rules for automatic correlation. If you want to share the correlation rules with your team member working on the same application so that he/she can use the same on his workstation, how will you do that?
What type of function generate and insert by the vugen to the script when you record a script?
What is vuser script?