Hi.
I made UFT scripts for web application and integrated with ALM.
I am getting problem with below popup window.
I handled as below
It worked fine in UFT and showed result as success. But in ALM it is showing as failed.
In ALM Report I could see all above occurrences as failed.
Please help me on the same.
I made UFT scripts for web application and integrated with ALM.
I am getting problem with below popup window.
Code:
Browser("Elsevier Editorial SystemTM").WinObject("Notification").WinButton("Close").Click
I handled as below
Code:
If Browser("Elsevier Editorial SystemTM").WinObject("Notification").WinButton("Close").exist then
Browser("Elsevier Editorial SystemTM").WinObject("Notification").WinButton("Close").Click
End If
It worked fine in UFT and showed result as success. But in ALM it is showing as failed.
In ALM Report I could see all above occurrences as failed.
Please help me on the same.