Friday, November 6, 2015

Parameterization

11/6/2015

Parameterization using Action Parameters:
1. Add parameters to the action by going through Action properties -> Add Parameter



Parameterization using Data Tables


When you select the Data table in the Parameter section, the recorded code gets automatically updated with the parameters mentioned in the Keyword for the respective values.

Parameterization using Environmental Variable

File -> Settings- will see below window. In the Environment, select variable type as 'UserDefined'.

Use + to add variable names(Parameters) and values.



Once Environment variables are created, delete data in Datatables and modify the code as

.Set Environment.Value(<variable_name>)



1 comment:

  1. Why do we use Environmental variables, after have datatables and Action Paramenters or in other why do we have 3 types of parameterization as one or two would be enough?

    ReplyDelete