Record/Learn doesn't recognize a dialog box

Friday, April 12, 2013
Avatar
I'm in the process of converting scripts written in VBScript to Rapise.  One of the things our AUT does is display a dialog box in order to login to the application.  I can't get Rapise to recognize that the dialog box is there.  How it was done in QTP was to use Dialog("User Signon").Exist.  How can I get Rapise to recognize the signon dialog so that I can have the test script sign on to the AUT?
1 Replies
Wednesday, April 17, 2013
Avatar
re: ckirkland Friday, April 12, 2013

Hi Chuck

If this is a web application, then there is the Navigator.DoCheckAlert(msg) or Navigator.DoCheckConfirmation(msg, result) functions that let you trap the popup dialog box and handle the results. For non-web applications you should be able to just use the Generic library to record the interaction against the Win32 popup dialog box.

If that doesn't work, I'd log a support ticket to get more specific help.

Regards

Adam

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Friday, April 12, 2013
  • Last Reply: Wednesday, April 17, 2013
  • Replies: 1
  • Views: 2605