Parameterized Test Running
When running parameterized tests, the test runner automatically resolves the parameter's values and replaces the parameter placeholders with the actual values. This means that the parameters are no longer visible in the text of the test. Instead, the parameter values that are actually used are displayed for the user as shown in the following image:
When the test case contains one or more parameters the Using parameters...sidebar appears on the test runner, displaying the following information:
The currently resolved parameters with their actual values.
A warning message listing missing parameters if any parameter values are missing.
A message asking for the number of execution of the current test of the complete number of parameter sets if multiple rows of parameters are available.
If a parameter's value is missing, then the original placeholder is displayed. For example, if the ${speed} parameter has no value then the text ${speed} is displayed in the test's text.
Was this helpful?