Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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.





2. Create a test suite and record a test case in it.



3. To create Test Data for the test case, click Test Data and select Example.



The Test Data Linked button is displayed on the screen.

4. Click on the Test Data Linked button.



5. Add Column to the test data.



6. Add Values to the column.



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

Syntax of placeholder: ${column_name}


8. Click on the Code tab to view the code of the test case.



9. Export the test case code.



10. The code is exported with test data.



  • No labels