Test Complete 12 issues with Windows 10.
- 9 years ago
It looks like there are a couple of problems happening.
First of all, it appears that, on the failed tests, there are a lot of object recognition errors. Secondly, there is a warning indicating something about the number of instances of the application under test. It's possible, it seems, that you might be not properly closing your application under test after each project run which will result in these kinds of errors. Double check your tests you are executing and make sure that after each test run, you are doing any "clean up" work that needs to be done to prepare your environment for the next run. One possible thing is that you are doing the clean up work but there may be a delay in the actual shutdown of AVM5 so that, when the next test starts, it hasn't fully shut down from the previous run.