Data driven automation in Specflow using Tables || What is table in Specflow

Sdílet
Vložit
  • čas přidán 21. 02. 2020
  • What is table in Specflow? how to perform data driven automation using tables in Specflow. Data driven automation in BDD automation
    How to Transform table into Data Table in specflow.
    Table VS Scenario Outline in Specflow
    codedec.com/tutorials/how-to-u...

Komentáře • 1

  • @kanwal4805
    @kanwal4805 Před 2 lety +1

    IEnumerable messages = table.CreateDynamicSet(); then use the for each to iterate through the table and get values.
    no need to create two separate tables to accomodate the use of dictionary.