Naming Cucumber's Data Table
问题 I am creating test cases on forms that could contains over 50 parameters, some of them would show up when a certain set of questions would be answered specifically. The data tables were getting very long so I broke them into multiple data tables, each for a specific section of form. I don't want to add every heading in the step so I want to use the data table's name instead. Instead of: Scenario: . . . When I fill in <title> <first name> <surname> ... |title|first name|surname|...| . . . I