Can ATF be used for testing the ServiceNow Upgrades

aya elkappany
Tera Contributor

I want to use ATF module for testing ServiceNow Upgrades, it is applicable for UI testing ?

2 ACCEPTED SOLUTIONS

Ujjwal019
Tera Guru

Yes, ServiceNow's ATF (Automated Test Framework) module applies for UI testing.

You can do much more to ease your productivity through ATF in ServiceNow, 
You can test things Like:

1. Basic UI Functionality - Navigation, Forms Interaction, Buttons and UI Action Visibility

2. UI Policies and UI Actions - We can test to ensure they still trigger correctly after the upgrade.
3. Form Validations - Field value population correctly, Fields available on the form
4. Catalog Items and Workflows/Flows
5. Notifications
6. Dashboards and Reports

View solution in original post

Hi @aya elkappany 

 

Placement means, like if you want to check field at 1st position / 2nd position that is not possible. 

 

what i need is to locate certain fields on a form/page, validate the data contents of fields... is this possible?

Atul: Yes, you can do all these validation. This video will provide you an overview

https://youtu.be/BYN0LuVSjK8

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

7 REPLIES 7

Topic:  update clone down process to include ATF
I need to 'exclude' ATF during a clone down from PROD so that the info isn't overwritten.

What tables I can include in during the clone down process?

What measures should be taken to back up Tests configurations and results before a clone operation?

 

Ujjwal019
Tera Guru

Yes, ServiceNow's ATF (Automated Test Framework) module applies for UI testing.

You can do much more to ease your productivity through ATF in ServiceNow, 
You can test things Like:

1. Basic UI Functionality - Navigation, Forms Interaction, Buttons and UI Action Visibility

2. UI Policies and UI Actions - We can test to ensure they still trigger correctly after the upgrade.
3. Form Validations - Field value population correctly, Fields available on the form
4. Catalog Items and Workflows/Flows
5. Notifications
6. Dashboards and Reports

Thanks @Ujjwal019 , it was helpful.