ATF and Manual testing best practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2025 08:50 PM
Hey can anyone share best practices around maintaining manual and atf test
can atf be moved to prod?
how to maintain and keep the tests upto date
how sprint testing or sdlc testing is done in your org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2025 08:59 PM - edited 01-04-2025 09:00 PM
Hello @J_31
for ATF best practices..
Please refer below:
https://www.servicenow.com/community/developer-blog/best-practices-for-using-atf/ba-p/2274667
for manual testing, refer below documentation
https://www.servicenow.com/community/developer-blog/best-practices-for-using-atf/ba-p/2274667
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2025 09:07 PM
ATF is usually done in QA and Test instance and not done in production
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2025 11:38 PM
Hi @J_31
can atf be moved to prod? -->
You can move it to production, but it should not be used in production. ATF is intended for use only in QA or testing environments.
how to maintain and keep the tests upto date -->
We use ATF for standard processes, and if the flow of these processes changes, the ATF test cases need to be updated. In my project, we create a task within the story for test case updates, which is assigned to the QA team. The team then reviews whether the story requires changes to the already created test cases.
how sprint testing or sdlc testing is done in your org
- Sprint testing is done manually in my account unless regression testing is required. Since multiple stories are included in a sprint, it's uncertain whether the ATF will work, so sprint testing is performed manually. However, if necessary, we update previous test cases.
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
01-05-2025 05:56 AM
Thanks for the response Atul
Not going to run the ATF in prod will set the properties off
it’s hard to maintain the test in lower env as each time we clone it’s giving us hard time to save all..