Web Services are server and client applications to interact with rest of the world over HTTP, or sometimes over SMTP. It is written for accepting requests and giving appropriate answers for each requests. It is assumed that it returns the same response if there is no changing in the request and the condition. Therefore testing and automating Web Services are very easy. You just need to know sending and receiving data and condition, then the rest of the jobs is playing with data and assertions. Information about the Web Services should be present in Web Services documentations and it should be understandable to the people from third party system. Web applications take to the next step with the Web Services because you can open your system to rest of world without requiring language specific restrictions. This makes integrity of applications very easy. To be able to ...
Not a feature, but the future of an app is under testing.