ContributionsMost RecentMost LikesSolutionsRe: Community Day 2021 - A Test Lab and How to Maintain It It is good to see that the TestLab we have built and maintain is very similar to the one described here but on a much smaller scale. Thanks for sharing.... Re: The window is invisible, and thus cannot be activatedWhen we upgraded from Test Complete 9.1 to 9.2 I saw the same error on a couple of the button clicks. I had to add a very small delay right after the click event. The vbScript command is: Call aqUtils.Delay(250) I added a 250 delay in one spot and a 500 delay in the other spot. All the other button clicks worked fine and id not need the delay. I hope this helps!! Ann Re: TestComplete 9.10 is available!In my portal there is a listing for TC9.1 but there is no link to download it.....Re: Is TestComplete 9 even usable?We were forced to go to TC9 due to developer compiler upgrades that were not compatible with TC7. I have had difficulty in the conversion due to changes with both TC and compiler upgrades. In many cases I was not sure if it was our software, the compiler changes or TC but I have worked through about 1/2 of our tests with our development team and smartbear. We currently are running about 9hrs of a 15hr test run without any issues (aside from it being overall slower than the old TC). Hopefully if all goes well with last night's run, we should be up and running except for a few issues the developers need to address due to the compiler changes. Re: Object not found much more common in TC9You are not alone....I have the same issue as well. I have been adding delays for this issue as well as the issues with the WaitProcess, WaitWindow, and WaitVCLObject. These Wait commands had previously taken care of any timing differences in the older versions of TC. I had been told as well that they were working on it nad the next updates should have a fix for it. As I am adding the delays, I am also putting in a comment so that when it is fixed I can go through and search for the comments and comment out the delays until I know they are not needed anymore.