ringraham
10 years agoContributor
Handle to main window different between TestComplete and TextExecute
When building our scripts, I use the following to get to the main window of our app in TestComplete: TestedApps.OurApp.Run(); ourApp = Aliases.OurApp; hwndSource = ourApp.HwndSource_MainWindow2...
- 10 years ago
For anyone that might experience this, it turns out that, YES, it was due to trying to run the script created with TestComplete 10.6 using a 10.3 TestExecute. Once we installed the 10.6 TestExecute, the scripts ran fine.