Forum Discussion
Are you running the TestExecute tests on the same machine you developed the project on or is it a different machine?
If it's a different machine, it is possible that, on that machine, the test items that are not running have become de-selected if someone was doing some sort of debugging on that machine. I believe this is something that is typically stored in the tcLS file for the project. I think that file can be safely deleted on the machine in question and it will be recreated with the defaults when the project is re-opened. Try that and see if this corrects your problem.
- chicks9 years agoRegular Contributor
Thanks Robert. I am running Test Execute on a different machine. That machine is dedicated for my testing however I willl experiment with the tcls file and see whether I can get any different results and will post back
- chicks9 years agoRegular Contributor
I deleted both the .tcls and tcls extender and did not see any difference.
- chicks9 years agoRegular Contributor
It is believed that this is related to the other issue (Test Complete crashes with no log produced).
- tristaanogre9 years agoEsteemed Contributor
Hrm... that is strange. It sounds like you're executing, somewhere, some sort of illegal code that is blowing stuff up, like in an event handler or something.
Is it possible to zip up your project and send it over to me? I wouldn't mind taking a look. You can send it via private message here if you want and I can see if I can find something going on. In the meantime, take a look at your "OnStopTest" event handler (if you have one) and see if there's anything odd going on in there.