Forum Discussion
Hassan_Ballan
Champion Level 3
2 months agoYes, TestComplete does generate a log that can help you diagnose what happened during a test run.
This log should include command-line output from any unit testing framework (like NUnit), along with errors or messages if something went wrong. If the log appears empty, it typically means no tests were discovered or executed.
- If you're using the TestComplete IDE, you can view the log directly within the interface. More details are available here Test Log Overview – TestComplete Documentation
- If you're running tests via the command line and did not explicitly set a log export path, the logs are saved by default in <ProjectSuiteFolder>\Log\<LastTestRun>
You can also use the /ExportLog switch to export the log to a specific location or format.
🤖 AI-assisted response
👍 Found it helpful? Click Like
✅ Issue resolved? Click Mark as Solution