Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to validate mandatory fields on a custom UI using ATF in ServiceNow?

FaizanAkhtar
Tera Contributor

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

Ankur Bawiskar
Tera Patron

@FaizanAkhtar 

what type of UI is that? share screenshots

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

I have managed to validate it using server side code test steps.
Thanks...