steveburton4
13 years agoOccasional Contributor
Reporting test item results during test run via COM
Hi we have an application written in C# which we use for enabling all testers to run and schedule test runs on TestComplete/TestExecute.
For this we use the functionality of TestComplete via COM. This works fine and enabled us to complete the runs and using the GetLastResultDescription() method on ItcIntegration object we are able to report the result of the entire run.
However, we can not let the user currently know how the tests are progressing and how each test is going - whether each individual test item passes or fails. We use a complicated process involving the TC events, writing to text files and reading them in elsewhere to do it at the moment, but it is quite flaky.
Is there any way to do this via COM? Either through the main library or the TC internal interfaces library?
For this we use the functionality of TestComplete via COM. This works fine and enabled us to complete the runs and using the GetLastResultDescription() method on ItcIntegration object we are able to report the result of the entire run.
However, we can not let the user currently know how the tests are progressing and how each test is going - whether each individual test item passes or fails. We use a complicated process involving the TC events, writing to text files and reading them in elsewhere to do it at the moment, but it is quite flaky.
Is there any way to do this via COM? Either through the main library or the TC internal interfaces library?