How do you find out where correlation is required? Give few
examples from your projects?
Answer Posted / nishanandhini
what is correlation? it is nothing but capturing the dynamic
data(an unique value)generated by the server.
if you find that unique value in your script, you could
correlate it easily. how you will identify those unique
values? you have to go through the script, if you come
across some values which has more no. of digits, please
concentrate on that whether it is unique. it might occur any
no.of times in the script. this doesn't mean it is not
unique. while recording the transactions you could guess for
which actions id will be generated (any dynamic values) and
based on that transaction another sub transaction could
occur so this sub trans will carry the same id generated for
the trans. thus unique id will occur any no.of times in the
script.
i like to share one simple example from my projects:
agent creating report for his client, when report is created
successfully,report no is generated. it is an unique id for
the report created. this id will be seen in the script after
your end transaction of create report. you have to check it
in server response of the script. if the id is there then
you have correlate this. thus while recording itself you
should have some idea where an unique id will be generated
for what.
if there is any controversy in this description please let
me know, so that i ll correct myself.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
In a web server, database and network are all working fine and now, where could be the problem?
What are the capabilities exactly you look for while selecting the performance testing tool?
difference between latency and transaction response time
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 performance testing in loadrunner?
Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?
What are different types of vuser logs which can be used while scripting and execution?
What is the number of graphs you can monitor using controller at a time? What is the max of them?
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What tools are required to analyze vuser run results?
Where are automatic correlation options set?
What is the think time?
What is the loadrunner end transaction and its syntax?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is lr_output_message?