Forum Discussion
Hi Lvl,
You should see all log files generated by TestComplete and TestExecute in your project folder:
<ProjectName>\Log\
Once you open the project in TestComplete, you should see the test results generated by TestExecute in Project Explorer. Do you see them?
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?
- TanyaYatskovska10 years ago
Alumni
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.