Micro Focus QTP (UFT) Forums
need to check Alert messages in scripting - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: need to check Alert messages in scripting (/Thread-need-to-check-Alert-messages-in-scripting)



need to check Alert messages in scripting - setukaran - 11-20-2014

hi ankur

iam doing webapplication.here i have to create accounts.once account is created ,the message wii be shown up in top of the page as 'account is created' as ' alert ' for 2 seconds.How can i check and verify this message.please reply


RE: need to check Alert messages in scripting - supputuri - 11-20-2014

Does the message will be displayed with in the current page or does it display in a separate window/page?


RE: need to check Alert messages in scripting - prs2014 - 11-21-2014

Just include msgbox"account is created" to display the message. If you want to verify the message, you have to do a standard checkpoint or Text Checkpoint for this message.

Checkpoints can be accessed while recording mode.