Parameterization

Parameterization is a method of replacing the hardcoded values in script with parameter which has different input values.

which values we can enter through the keyboard those should be parametrized .

hard coded values in script such as

application URL, 

User Name, 

Password

FirstName

LastName

Credit card number etc.

Process of doing parameterization:

  • Select value which you want to parameterized
  • Right click
  • Mouse hover on Replace with parameter
  • Click on create new parameter


  • Enter the parameter Name,  example : P_FlightName
  • Click Ok 


  • Click Yes


  • Replace All and click OK






No comments:

Post a Comment