Working with Cucumber Data table

Cucumber data table is one of the most commonly used methods for passing test data from feature files to your test scripts. In our previous article, you saw how we can pass string and numeric data from feature files, which Cucumber simply treats as variables. With Cucumber data tables, you can pass parameters from feature… Continue reading Working with Cucumber Data table

Published
Categorized as Cucumber