Forum Discussion
kchoudhury
14 years agoContributor
I was able to achieve this by using testcomplete's integration object . (Integration.RunProjectTestItem) . So what i basically did was installed visual studio , created a console application ,added reference to the testcomplete library to my project and used the available integration objects .
Used vb code that is given as an example here:
http://smartbear.com/support/viewarticle/11014/
Just built the solution into a custom executable file , so now i can trigger project test items using this exe
Used vb code that is given as an example here:
http://smartbear.com/support/viewarticle/11014/
Just built the solution into a custom executable file , so now i can trigger project test items using this exe