How do you find out where correlation is required? Give few
examples from your projects?
Answer Posted / mahesh sv
Two ways: First we can scan for correlations, and see the
list of values which can be correlated. From this we can
pick a value to be correlated. Secondly, we can record two
scripts and compare them. We can look up the difference file
to see for the values which needed to be correlated. In my
project, there was a unique id developed for each customer,
it was nothing but Insurance Number, it was generated
automatically and it was sequential and this value was
unique. I had to correlate this value, in order to avoid
errors while running my script. I did using scan for
correlation.
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
how to add 100 for dynamic(correlate value) value
When you initialize the vuser what happen?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is the latest version and language used in load runner?
What is report viewer?
How is automated correlation configured?
What is the need of checkpoints in lr?
What component of loadrunner is used to record a script?
difference between latency and transaction response time
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
What are the section contain by the vugen while creating a vuser script?
What do vuser_init and vuser_end action contain?
What are monitors?
How you identify performance test use cases of any application?
Suppose ur app server is .net server. In that connection pool is related to memory ?explain how?