Forum Discussion
aqAnt
Alumni
14 years agoHello Nikhil,
There are several ways to do this, you can:
- parse test results in TestComplete;
- export test results in the XML format and parse them externally;
- run TestComplete and check results via COM by using the GetLastResultDescription method;
- use TestComplete's integration with Automated Build Studio as described here.