Multiple choice technology testing

Following method exports a specified sheet of the run-time Data Table to the specified file.

  1. DataTable.ExportSheet

  2. DataTable.Exports

  3. DataTable.Export

  4. All of the above.

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

DataTable.ExportSheet exports a specific sheet to a file, while DataTable.Export exports the entire Data Table. Both methods are valid in QTP for different export scopes. DataTable.Exports is not a valid method name.