yogeshharsh
12 years agoOccasional Contributor
Clicking a button but no response
Hi ,
I am using the Test Comlete 10 on a windows app under test. I am trying to click a button using the ClickButton action. The click is performed but the resulting event that is a confirmation check box is not displayed.
(When i perform a manual click, all working fine though).
I am using the VBScript. I have pasted below the code which is generated when we try to record the clicking action on this button and that is kind of same what i am using in my project
ApplicationName.Window("#32770", "Informations").Window("Button", "OK").ClickButton
Can you please tell me if there is something i ned to use in order to make Test complete perform the click properly.
Thanks
I am using the Test Comlete 10 on a windows app under test. I am trying to click a button using the ClickButton action. The click is performed but the resulting event that is a confirmation check box is not displayed.
(When i perform a manual click, all working fine though).
I am using the VBScript. I have pasted below the code which is generated when we try to record the clicking action on this button and that is kind of same what i am using in my project
ApplicationName.Window("#32770", "Informations").Window("Button", "OK").ClickButton
Can you please tell me if there is something i ned to use in order to make Test complete perform the click properly.
Thanks