- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 09:13 AM
What is the best practice for keeping ATF tests after you clone down from production to sub-production instances?
I believe that I read somewhere that you do promote your tests up to production, although you don't enable them to run (because, production - duh). That way they clone down. Can I get verification this is the best practice way to do so?
Thanks,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 09:47 AM
Yes. This is best practice. This is exactly how it's done at my company.
It can be promoted all the way to PRODUCTION, but not enabled in PRODUCTION. This way, you never lose your ATF Tests in the lower environments after clone downs. The clone downs will include your existing ATF Tests. It also allows you to perform automated regression after each clone down for quality check.
This is especially useful, for companies like mine, who have almost 600 ATF Tests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 11:41 AM
Thanks so much, Gerald. The way you described it - I was thinking that I read that somewhere. I just cannot remember where.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 05:52 AM
We talk about it in the best practice here: https://community.servicenow.com/community?id=community_blog&sys_id=4afd4213db2c08145129a851ca96195c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 06:42 AM
Oh man, this is good stuff. Appreciate the info, Brad!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2020 11:23 AM
Yes, we promote to PROD as well-works well. We run our roughly 250 tests nightly in QA after code drops, and have data preservers on sys_atf_test_result, sys_atf_test_suite_result and any reports using those tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2020 10:56 AM
Hey jus_doggin, what's your process/policy for running your tests? Do you guys have a formalized write-up describing it? I'm looking to implement something like this myself.