Export Method
Description
Saves a copy of the design-time or run-time data table in the specified location.
For details on exporting data tables from components and Business Process Tests, see the topic on importing and exporting data sheets in the OpenText Functional Testing Help Center.
Syntax
DataTable.Export FileName
Argument | Type | Description |
---|---|---|
FileName |
String
|
The full file system path of the location to which the design-time or data table should be exported.
|
Example
The following example uses the Export method to save a copy of the test's data table in C:\flights.xls.
DataTable.Export ("C:\flights.xls")