Copy service and testsuite into another project
I am trying to consolidate a bunch of smaller soapUI projects files (testing different, independent services) into a common file.
Doing so, I had to learn that it is obviously not so trivial to copy a service and its associated test-suite using that service from one file into another. When I export a test-suite and copy it into another project then in the copy ALL parameters (and their assigned value) are lost.
What is the most elegant solution to do this with the least loss of information (i.e. also coping parameters, headers, assertions, etc.). What do I need to (re)define in the target project so that the test-cases and -steps are properly copied INCLUDING all their settings.
Or can one do that on the xml-file directly? Which elements would I need to copy from file A to file B? Or is this completely hopeless? This can't be such an exotic requirement - can it?
Michael
Also, as an alternative, is the 'clone' option on a your TestCase useful at all?