Sys.Process("rundll32") is not shown in object browser
Hello Everyone,
I am having a dialog box with two controls say Buttons Yes an No.
When I spy the buttons, testcomplete identifies it. But when I try to run as a test to perform Click action on button Yes, it doesn't click actually.
When I tried to debug, I figured out that corresponding dialog process is not listed in object browser. I assumed that could be the reason for not performing action on that dialog during runtime.
The process Full Name is
Sys.Process("rundll32").Window("#32770", "ApplicaitonName", 1)
Can anyone suggest how to list this process in object browser.
Thanks in advance.
Thanks,
Karthik K R
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