What are data tables in Cucumber Ruby?

What are data tables in Cucumber Ruby?

Hi Miro,

Data tables are a tool that comes from database testing and describe how data would be laid out in a table. If you’ve worked with database testing, you may have run across them before.

Data tables aren’t something you see in a traditional Ruby program, but when you’re writing Cucumber features, they’re a great way to organize your tests and make them more readable.

If you are looking to implement data tables in Cucumber, this blog might help you:

1 Like