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
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
What the vuser script contain?
What is vugen recording and scripting?
What is performance testing in loadrunner?
What is the vuser in the scenario?
What are the capabilities exactly you look for while selecting the performance testing tool?
What do vuser_init and vuser_end action contain?
What do you mean by initialization of quota?
What should be done to view parameter substitution in the execution log?
How you develop the database vuser script?
What is the loadrunner end transaction and its syntax?
How is each step validated in the script?
How can we invoke a parellel process in load runner using C or perl language?
What is transaction performance graph?
What is the difference between lr_error_message and lr_debug _message?