ATF: How we can validate UI and UI actions using ATF

Ankit Rastogi
Tera Contributor

ATF: How we can validate UI and UI actions using ATF

3 REPLIES 3

Not applicable

Hi @Ankit Rastogi ,

Currently there is no method in ATF to validate UI actions in list view.

there are custom UI steps which can handle UI page etc and the html components.

you can use those and check : https://docs.servicenow.com/bundle/utah-application-development/page/administer/auto-test-framework/...

Also, watch this video : https://www.youtube.com/watch?v=ybYIW3F1dTI

 

ServiceNow #servicenow #now #ATF A "Test Automation Framework"(ATF) is scaffolding that is laid to provide an execution environment for the automation test scripts.

Ankur Bawiskar
Tera Patron

@Ankit Rastogi 

what exactly you want to validate?

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

I need to validate the UI action visibility in list view of workspace for Issue triage table. When I am trying via OOB action, it is not returning any value. Can u please guide on this?