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
How to create a scenario?
What is scenario default?
How can we find database related issues?
What are different types of vuser logs which can be used while scripting and execution?
During the load test, what is the optimum setting for logs?
How do you identify which values need to be correlated in the script? Give an example.
Which loadrunner component does the recording of performance test scenario?
What is the loadrunner start-transaction and its syntax?
What is host?
What are all the components of loadrunner?
How many types of graphs are available in loadrunner?
Which protocols are supported by loadrunner?
What are the different components of loadrunner?
What are different types of vuser logs which can be used while scripting and execution? What is the difference between these logs? When you disable logging?
You have an application which shows the exam results of the student. Corresponding to name of each student its mentioned whether he passed or failed the exam with the label of “pass” and “fail”. How will you identify the number of passed and failed student in vugen script?