RESTful Web Service Testing
Unit testing RESTful web services is rather complex. Ideally, the services are tested in isolation before being packaged as a service.
However, sometimes people will want to test the "finished" or "integrated" web services technology stack because (I suppose) they don't trust their lower-level unit tests.
Or they don't have …
more ...