Skip to content

archkum/web-services-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Testing APIs using RestAssured

This project contains examples of functional testing REST APIs using RestAssured . RestAssured is a library to simplify testing of REST APIs and provides a rich DSL. The manual is at RestAssured Manual

#Sample Private API to test We use the Restify TODO service to test our service. The instructions for installation is at https://github.com/mcavage/node-restify/tree/master/examples/todoapp

==The Restify sample needs to be running to run the groovy and the scala tests.==

The following examples are provided :

  • Java8 using Maven and JUnit
  • Groovy with Spock & Gradle
  • Scala using ScalaTest and sbt.

Detailed instructions are in the individual READMEs

##Happy Testing !

About

Examples of Testing Webservices using RestAssured and Scala, Java and Groovy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 43.9%
  • Java 42.0%
  • Scala 14.1%