Description
Use the ExportCurrentResults
method to save results currently displayed in AQtime to the specified file(s). The method posts links to these files to the test log.
Declaration
AQtimeObj.ExportCurrentResults(SummaryResultsFile, FullResultsFile)
AQtimeObj | An expression, variable or parameter that specifies a reference to an AQtime object | |||
SummaryResultsFile | [in] | Optional | String | Default value: Empty string |
FullResultsFile | [in] | Optional | String | Default value: Empty string |
Result | Boolean |
Applies To
The method is applied to the following object:
Parameters
The method has the following parameters:
SummaryResultsFile
String that specifies the path and name of the file to which summary results will be stored (summary results briefly reflect results of the whole profiler run).
FullResultsFile
String that specifies the path and name of the file to which all the profiling results will be saved.
Result Value
True, if the saving was successful, False otherwise.
Remarks
The results are stored in XML format. To convert XML data to HTML, you can use XSL files from the <AQtime>\Bin\Extensions\Profilers.Files folder.
The method does not export results of the Exception Trace profiler. When this profiler is running, AQtime displays information about exceptions that occur in the tested application in AQtime’s Event View panel. This information is not exported as profiling results. TestComplete includes functionality similar to the Exception Trace profiler. For more information, see Tracing Events and Exceptions With AQtime.
Example
To view an example, see the Integration With AQtime Using the AQtimeIntegration and AQtime Objects help topic.