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
‎04-11-2022 08:33 AM
Hello,
Dealing with table sys_atf_test_suite, tabl sys_atf_test and table sys_atf_step is NOT enough. You'll lost condition checks on tables etc. stored in table sys_variable_value.
To get the full picture, you have to press "Show XML" instead of "Export > XML".
BR,
Andreas