Webservice test isolation - but when to verify the webservice itself?
问题 I am isolating my webservice-related tests from the actual webservices with Stubs. How do you/should i incorporate tests to ensure that my crafted responses match the actual webservice ones (i don't have control over it)? I don't want to know how to do it, but when and where? Should i create a testsuite-testsuite for testdata testing?... 回答1: I would use something like this excellent tool Storm 回答2: If you can, install the service in a small, completely controlled environment. Drawback: You