Forum Discussion
Thanks for the replies.
Essentially you are correct Martha.
All I want is an icon on the desktop (batch file), and when clicked will pop a form with a few different test-plans to choose from (which are hundreds of test items that have been grouped together in various categories).
It appears the only real solution here is to either train in the tester to open TestComplete and modify the Test Items Page to check/uncheck what is needed, or I just bite the bullet and manually type in all the different sequences into a few different functions. (But even with that I will have to import hundreds of methods into that Script Unit so I can call it within the button function.) So Ill probably end up doing it the long way.
I think Im good on integrating another third party program. Just trying to make it easy for non-technical people to walk up to the machine and simply double click to start the test-plan they need.
TestExecute pretty much will do the trick for this by simply opening the project named approprietly, but it is currently running extremely slow and sometimes hanging.. So I may just have to hold off until I can get a faster machine to do it via TestExecute.
Thanks for the help everbody as usual!!
As I am adding these script items within the button function I am noticing that after execution the reporting is not like when you run the tests via Test Items page. This is disappointing.