What you'll learn:
- Understanding complete basics of API Testing
- Understand RestSharp from ground up from Basics to Advanced
- Understand running Restsharp tests with XUnit
- Understand running Restsharp tests with XUnit and Dependency Injections for running application
- Integrating RestSharp with Specflow for BDD
- Parallel Test executing with Specflow
- Extent Reporting of RestSharp Tests
- CI/CD of Restsharp tests with GitHub Actions
- Understand testing GraphQL applications, contract testing and snapshooter for complex JSON responses
This course API testing with RestSharp along with framework developmentis designed in such a way that anyone who has basic knowledge in C# will perform complete API testing along with Business logic without any difficulty.
Languages and Libraries used.
Visual Studio 2022/Rider with C# 10 and .NET 7
RestSharp
XUnit
Fluent Assertion
Specflow
Xunit.DependencyInjection
WebApplicationFactory
Extent Reports
GitHub Actions for CI/CD
GraphQL.Client
This course is the only course on the internet that covers so many different real-world scenarios which are not covered elsewhere. With that said, here is a high-level overview of the course topics
Complete basics of API testing with RestSharp
Full understanding of different libraries in RestSharp
Execute with Async and Non-Async methods
Advanced operation in APITesting
File Upload
JWTAuthentication
Modifying AUTbased on Testing requirement and vice versa
Framework development
Simple refactoring of code
Understanding Dependency Injection
Creating a framework based on Design patterns in C#
Building with Builder patterns
Writing code with Fluent codes
GraphQLTesting
Understanding GraphQL and testing them
Working with GraphQL.Client
Writing DIcode with GraphQL Client
Integration Testing of Application with RestSharp
Specflow integration for BDD support
Contract APItesting
Test Reporting with Extent Reporting
CI/CD with GitHub Actions to run Application Under Test and RestSharp test together
Service virtualization testing with Mountebank
Understanding how to perform testing with snapshooter.
With all the above, you will also learn the complete best coding practice done in the industry for performing API testing in .NET and you can right away take the code and implement the same at your work .