parameterization methods and correlation concepts
Parameterization and Correlation are two major concepts in
modifying scripts in VuGen.
Parameterization:- It is used to run an application with
different values. Parameterization is generally done to
test with multiple set of data or records.
In this we need to select two things
1. Select next row
2. Update value on
Select Next row: It can be sequential, random and Unique
Update value on : It can be Each Occurance, Each Iteration,
Once.
COrrelation:- It takes the server dynamic values and keep
it as an array and use it as parameterization. Correlation
is used when we are facing problem like we are getting some
dynmically generating values from the server.
Two ways to do it
Manaul Correlation
Automatic Correlation
In both the Correlation the syntax woule be
web_reg_save_param("{paramname}","LB=","RB=","Ord=All","Search=Body",LAST);
Still you need to understand how this need to be done ok.
| Is This Answer Correct ? | 7 Yes | 3 No |
what is the difference between placing a think time in between trasaction and the end of the transaction
How can we develop the database vuser script?
Why should we consider 90 percentile graph in the Lr report? Why Not 80 graph?
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?
Which protocols are supported by loadrunner?
How can we find database related issues?
Can anyone provide the LoadRunner License details & other related information ?
What are the Web Stress Tools are commonly used these days? Please advise.
how to write scenarios using loadrunner in real time application. plz give me an example
How many values can be generating in script we can Parameterize even it is in one scenario 1000Parameterization values are there it is correct to Parameterized?or not?
Explain the function of a transaction in a script?