filmov
tv
Selenium Cucumber Java BDD Framework Class 5: Parameterization & Data Driven Testing

Показать описание
Parameterization & Data Driven Testing:
---------------------------------------
Step 1 - In the feature file select the values that need to be parameterized
Step 2 - Put the values within conical brackets or double quotes (Parameterization)
Step 3 - Change Scenario to Scenario Outline
Step 4 - Add Examples section
Step 5 - Add data for the parameters in the Examples section
Step 6 - Update step definition to get values from feature file Examples section
Step 7 - Run and verify
---------------------------------------
Step 1 - In the feature file select the values that need to be parameterized
Step 2 - Put the values within conical brackets or double quotes (Parameterization)
Step 3 - Change Scenario to Scenario Outline
Step 4 - Add Examples section
Step 5 - Add data for the parameters in the Examples section
Step 6 - Update step definition to get values from feature file Examples section
Step 7 - Run and verify