REST API testing using C# RestSharp and SpecFlow
Learn the basics of API testing and automate REST API using RestSharp in this comprehensive course. Perfect for QA and automation test engineers.
What you’ll learn
- Basics of API testing
- Develop API automation framework
- Basic to advance concept of RestSharp
- Integration of RestSharp with BDD SpecFlow
- REST API Automation concepts
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
IRestClient: will be using the RestClient class instance.
IRestRequest: will be using the RestRequest class instance.
IRestResponse: will be using the RestResponse class instance.
IHttp
This course provides many different practical scenarios and implementation. Overview of the course topics
Basics of Rest APIs
Basics of API testing
Introduction of RestSharp
Basic to advance concept of RestSharp
Implementation of API Automation Framework
Custom helper classes
Working with Json .Net
Integration of BDD SpecFlow
Handling of large payloads using Models
Data driven testing
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:
- QA
- Automation test engineers
- SDET
User Reviews
Be the first to review “REST API testing using C# RestSharp and SpecFlow”
You must be logged in to post a review.
There are no reviews yet.