Exporting Test Suites/Test Cases

christie
Kilo Explorer

How would you go about exporting Test Suites/Test Cases from one instance to another? I started to create a test suite with test cases in my personal dev instance before we upgraded to Fuji (for a temporary repository) and now I would like to migrate them to my company's instance. This way others can contribute and work with the test cases.

5 REPLIES 5

ewj
Kilo Expert

I had a similar situation where I implemented Test Management in our Dev environment to test it out.   Facing losing all our test data to an upcoming clone I had to move Test Management up to Prod.  



Steps taken:


  • Export the following tables as xml:
    • tm_test_environment
    • tm_test_case_instance
    • tm_test_case
    • tm_test_instance
    • tm_test_plan
    • tm_test
    • tm_test_suite
  • Ensure Test Management plug-in is activated in the destination instance.
  • Import xml data into new instance.
  • Not sure if it was necessary, but I went into Number Maintenance and adjusted the starting number for each of the above tables to ensure my numbers stayed in sequence.