Help documentation

Table Driven Scenarios

A table driven scenario is one of the ways to implement data driven testing in Twist. Any Business Workflow in Twist can be run with multiple data sets from a table.

Below is an Example of a Table Driven Scenario. We are trying to search for a book in the inventory, based only on its catalog id. A scenario would do this only for one data value, but here we are using a data table to verify various cases of the scenario Verify Search by catalog id

Table Driven Scenario

Each column header represents a parameter in the workflow and each row represents a single data set to use the workflow