Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Popup not being properly recognised in QTP when used with Siebel application
#5
Solved: 11 Years, 3 Months, 4 Weeks ago
Hi,

In my scenario, when i change the status of the SR to Ready for Service, a popup comes,
"Are you sure the Service Request is Ready for service?"
After clicking Ok button for this popup, some background validation happens which is in siebel after that, another popup appears ,"Ready for validation is completed". Here Ok button has to be clikced..

For this, I tired this piece of code.
Code:
SiebApplication("Siebel Call Center").SetTimeOut(10)
Reporter.Filter = 3
On Error resume Next
    SiebApplication("Siebel Call Center").SiebScreen("Service - R5").SiebView("Service Request Field").SiebApplet("Service Request_2").SiebPicklist("Status").Select "Ready for Service"
    Reporter.Filter = 0
    Err.Clear
Browser("Siebel Call Center").Dialog("Windows Internet Explorer_3").WinButton("OK").Click
Browser("Siebel Call Center").Dialog("Windows Internet Explorer_3").WinButton("OK").Click
rc = SiebApplication("").SetTimeOut(originalTimeout)


After using this piece of code, the popup comes twice.
Help me out.
Reply


Messages In This Thread
RE: Popup not being properly recognised in QTP when used with Siebel application - by LalithaAkila - 03-02-2011, 04:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
MyBB how can i automatically click ok button in msgbox popup test 11 24,906 07-12-2022, 11:50 PM
Last Post: akash warke
  Close popup ad windows dustwynn 1 2,961 10-25-2016, 05:57 PM
Last Post: Ankur
  QTP 11 - Oracle Forms objects not recognised WarrenRay 0 3,173 06-23-2015, 09:35 PM
Last Post: WarrenRay
At Siebel and Oracle Apps Objects Praveenkumar86 0 1,946 05-16-2015, 12:16 AM
Last Post: Praveenkumar86
Exclamation Login & logout in Siebel and clicking pop-up button yuetling926 7 11,365 07-09-2014, 10:43 PM
Last Post: hhamilton

Forum Jump:


Users browsing this thread: 1 Guest(s)