Previously I wrote a blog asking if SoapUI could be used to deep mock a web service. I was looking to improve some integration testing against a web service. This blog page looks a bit deeper at the problem and how SoapUI could help.
Nov
9
2009
9
2009
Nov
4
2009
4
2009
Could soapUI be the way to mock complex webservices?
I have been looking for a good way to mock a complex web-service for integration testing. The idea being to simulate responses intelligently and be able to test a round trip without the actual service. Full integration tests are not possible for various reasons, so this might be the next best thing.
The tests [...]