How to export/import test suites with test steps in ATF form one instance to other instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-16-2017 01:05 PM
How to export/import test suites with test steps in ATF form one instance to other instance in bulk. I tired exporting suites via xml but it is not capturing test steps.
Is there any way we can export all test suites with test steps in bulk. I even could not see export to xml under under related list too.
Thank in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2018 01:00 PM
You can keep track of ATF configs in an update set BUT, my experiences with this method has been mixed. In some cases, I've lost test step configs when exporting and importing via update sets. See ATF Test steps broken after import via Update Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2018 10:31 AM
I just had to export my ATF Test Suites between instances and this is what I did:
- Export from table sys_atf_test_suite to XML from instance B.
- Import XML to table sys_atf_test_suite in instance A.
- Repeat first for table sys_atf_test and then for table sys_atf_step.
Worked like a charm. The tests and steps were associated to the correct suites and tests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2018 03:52 AM
Hi Amanda,
I've just followed the same steps as you did but it didn't work for me.
Do you have any test case in which you impersonate another user?
In which release you are?
I tried moving via Update set, as it didn't work, I rolled it back and tried what you suggested ...
Tks !!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2018 06:02 AM
HI Juliano,
I'm curious to know what happened when you moved ATF work via Update Set. When you say 'it didn't work', what do you mean exactly?