Posts

Showing posts from June, 2020

Part-3 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library

Image
Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting article. And the topic name is ‘ Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library ’ So below I am mentioning the agenda of today's article. Agenda:  1) How to write RestAssured Code in eclipse IDE and what are the steps. 2) How to get response from different APIs using RestAssured. 3) How to use different request types as mentioned below in RestAssured and how to      get response using mentioned request. - PUT - DELETE 4) How to validate status code of response Guys above mentioned points we have explained on YouTube channel for the better understanding. Guys to read introduction part and Part-2 of this article click on given URL   Part -1 Introduction Part   and  Part-2   and to watch today's demo on YouTube channel please click on below video.

Part-2 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library

Image
Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting article. And the topic name is ‘ Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library ’ So below I am mentioning the agenda of today's article. Agenda:  1) How to write RestAssured Code in eclipse IDE and what are the steps. 2) How to get response from different APIs using RestAssured. 3) How to use different request types as mentioned below in RestAssured and how to      get response using mentioned request. - GET - POST 4) How to validate status code of response Guys above mentioned points we have explained on YouTube channel for the better understanding. Guys to read introduction part of this article click on given URL Part -1 Introduction Part   and to watch today's demo on YouTube channel please click on below video. Guys remaining part will cover the next article i.e Part

Part-1 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library

Image
Hello Dear Friends, I hope you are doing Good.!! Today we are going to see a very interesting article. And the topic name is ‘ Part-1 | Perform API Testing or Automation of Rest APIs/Web Services using Rest-assured Java Library & TestNG ’. Below I am mentioning the Agenda of this topic. Agenda 1) What is Rest-assured? 2) Why need Rest-Assured? 3) Required Pre-requisites  4) Steps to setup Rest-assured project 5) Practical demo by using different request types  GET POST PUT DELETE Will see and discuss each point as mentioned above and to watch on YouTube channel please click on below video . 1) What is Rest-assured? REST Assured is a Java Domain Specific Language API for simplifying testing of RESTful web services.  REST Assured API can be used to invoke REST web services and match response content to test them.  Rest Assured has methods to fetch data from almost every part of the request and response no matter how complex the JSON