Define new parameters and the associated values in Page Objects to easily alter testing data.
Modify Parameters
- Open your Test.
- Click the Modify Parameters button in the upper right of the Page Object.
- Click Add New Parameter.
- Select the Step in the Page Object to be modified.
- Select the Attribute for modification.
- Select the appropriate Operator.
- Enter the new associated Value.
- Add all parameters as needed. Click Save.
- A message will appear confirming the Test Case has been updated.
- The new values will be tested in the next Test execution.
NOTE: Once you have executed the test with the new parameters in place, the Browser Results tab will display [Parameterized] on any Actions with modified parameters.