How to validate mandatory fields on a custom UI using ATF in ServiceNow?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi everyone,
I’m working on automating tests for a custom UI in ServiceNow using the Automated Test Framework (ATF). I want to validate whether certain fields are mandatory on the UI.
Any guidance, examples, sample test steps, or best practices for validating mandatory fields on a custom UI through ATF would be greatly appreciated!
Thanks in advance!
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
what type of UI is that? share screenshots
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have managed to validate it using server side code test steps.
Thanks...