Forum Discussion
Hello Tanya,
Thank you for reply, I am new to TC. I ran the test with TE, the results are C:\Users\Administrateur\AppData\Local\Temp, and in .mht file. How can I view them in TC 11? Or how can I export to Excel? There's no way to open just results in TC?
Hi Lvl,
After TestExecute executes your TestComplete project, it will post a test log to the following folder:
<Your TestComplete Project>\Log\
This folder should contain *.tcLog files with the test results. Once you open this project in TestComplete, the tool will obtain all test results from this folder and show them in Project Explorer.
Another way is to export the test log at the end of the test execution:
//JScript Log.SaveResultsAs(FileName, lsXML);
The Log.SaveResultsAs method will export the test log in a format that TestComplete will be able to read.
Hello Tanya,
There is no .tclog file, and it's not in the project_name/logs folder. I have .mht file.
- TanyaYatskovska10 years ago
Alumni
MHT reports are used in order to review the test results in third-party systems or in browser. As you don’t want to use them, you need to start working with TestComplete’s logs (.tcLog), which are located in a folder I specified.
So there is no way to view the results produced by TE in TC? We don't have enough licence to run tests, that's why we use TE to run. But I would like to view the report in TC. If there is no way, it's a pitty! Thanks anyway. But why you don't produce the same format for logs?