Forum Discussion
Jasper175
16 years agoFrequent Contributor
Good question - apparently no one is out there.
I had the same question - so far I'm thinking it doesn't have that wisdom, as the wsdl files are simply read by soapui.
Though I did import all the wsdl files under "one project" and created separate testsuites with a chain of threads.
TestSuite "Create Customer": Threads: createCustomer > createPaymentOption
TestSuite "Update Customer Info: Threads: searchCustomer > updateCustomerAddress > updatePaymentOption etc...
Not sure if that even applies to what you're doing, but you can put every thread in one test and set your order by drag & drop
I had the same question - so far I'm thinking it doesn't have that wisdom, as the wsdl files are simply read by soapui.
Though I did import all the wsdl files under "one project" and created separate testsuites with a chain of threads.
TestSuite "Create Customer": Threads: createCustomer > createPaymentOption
TestSuite "Update Customer Info: Threads: searchCustomer > updateCustomerAddress > updatePaymentOption etc...
Not sure if that even applies to what you're doing, but you can put every thread in one test and set your order by drag & drop