- 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-02-2024 02:28 AM
Yes use ATF for upgrades but only in lower environment as regression testing. UI testing cant be done via ATF like placement of fields etc.
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 03:53 AM
Hi @Dr Atul G- LNG ,
Thanks for your reply, but what do you mean exactly be placement of fields?, what i need is to locate certain fields on a form/page, validate the data contents of fields... is this possible?
- 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 05:39 AM
Thanks alot, it helps.