akhilarsh
7 years agoNew Contributor
Test Complete12.50 doesn't recognize windows objects Windows10
While running a test via jenkins TestComplete reads random generated Object name as below
Sys.Process("DBInstall").Window("WindowsForms10.Window.8.app.0.141b42a_r40_ad1", "Eze PMA - TradarBE Setup", 1).Window("WindowsForms10.Window.8.app.0.141b42a_r40_ad1", "", 2).Window("WindowsForms10.BUTTON.app.0.141b42a_r40_ad1", "&Next >", 2).Name
But if I open TestComplete manually, it works fine and reads the same objects as below:
Sys.Process("DBInstall").WinFormsObject("TradarDatabaseInstallWizard").WinFormsObject("buttonPanel").WinFormsObject("nextButton")
This is happening on Windows10 while works fine on Windows7
Has anyone encountered similar issue? What could be the reason and solution?