gipson_p
11 years agoNew Contributor
TestComplete issue with recognizing objects using object spy.
Hi,
I am facing an issue on test object identification with TestComplete 9.20 Version. Not sure about the behavior as this suddenly appeared when test was executed. (Previously this used to work fine.)
Actual Object is : "Sys.Process("eAudIT").WPFObject("HwndSource: MainFormAuditorsDesktop", "KPMG eAudIT")
Current Object : "Sys.Process("eAudIT").Window("HwndWrapper[eAudIT.exe;;5fdf733f-7ff3-44f3-a5df-bd41a2d29ea7]", "KPMG eAudIT", 1)"
Help is highly appreciated.
Regards,
Gipson Peter
I am facing an issue on test object identification with TestComplete 9.20 Version. Not sure about the behavior as this suddenly appeared when test was executed. (Previously this used to work fine.)
Actual Object is : "Sys.Process("eAudIT").WPFObject("HwndSource: MainFormAuditorsDesktop", "KPMG eAudIT")
Current Object : "Sys.Process("eAudIT").Window("HwndWrapper[eAudIT.exe;;5fdf733f-7ff3-44f3-a5df-bd41a2d29ea7]", "KPMG eAudIT", 1)"
Help is highly appreciated.
Regards,
Gipson Peter
- When we start seeing those sorts of strings, or it seems like TestComplete has forgotten the name mapping, we do some or all of these:
1) delete any logs that we don't need
2) restart the application under test
3) restart TestComplete
On rare occasions, it takes rebooting the TestComplete machine to get that to clear up.