- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 01:38 AM
I want to use ATF module for testing ServiceNow Upgrades, it is applicable for UI testing ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 06:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 04:05 AM
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
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 07:01 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2024 06:38 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 03:55 AM
Thanks @Ujjwal019 , it was helpful.