On Mar 12, 8:31 am, Charley Baker <
charley.ba...@gmail.com> wrote:
> No, Watir is a library to Automate browsers for web testing. That being
> said, Ruby has SOAP libraries(soap4r) that we're using quite extensively to
> test SOAP based services. The benefit of using a real language as opposed to
> VendorScript is that there are libraries for just about anything you'd want
> to do - XML, SOAP, databases, MQ, etc.
And net/http and json are awfully nice for REST/JSON testing. My