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
What is the benefit of running a vuser script as a thread?
how to add 100 for dynamic(correlate value) value
Where should you add a web_reg_save_param function to a script?
What is the difference between web_reg_find and web_find?
What are different types of vuser logs which can be used while scripting and execution?
What do you mean by creating vuser script?
What is running virtual user graph?
What is stand-alone mode?
What is lr_output_message?
What are all the types of goals in goal-oriented scenario of load runner?
What is the advantage of running vuser as a process than a thread?
What tools are required to analyze vuser run results?
What is loadrunner controller?
What is vuser-init section?
What the host attributes determine?