QuestionQ85

API Automation

For 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.
Explanation

UiPath registers an Excel data file as a data source, interprets its column headers as argument names, and automatically adds corresponding arguments to the test case. Each data row supplies values to those arguments for a test iteration.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!