Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi!
hmm.. you can import as many projects as you like - but you have to do it one at a time.
Regarding your question on automation - I would suggest you do the following:
1) Create a TestSuite and TestCase in your project
2) Add your request to the TestCase as a SOAP Request TestStep
3) Add assertions to the TestStep to validate the response
4) Save the project
5) Run the TestCase from the command-line using the command-line tools any time you need to run the request (see http://soapui.org/Test-Automation/functional-tests.html)
In this way you can easily run the request any time you need to.
Does that make sense?
regards!
/Ole
SmartBear Software
hmm.. you can import as many projects as you like - but you have to do it one at a time.
Regarding your question on automation - I would suggest you do the following:
1) Create a TestSuite and TestCase in your project
2) Add your request to the TestCase as a SOAP Request TestStep
3) Add assertions to the TestStep to validate the response
4) Save the project
5) Run the TestCase from the command-line using the command-line tools any time you need to run the request (see http://soapui.org/Test-Automation/functional-tests.html)
In this way you can easily run the request any time you need to.
Does that make sense?
regards!
/Ole
SmartBear Software