When we go for manula correlation, automation correlation
Expl?(Chandana) Real timers Plz
Answers were Sorted based on User's Feedback
According to the stantards Auto Correlation may satisfies
only 70%.
Some times autocorrelation Didn't Identifies the string
values
Always Better to go for Manual Correlation.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / raj
Hi,
Once the script is not identified the correlation then need
to implement the manual correlation.by finding LB,RB,Ord
etc in the replay log.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / satish kakkirala
According to the stantards Auto Correlation may satisfies
only 50%.
Some times autocorrelation Didn't Identifies the string
values. And aslo it may not found the session id
automatically generates this may confuse to tester.
Always Better to go for Manual Correlation.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / anil
The Manual Correlation or the Automatic Correlation Needs
both the Left or Right Boundaries
We will go for automatic correlation only if the particular
parameter will be occured in multiple requests and
different values in each request.
Hence we can keep the Left Boundary and Right Boundary in
automatic correlation and record the script and each
instance it will replace with a new correlation value.
Example:- when we are recording any .net application we
generally have View State and Event ID Validation then
which will be occured in almost all the requests and
different values but the left and right boundaries will be
one and same hence if we automatic this correlation
function then it will repalce all the instance properly
other we need to manually do it which takes lot of time.
Manual Correlation:- we generally use the this when the
dynamic value from the server is generated only at one
instance and you can capture it manually rather than
automating it.
Example:- Order number it will be generated only once by
the server but used in multiple places of the script.
We can also automate this also but some times this will
replace with unnecessary values in the script which is not
good and it leads to confusion, hence we will not do
automatic correcation if it in single instance
Please do let me know whether this helps you or revert back
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / krish..
i agree with all the above, manual correlation is best and i will suggest one thing. when you are not able to find LB n RB, then do auto-correlation, note down the LB n RB, then go for manual correlation. We can use auto correlation like this also..
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / reddy
Hi,
we go with Autocorrelation only when ur very sure about the
boundaries of a particular dynamic value.Manual correlation
we can do any time.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is the difference between Set_window() and _set_window ()?
In Performance Testing,tell me about usually which are the reports are generated and if any errors are occurs while doing performance testing then,how find exact location errors?
How to configure yahoo cookies in load runner?
What are the main Performance issues in JBoss server? And How to do it?
What is script list?
What is memory leak.how do u find that?
What is running virtual user graph?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
how do u analyze result & what r analze results in load runner?
How you enhance the basic script?
Mentiond good sites in Loadrunner to learn Script?(Chandana)
In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if the boundary values keeps on changing. For example : At the time of recording,the n value is 3 and at the time of playback, the n value is 4. then how can i display the n-1 value