01-12-2012, 11:24 PM
(This post was last modified: 01-12-2012, 11:26 PM by QTP_Gaspar.)
Hi,
I am developing a test that has to click a button in a web form inside SAP Gui. It was working before, but suddenly it´s not working anymore. If I run only the component, it works fine, but on the business process it just ignore or cant click the button. No errors are displayed, but the button is not clicked as requested.
And If i use the object spy to get it, it returns something like:
I have the addins SAP and WEB on. My OS is Windows 7 and browser IE9.
Thank you,
Renan Gaspar.
And QTP 10.
I am developing a test that has to click a button in a web form inside SAP Gui. It was working before, but suddenly it´s not working anymore. If I run only the component, it works fine, but on the business process it just ignore or cant click the button. No errors are displayed, but the button is not clicked as requested.
And If i use the object spy to get it, it returns something like:
Code:
SAPGuiSession("Session").SAPGuiWindow("X").Page("Page").WinObject("Internet Explorer_Server").
I have the addins SAP and WEB on. My OS is Windows 7 and browser IE9.
Thank you,
Renan Gaspar.
And QTP 10.