What is parameterigation

Showing Answers 1 - 4 of 4 Answers

kiran

  • Jun 5th, 2006
 

Parameterization is the process in which constant values in the script are replaced with variable parameters.

  Was this answer useful?  Yes

Parameterization is passing the set of data to an application. we have to parameterize the fields when we want to run the script with multiple users. for example if you scripted the navigations like entering the data of your data of birth, your place of birth etc. then suppose if u want to run the script one again (if the data is unique) or when you want to run the script with multiple users in controller. You have to parameterize those fileds for safe run. give me a mail to pamujula.mallikarjuna@gmail.com for any clarifications

  Was this answer useful?  Yes

surendra

  • Jul 17th, 2006
 

Once the recording of a script is ready and you are preparing for play back either from the VUgen(Load Runner component) or from Loadcontroler , your script would deffinately ask for vew values which should be unique. I you have recordrd a scenerio for logging into a system with some user id and password and you want to paly back your script to do the same action with different user then you need to pass the values of the userid and pass word as parameter. When the script will start play back it will take the login id from the parameter list. 

  Was this answer useful?  Yes

Parameterization will be using for passing the set of data instaead of single hardcoded value. We may use different types of the parameters like file, date, groupname, iterations....

venkat 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions