Forum Discussion
Hi Robert,
Object Browser shows only one running process of Sys.Process("rundll32") and I am making action (Like Clicking) on the correct dialog. Even TestComplete Log shows it performed the action correctly. It dint throw any ambiguos object recognition error message too.
Please see the below image
Even after clicking the button, the dialog remains same on the screen. But when I do manual click on No button, the dialog disappears. Expected the same behavior while running through TestComplete.
Thanks,
Karthik K R
Is there more than one instance of WIndow('#32770')? That could also be part of the issue.
Also... could be timing... while the window may be up and clicked on, there may be something else going on where the click is not recognized, some sort of background processing temporarily disabling the button. Have you tried, just for debugging purposes, putting a hard coded delay before the button click?
- krkarthik_info7 years agoFrequent Contributor
I have verified that only one instance of window("#32770") appears in the object browser. Also I have tried giving some hard coded delays, unfortunately this too didnt work.
Thanks,
Karthik K R
- krkarthik_info7 years agoFrequent Contributor
All,
I have upgraded my TestComplete version from 12.0 to 14.0, and with the latest version I am able to click on the buttons successfully and the dialog disappears.
I am really not sure what was the problem with TC 12.0, luckily TC 14.0 helped me out of the problem.
Thanks,
Karthik K R