The question of how to test services is one that comes with a bit of contention and a lot of 3rd Party tools. Firstly, the contention comes in on who actually performs the testing. Services have no UI and form part of a reusable IT solution to a Business problem. Therefore they are nothing more than a glorified reusable component and its testing should remain in the realm of the developer.
Services are more complicated than that. They are a complete end product. While the Business may not always have specifically requested it, it is an asset to the organisation and its development follows the software development lifecycle from start to finish. The purpose of a service is to be as loosely coupled to any particular Business solution but provide a service to any Business solution that requires it. Therefore testing services sits firmly in the realm of requiring a more dedicated test and from people not responsible for its development. Independent testing: just like regular software application development.
In the area of 3rd Party Testing tools, a quick search on the web will show HP, IBM and numerous other vendors all vaunting the tool to solve service testing woes. At present I can see them providing benefit for non-technical testers to test service interfaces and the creation of performance, load and stress tests. Beyond that I don’t see much value. Interface testing via these tools is not currently a scalable solution and the use of a mock library combined with automated integration testing will provide greater reuse of existing resources and can scale with complexity of the service interactions.
The following is a summary of my series of posts about service testing. I may find away to make these sticky or at least more prominent and easier to find. A prominent location will allow me to add additional posts as they occur.
- Service Testing Introduction
- Service Dependencies and their impacts on Testing
- Service Testing Directions
- Non Functional Service Testing Implications
- Service Implementation Testing Implications
- Service Documentation & Testing Implications
- Service Testing Focus
- A Different Model for Service Testing
- Service Mockery and Automated Integration Testing
- Service Testing – How it should be done
|
|
Ryan Boucher is a Software Inquisitor and is passionate about it. You can find a whole raft of articles and anecdotes about software testing and other topics he gets excited about. |
| Tags |