Solved
Forum Discussion
russelld
4 years agoContributor
Hi,
See attached for the error message within TC.
Yes, task scheduler is trying to run tests on the same machine where I run them directly from TestComplete.
Dave
Marsha_R
Champion Level 3
4 years agoMy first guess is that it's a timing issue. The test may be executing faster through the scheduler. Try putting a long Delay before the first test line and right after it. See if that helps find the first couple of objects properly. If that works, then are better ways to fix that for your whole test, like using Wait, or changing the whole test to have just a little more time between the execution of each line.
Let us know how the Delay works and we can help with the rest after that.