I personally implemented a driver based API test suite where I wrote a way to dispatch WS calls and get the response to assert. I built it using rack/test, rack/client, and some custom drivers acting like hardware devices.
You can also look into other projects such as cucumber, steak, capybara etc.. They are not designed to test WS per se but should offer most of what you need, including scenario based test suites. - Matt Sent from my iPhone On Mar 5, 2011, at 6:02, Jairo Diaz <[email protected]> wrote: > I am looking to implement a test bed for a Resftul Web Service API. > For example testing a DNS Server with Ruby. > > Is there an open source project, that you know, which I could study > for learning some techniques for this type of work? > > Many thanks, > > Jairo > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
