1. Testing your RESTful Web-Services with REST-assured and Jersey-Test-Framework

    A tutorial about testing REST-ful services. Tests for both tools can be written in JUnit, which means these tests can be part of your normal automated unit tests.

    1. REST-assured, a framework that offers a DSL-like syntax to create well readable tests.
    2. Jersey-Test-Framework which offers a execution environment and is built upon the JAX-RS reference implementation, Jersey.

    In the tutorial you will create a simple SOAP service and then implement integration tests for this service using both frameworks.