Make Selenium Easy

REST Assured Tutorial 9 – Let’s Write First POST Request in REST Assured

As a part of End to End REST Assured Tutorial , in this post We will write first POST request in REST assured.

I will strongly recommended you to learn basics of API testing from here.

To learn what is POST request and how can you hit a POST request in Postman tool, must refer this post.

We will automate a POST request named “GetAuth” from Restful Booker. We will perform some validations like status code as well.

GetAuth API takes body as below where you need to pass username and password. If you pass credentials correctly, you will get token else error message.

Let’s start writing a POST request in REST Assured using both BDD and Non-BDD style. We will see multiple ways of writing same test as well.

Passing body to POST request:-

We know that we need to pass a payload ( JSON or XML) to POST request. REST Assured makes it very handy to pass body to request. We can pass body as a String or a JSON file or a XML file or a Java Object or a byte array. We will see all ways in upcoming posts but as of now we will pass body as a String.

Non-BDD Style:-

BDD Style:-

You can clone/download example repo here.

If you have any doubt, feel free to comment below.
If you like my posts, please like, comment, share and subscribe.
#ThanksForReading
#HappyLearning

You can find all Selenium related post here.
You can find all API manual and automation related posts here.
You can find frequently asked Java Programs here.

Author: Amod Mahajan

A software Tester who is paid to judge products developed by others. Currently getting paid in American Dollars. Writing technical posts and creating YouTube videos are my hobbies.

9 thoughts on “REST Assured Tutorial 9 – Let’s Write First POST Request in REST Assured

  1. Hi Amod,One request can you please add some feature like if i am reading tutorial number 1 then at the bottom of tutorial tutorial number 2 link should present .

  2. HI Amod Mahajan
    Could you please share valid credentials for auth token
    Below credentails are not working
    “username” : “admin”,
    “password” : “password123”,
    Waiting for your quick reply
    Thank you in advance

    1. Hey, because example APIs returns 200 on successful post request. It is completely dependent on developers what status code they return. If they return 201, we need to assert as 201.

Leave a Reply

Please wait...

Subscribe to new posts to become automation expert

Want to be notified when my new post is published? Get my posts in your inbox.