Posts

Showing posts from March, 2022

Rest Assured series - Introduction

In this article we will cover Rest Assured Introduction. If you are working at backend automation, Rest Assured is the framework and library you might be using to automate your APIs. After Selenium, it is perhaps the most popular library ever used. It comes handy with a lot of features and inbuilt libraries to automate your application backend. Rest Assured Automation  Rest Assured was founded by Johan Haleby. It is contributed by many people over the years. Rest Assured is sponsored by Parkster. We will discuss about Rest Assured Components and Features. Requests - HTTP requests can be sent by the help of RequestSpecification. Responses JSON Schema Validation Status code validations Body validation Advantages of Rest Assured Less code is written BDD like code-style Easy CI/CD Integration Interview Questions What is the difference between Path Parameter and query parameter? Path parameter is also called as URI parameter. It is used to identify specific resource. Query parameter is used