How to move ATF test cases from one instance to another instance without updateset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 10:17 PM
How to move ATF test cases from one instance to another instance without updateset

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 10:21 PM
You can refer to below proposed solution by Brad:
Aman Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2022 10:22 PM
It's simple.
Create an update set in correct scope and capture the tests and test steps in update set and migrate to another instance.
What's the challenge faced? This should happen OOB.
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
‎11-14-2022 10:23 PM
Hello,
If you do not want to use update set then you can move them using export and import xml.
First you will have to export the Test:-
Then you will have to export the test steps:-
Then in the other instance again first you will have to import xml of test first:-
Then you will have to import xml of test steps:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2024 01:12 AM
Moving the ATF from one instance to other instance via XML is not working. Its just creates the test case without any test steps. Please suggest is there any other way to move ATF test case from one instance to other without update set.