API testing with RestSharp and Specflow in C#
- 0.0
Brief Introduction
Learn API testing in .NET world with powerful open-source libraryDescription
This course API testing with RestSharp and Specflow in C# is 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.
***** UPDATED ON APRIL 2020 WITH .NET CORE 3.1 SUPPORT *****
****** Microservice testing with Service Virtualization using Mountebank Support ******
This course is the only course on the internet which covers so many different real-world scenarios which are not covered elsewhere. With that said, here is the 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
Custom library designs
Specflow integration for BDD support
Parallel execution support (to speed test execution)
JWT Bearer authentication
Contract API testing
Upgrading code to .NET core 3.1
Working with Complex JSON response
Working with JSON Array response
Service virtualization testing with Mountebank
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 .
Requirements
- Requirements
- Basics of Specflow
- Basics of C# knowledge is plus
- Basic knowledge in understanding of API