Answer Posted / dillesh
Parameter is nothing but script veriable. this variable is
store those values which is user know.in loadRunner we will
do parameterization to those data which are Unique,
Dependent, Date&Time and User defined data.
Unique Data means those data which are unique like Username.
Ex: if you are executing the scenario for 60 users but the
username is same so no need to do parmeterization, but if
there is different user names so we should do
parameterization for those uniq values.
Dependent Data: password is dependent data, because it is
depending upon Username.
Date&Time: we should do parameterization for Date&Time
because time is dinamically changing, there is lenghtly
explanation about time&Date but i think you can think that
why.
Dinamic Data: some of the peoples think that dynamic data
will do correlation, that is right but we will do dynamic
data also to parameterization. parameterization will do
those dinamic data which is user defined dynamic data. not
server generated dynamic data. server genarated dinamic
data we will do correlation and user defined dynamic data
we will do parameterization.
now i think you can understand that why we do
parameterization in LoadRunner Scripts.
Thanks
Dillesh
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of running vuser as a process than a thread?
How can we invoke a parellel process in load runner using C or perl language?
What is the difference between overlay graph and correlate graph?
What is the latest version and language used in load runner?
What is action section?
How can we edit the vuser script?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
How you load a loadrunner agent?
How will you stop the execution of a script on error?
how to get current system time Loadrunner function?
how to add 100 for dynamic(correlate value) value
What is lr-function?
What is the difference between load, performance testing?
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?
How is each step validated in the script?