ContributionsMost RecentMost LikesSolutionsRe: Test error after rerun tests I am having similar problems. I put a single test in an execution plan group, set the count to 5 so it will run the same test 5 times. after 4 times, it stops with a "RuntimeError: The object does not exist." I have seen this many times in different parts of our tests and have not been able to figure out the cause. I have been leaning towards a problem with Event Controllers, but it does not happen consistently enough for me to pinpoint anything in particular. I am using version 15.71 Re: Programatically export test run results to HTML using COM MHT files still do not work under Chrome, or Firefox. Re: Programatically export test run results to HTML using COM Unfortunately MHT files are only useful if you use Microsoft Internet Explorer. I can't have a requirement you need to use Microsoft Internet Explorer to see the results. (Does not work with Microsoft Edge either.) Re: Programatically export test run results to HTML using COM This is the workflow we would like to have happen. After we run a test suite, we would like to get these results as HTML. Re: Programatically export test run results to HTML using COM Our COM application is controlling TestComplete. https://support.smartbear.com/testcomplete/docs/working-with/automating/via-com/index.html Re: Programatically export test run results to HTML using COM We are running tests in the Execution Plan section , and the Script section. Re: Programatically export test run results to HTML using COM If we were using the command line, the parameter /ExportLog would work perfectly. Unfortunately we are not using the command line. The command line does not give us enough control over the execution of the tests. Re: Programatically export test run results to HTML using COM This relates to running TestComplete Script Unit tests and Test Project Items. Re: Programatically export test run results to HTML using COM This is related to TestComplete Programatically export test run results to HTML using COM I am able to run a Project Test Item from a COM (C#) application. The challenge I have is getting the results from the Project Test Item. I am able to receive the status of the run(OK, Warning, Error), but I would like to get access to the logs from the run. I would like to display these results in HTML format. I would like to programmatically export the latest test results to HTML. I know how to do it via TestComplete UI, but I would like to do this via COM interface. Solved