- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 08:48 AM
With Automation - how can I confirm the text of a pop-up that was triggered by a particular action? For example, if I attempt to create an Incident, do NOT fill in all required fields, and click submit, a pop-up message appears. Can automation confirm that the pop-up message contains the correct text? If the text in the pop-up should say "This field is missing data" - can automation confirm the UI pop-up message actually has that text in it?
Solved! Go to Solution.
- Labels:
-
Automated Test Framework

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 12:46 PM
Correct, currently there is no way to test that.
On the client side (visible data loaded in the browser window) ATF only provides a way to test some of the form functionality, there is no way to test how lists are loaded or the left nav items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2019 09:41 AM
Ok, how about a Server Side?