What is the best method for copying ATF tests from one instance to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 12:23 AM
Been looking at numerous options for the best way to copy ATF tests from one instance to another and wonder what people are finding is best and most consistent. Have encountered many issues in the past even when using things like Team Developer. Wondering if Instance Data Replication might be a better way? Many thanks - Geoff

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 08:41 AM
Hi @Geoff Dench ,
Why are you not using update sets, any issues??
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 06:14 PM
Use update sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2024 11:35 PM
Hi @Geoff Dench
Create New Update set in Local Update set and make it current.
Go to the test you need to move.
In related links click Add to update set.
Do it for other test also.
Go to that created update set.
Move the state to Complete.
Download the update set.
Go to other instance you need to move.
Navigate Retrieve Update set.
In the related Link click Add update set from XML.
Preview and Commit.
This is the best way you can move the test from one instance to another.
Regards
Shaqeel
***********************************************************************************************************************
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
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2024 12:35 AM
Apologies - I should have made it clearer that I’m using update sets but the results are not consistent. There are quite a few issues with moving ATF tests around this way.