Class 1 RestAssureIntroduction
Class 1 RestAssureIntroduction
Rest-Assured is a Java based library that is used to test RESTful Web Services. This library
behaves like a headless Client to access REST web services
Rest Assured simple java libraries for testing of Rest WebServcie API
Rest-Assured library also provides ability to validate the Rest-HTTP Responses received from
server. For e.g. we can verify the Status code, Status message, Headers and even the Body of
the response. This makes Rest-Assured a very flexible library that can be used for testing.
Testing/junit/BDD
Selenium Webdriver
JDBC
So that We can Automate E2E business workflow which include all the layers
Handles various authentication like Token AUTH, Basic auth , oauth1.0 , oauth2.0
Send request over the network using existing protocol like http
Integrate seamlessly with existing java based framework like selenium, testng , jdbc , poi etc
In order to use Rest assured client ,we should create a maven project & add below
dependency
open Eclipse
Tool Description