Answers for "How to run a Cucumber with DDT"

0

How to run a Cucumber with DDT

I use Cucumber tables:
| Home | Emails | Documents | Projects |
• You get the method with (DataTable arg1)
• In the parameter DataTable you can change it to
List<YourType>, List<List<E>>, List<Map<K,V>>, and Map<K,V>
• Prints in order for list
• No order for map
Posted by: Guest on June-16-2021

Browse Popular Code Answers by Language