jrussell
2 years agoOccasional Contributor
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.