ATF and Manual testing best practices

J_31
Kilo Sage

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

6 REPLIES 6

Ravi Chandra_K
Kilo Patron
Kilo Patron

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  

Ankur Bawiskar
Tera Patron
Tera Patron

@J_31 

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.

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

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

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

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..