Rest Assured

Rest Assured Testing API Framework

RestAssured multipart file upload

Upasana | September 12, 2020 | 3 min read | 5,811 views | Rest Assured

In this article we will learn how to test multipart/form-data file upload feature using RestAssured library, various assertions, and kotlin support.

Read Article

Rest Assured API Testing Interview Questions

Upasana | July 23, 2020 | 2 min read | 26,489 views | Rest Assured

In this article we will cover important Rest Assured API Testing Interview Questions for Automation Engineer and developers using Java and Kotlin

Read Article

REST Assured Basic Authentication

Upasana | December 30, 2019 | 2 min read | 5,648 views | Rest Assured

In this article we will explore how to access Basic Auth protected resource from Rest Assured testcase, with a coding sample.

Read Article

OAuth2 protected resources in RestAssured Testcases

Upasana | December 12, 2019 | 4 min read | 8,453 views | Rest Assured

In this tutorial we will cover accessing OAuth2 protected resources in RestAssured Testcases using Password and client credentials of OAuth2 grant type

Read Article