After the test run is over, LoadComplete gathers various statistics on the test run and shows this information in the Report panel. You can export this data to an external file to view it outside of LoadComplete. The following file formats are supported:
- HTML
- MHT
- ZIP
Exporting Test Report From LoadComplete IDE
-
Right-click the needed result set in the Project Logs folder in the Project Explorer and then click Open. LoadComplete will open the results in the Report panel.
If you need to export custom charts and data tables, switch to the Custom Charts page in the Report panel so that LoadComplete can generate them. Otherwise, no custom charts or data tables will be generated and LoadComplete will not be able to export them. -
To export test results to a PDF file, click Export to PDF on the Report panel toolbar.
To export test results to a .mht file, click Export to HTML on the Report panel toolbar and then click Export to Web Archive (.mht).
To export test results to a .html file, click Export to HTML on the Report panel toolbar and then click Export to Web Page.
To export test results to a .html file and then pack it to a .zip archive, click Export to HTML, then click Export to Web Page and select the Use ZIP compression check box in the resulting dialog.
-
In the resulting dialog, select the data to export and specify the location to which the data will be exported.
For detailed information, see:
If you have software for viewing files of the selected format, LoadComplete will open the resulting file in it. Otherwise, LoadComplete will open the folder containing the file in Windows Explorer.
Exporting Results From the Command Line
If you run LoadComplete using the command line, then to export test results, specify the /exportlog
command-line argument. For example:
"C:\Program Files\SmartBear\LoadComplete\Bin\LoadComplete.exe" "C:\My Projects\MyProject.ltp" /run /test:Test1 /exportlog:"C:\Test results\Exported log.pdf" /exit
For more information on LoadComplete command-line arguments, see LoadComplete Command Line.
See Also
Exporting Test Results
About Test Results
Exporting Detailed Test Results
Printing Test Results
About Project Explorer
LoadComplete Command Line