TestSuite Clone
Hello,
I'm using SoapUI 5.0.0 (free)... have a question about cloning a TestSuite.
I created a new project specifically for unit testing. I built a TestSuite based on the initial WSDL for the project (working great). Then I added a second WSDL to the project (my plan is to have one project with multiple WSDLs and TestSuites). Instead of creating the second TestSuite from scratch, I cloned it from the initial TestSuite... and then tweaked it (updated endpoints, etc). I want to make sure the second TestSuite doesn't have any references to the initial TestSuite but noticed the Interface property points back to it.. and that property appears to be read-only.
Am I cloning the TestSuite correctly? Keep in mind, i'm trying to attach the clone to a different WSDL.
Thanks!