Micro Focus QTP (UFT) Forums
QTP cannot recognize a web form inside SAP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: QTP cannot recognize a web form inside SAP (/Thread-QTP-cannot-recognize-a-web-form-inside-SAP)



QTP cannot recognize a web form inside SAP - QTP_Gaspar - 01-12-2012

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:
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.


RE: QTP cannot recognize a web form inside SAP - ravi.gajul - 01-13-2012

QTP 10.0 doesn't support IE9.Apparently QTP 11.0 does support IE 9 with a patch.


RE: QTP cannot recognize a web form inside SAP - QTP_Gaspar - 01-13-2012

Yeah, I suppose you are right, but there might be any way to do it. I cannot change my IE or neither my QTP. Sad

Thank you anyway