Forum Discussion
3 Replies
- rraghvani
Champion Level 3
Have a look at TestComplete Command Line and command /ExportSummary.
- SBegley
Staff
Hi TestQA1
We have the following samples available; https://support.smartbear.com/testcomplete/docs/tutorials/samples/index.html
https://support.smartbear.com/testcomplete/downloads/samples/
All examples are grouped into the following folders:
You can also find a lot of sample scripts, which demonstrate how to solve almost any problem, in the How To section of our website: https://support.smartbear.com/howto
Kind Regards,
Shane
- GGuezetContributor
In my work, i need to create a custom test report.
In order to do that, I am exporting the test report as .html in TestComplete.
In the export, the file called "_TestLog.js" contain all tests informations into a JSON format.
With some adaptation, you shoud be able to load the JSON, and then extract all the test data that you need