REST API testing using C# RestSharp and SpecFlow udemy course free download

What you'll learn:

Requirements::

Description:

RestSharp (Probably, the most popular REST API client library for .NET) is a powerful library to automate REST API using C#. This course is designed to cover basic to advance concepts of REST API automation. Even with basic knowledge of C#, you will be able to follow and implement. I will explain about important part of RestSharp and how to automate your REST API tests. I have used NewtonSoft Json .NET to serialize and deserialize JSON.


***JAN 2022: COURSE UPDATED TO WORK WITH RESTSHARP v107 (which is major upgrade)***

Deprecated interfaces

  1. IRestClient: will be using the RestClient class instance.

  2. IRestRequest: will be using the RestRequest class instance.

  3. IRestResponse: will be using the RestResponse class instance.

  4. IHttp


This course provides many different practical scenarios and implementation. Overview of the course topics

  1. Basics of Rest APIs

  2. Basics of API testing

  3. Introduction of RestSharp

  4. Basic to advance concept of RestSharp

  5. Implementation of API Automation Framework

  6. Custom helper classes

  7. Working with Json .Net

  8. Integration of BDD SpecFlow

  9. Handling of large payloads using Models

  10. Data driven testing

  11. Extent reports

You will be able to implement API test framework with best coding practices in the industry. This solution can be utilized to automate your project REST APIs without major changes. I will try to keep course updated with any changes in the RestSharp library as soon it is released.

Who this course is for:

Course Details:

Download Course