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
Tera Patron

@FaizanAkhtar 

what type of UI is that? share screenshots

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

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