Hi,
Could anybody help on this issue regarding QTP10.0
Scenario
When I execute a workflow in SAP application, It will automatically opens a Windows Application with Dialog Window (pop-up) and state some message.
QTP 10.0 becomes idle once I clicked the "execute" button in SAP and it is not executing further code written to handle dialog window (As per below example, it is not executing "msgbox" statement).
Including "Sync" statment is not working since any line after "SAPButton-Execute" statement is not working. FYI... I am using Business Components (BPT)
SAPObject.Button("Execute")
msgbox "This line is being executed"
Required Action
I need to close the "Dialog Window" first, then the "Main Window" and come back to SAP Application. Main Window is at the back of the dialog window.
Please let me know if there is any solution to handle this issue.
Also let me know any mandatory "Patches" should be installed for QTP 10.0 or any TIMEOUT settings available in QTP
Thanks,
Veera