REST Assured

Open source Java DSL for easy testing of REST services
Download

REST Assured Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache
  • Publisher Name:
  • Johan Haleby
  • Publisher web site:
  • http://code.google.com/u/@VRZXRVVYARhMXgF1/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 716 KB

REST Assured Tags


REST Assured Description

Open source Java DSL for easy testing of REST services Testing and validating REST services in Java is harder than in dynamic languages such as Ruby and Groovy. REST Assured brings the simplicity of using these languages into the Java domain. REST Assured is an open source and free Java DSL for simplifying testing of REST based services built on top of HTTP Builder. REST Assured comes with support for POST, GET, PUT, DELETE and HEAD requests and includes specifying and validating e.g. headers, parameters, cookies and body easily.Detailed getting started and usage instructions for the REST Assured Java DSL are available HERE. What's New in This Release: · Added support for mixing form and query parameters when using the POST method. E.g. "with().param("firstName", "John").and().queryParam("lastName", "Doe").expect().body("greeting.lastName", equalTo("Doe")).post("/greetXML");" · When using POST the "param" method adds form parameters to the request and "queryParam" adds query parameters of the request. · Added support for multi-value paramters, e.g. with().param("list", "first").and().param("list", "second").when().get("/something") will now send a GET request to "/something" with parameter list including first and second. (issue 62).


REST Assured Related Software