API testing with RestSharp (C#)

There are many ways to test APIs using tools like JMeter, PostMan, SoapUI etc. Today I will show how can we automate using RestSharp (C#). I will be covering the common HTTP methods like Get, Post, Put, Patch and Delete. RestSharp is a popular library in C# for making HTTP requests and working with RESTfulContinue reading “API testing with RestSharp (C#)”