Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing REST webservices [closed]

My organization is working on building RESTful webservices on JBoss appserver. The QA team is used to testing SOAP webservices so far using SoapUI. SoapUI has a new version that has REST capabilities. We're considering using that.

  1. Are there any publicly available RESTful services available on the net for free that someone could test ?
  2. What tools are available(and used) for testing RESTful web services ?
like image 692
anjanb Avatar asked Oct 15 '08 02:10

anjanb


People also ask

Can SoapUI test REST service?

SoapUI supports extensive testing of RESTful web services and their resources, representations, and so on. This step-by-step tutorial will help you learn how to send requests to a REST API and verify its responses with assertions in SoapUI.


1 Answers

soapUI will do the job as well, check out this blog post to get started.

like image 167
Ole Lensmar Avatar answered Sep 22 '22 02:09

Ole Lensmar