I have a RESTful web API application that consists of several URL calls that return XML content. These tests would consist of (my) declared query string parameters and methods, such as POST, GET, HEAD...
I would like to fully automate the testing of these services in the most simple way possible. It would also be a great benefit if this wouldn't cause any additional costs.
The possibility of saving these tests with my given parameters for later use (to test further API upgrades or changes) would be perfect.