API Testing with RestSharp and developing test framework
This course is designed in such a way that anyone who has basic knowledge of C# will perform complete API testing along with Business logic without any difficulty.
Introduction
FREE PREVIEWHow to use this course
AUT
API Basics and Types of Protocols
API Testing Types
API Testing with RestSharp
Getting Started with API Testing with RestSharp
[Skippable] - Visual Studio 2022 vs Rider IDE for C# Development
Writing simple API test code with RestSharp
How to handle HTTPS error in RestSharp for local app testing
GET operation with GetAsync<>
GET operation with UrlSegments
GET operation with QueryParameter
POST operation with Types JSON body
Summary
Introduction
Merging Developing code with Test Code - Bringing two worlds together
Running Tests along with Application Under Test
FileUpload testing with RestSharp
Authentication with JWT Token (Part 1)
Authentication with JWT Token (Part 2)
Adding Authentication in existing scenarios
FREE PREVIEWSource code
Introduction
FREE PREVIEWSimple code refactor for RestClient
Handling objects with IClassFixtures
Introduction to Dependency Injection
Dependency Injection in action
Introduction to Framework development
Building Framework with Builder Pattern
Creating RestClient with Factory Implementation
Migrating existing code with fluent coding
Complete framework change in existing code
Source code
Introduction
Bootstrapping application with WebApplicationFactory
Getting Started with Specflow and creating scenario
Implementing Step definitions for RestSharp test
Running Specflow test with RestSharp
Source code