QuestionQ85
API AutomationFor a data-driven test case that uses an Excel file, how is the Excel data provided to the test-case workflow?
- A An argument of type IDictionary is automatically generated for the test case when adding the test data, with keys that match the column names from the Excel file.
- B The developer needs to manually create arguments that match the column names in the Excel file after adding the test data.
- C Variables that match the column names from the Excel file are automatically generated for the test case when adding the test data.
- D Arguments that match the column names from the Excel file are automatically generated for the test case when adding the test data.
Community Discussion