Forum Discussion

krkarthik_info's avatar
krkarthik_info
Frequent Contributor
10 years ago
Solved

How to invoke testcomplete functions(test cases/scripts) from external application?

Hi,



I have written a separate scripts for all the manual test cases I have. I need to invoke / run these scripts / function in test complete from the external applications(HTML Page or VB Application)?



I am planning to develop a GUI for running these scripts which would be more attractive.



Kindly let me know your suggestions on how to achieve this.

2 Replies

  • It depends on how you want to set this up, but Test Execute is probably your best bet (Licensing and all).  As far as the GUI portion goes, ASP.NET is an easy way to latch on to the TC/TE Integration API and allows you to control and manipulate test execution with C#/VB's built in event handlers.  Keep in mind, however, that you will have to give your "external" application a great deal of permission in order to effectively deploy such a solution. Of course, determination and will could generate a much different deployment model.