Web Stories - Articles - Questions - Post - Experiences
menu search
brightness_auto
Add Knowledge - Updates - Promotion
more_vert

RestAssured is the java library which is used tp test REST APIs. It has very rich functionality. If you are working with maven project, you just need to add the dependency in pom.xml.

<!-- https://mvnrepository.com/artifact/io.rest-assured/rest-assured --><dependency>
        <groupId>io.rest-assured</groupId>
        <artifactId>rest-assured</artifactId>
        <version>5.1.1</version>
</dependency>

The library is automatically added in your project&#39;s maven dependency and then you can also add testng dependency.

 

<!-- https://mvnrepository.com/artifact/org.testng/testng -->
    <dependency>
        <groupId>org.testng</groupId>
        <artifactId>testng</artifactId>
        <version>6.8.8</version>
        <scope>test</scope>
</dependency>

 

I found a good set of example APIs which are in Json and xml both.

The URL is: https://restful-booker.herokuapp.com/apidoc/index.html

thumb_up_off_alt 2 like thumb_down_off_alt 0 dislike

Related questions

thumb_up_off_alt 2 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
thumb_up_off_alt 2 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
We live in India and there are many states. There are different culture and languages spoken in different states. After every 80km, the language and c...
thumb_up_off_alt 5 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
Ads by Zaankari™ Portal
Now a days, everybody is talking about JSON. If you are a Software engineer, you will work with JSON. If you are an automation test engineer, you will...
What is json node and how many types of json node are there ?
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
There are several cases which you can easily solve by using javascriptExecutor. The arguments[0] means the webElement passed in the executeS...
thumb_up_off_alt 2 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
thumb_up_off_alt 3 like thumb_down_off_alt 0 dislike
1 answer
Read Story...
share
thumb_up_off_alt 3 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
Ads by Zaankari™ Portal
Reason for blue color of sky : Tiny air molecules in our atmosphere cause white light to "scatter" as it travels through the atmosphere. ...
Why is the sky blue in color ?
thumb_up_off_alt 3 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share
What is Legibility ? A typeface legibility is a result of its design and pertains to the capacity to tell one glyph from another when reading. The f...
thumb_up_off_alt 5 like thumb_down_off_alt 0 dislike
0 answers
Read Story...
share

Most popular questions within the last 4 days

Welcome to Zaankari portal, where you can ask and read questions/answers and stories. Add Questions/Stories/Posts - Earn Points !
...