Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

QAS now supports Scenario Outline for Cucumber BDD type projects to make use of test data in test cases. Scenario outline basically replaces variables with the value from the table. Each row in the test data table is considered as a scenario. QAS now supports Scenario Outline for Cucumber BDD type projects to make use of test data in test cases.


1. Create a Cucumber project. Refer to Setup Projects for more details.

...

4. Click on the Test Data Linked button.



5. Add Column with desired Name to the test data.



6. Add Values to the column using the Add button.



7. Replace input filed field values with placeholder. Refer to Manage Test Data for more details on Test Data.

...

10. The code is exported with test data in your .feature file.