How to export/import test suites with test steps in ATF form one instance to other instance

bsk
Kilo Expert

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.

15 REPLIES 15

Andreas Meier
Tera Contributor

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