Answer Posted / abdul sameer
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 |
Post New Answer View All Answers
What is the significance of “vuser-init “?
What are all the components of loadrunner?
How many vusers are required for load testing?
How does loadrunner execute a performance scenario?
What do you mean by remote command launcher(rcl)?
What is a ramp up and how it can be set?
What is stand-alone mode?
What are the information crating for each host?
What are the process for developing a vuser script?
What is a correlation?
What is elapsed time in load runner?
Which loadrunner component does the recording of performance test scenario?
What is lr-function?
How can we recording vuser scripts using vugen?
How does caching affect performance testing results?