Forum Discussion

krkarthik_info's avatar
krkarthik_info
Frequent Contributor
7 years ago
Solved

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

13 Replies