ContributionsMost RecentMost LikesSolutionsHow to run TestExecute on a VM created by a licensed TestExecute machine? Hello, on my licensed TestExecute machine I'm using Hyper-V to create a virtual machine which I want to run my UI tests on. To accomplish this, which machine do I need TestExecute on? I tried installing it on the VM (created by my licensed machine), but it still appears as unlicensed when running it... so do both my physical machine and its VM need to have a license? Or can I run TestExecute on my physical machine and then it can somehow tell the TestExecute application on the VM to start running (and that it is licensed)? The license key I have is "TestExecute 14/15 (Floating User License) Auto Upgrade". SolvedOnOverlappingWindow no longer gets called For some reason the OnOverlappingWindow event no longer gets called if an unexpected window appears for our desktop WPF application, and instead it always stops running the test and gives the error message "The window is disabled. The action cannot be executed." My settings are shown in the attached image. This was working previously, and I'm wondering if a recent TestComplete update may have broken this. Anyone have any ideas on how this may be fixed? Re: Search doesn't work, Find Usage doesn't work.... So there's not a way to search in the Item/Operation column of keyword test steps? Re: Search doesn't work, Find Usage doesn't work.... It looks like the search only searches the code... so how can a search be done for all keyword test steps that contain "OpenFile"? Search doesn't work, Find Usage doesn't work.... It seems basically no search feature works in TestComplete. Running a simple search for "sendButton" returns no results even though it's used a lot in our tests. "Find Usage" for aliases never returns any results. "Find Usage" for Script Tests actually shows results but they all show as being on Line 1 (so it halfway works). Anyone able to get search or Find Usage to work somehow? Re: Renaming a Keyword-Test/Script should rename the corresponding reference as well Agreed, can we get a fix for this? Currently renaming a script reference means all the references will have to be manually renamed How to run a keyword test only when a specific test fails? I want to have a keyword test that only runs if a specified test fails. Is there a way to do this?