RestSharp

Validate Response Status using RestSharp

RestSharpConfigure Visual Studio project with RestSharpREST API Test using RestSharpValidate Response Status using RestSharp Validate Response Status In the previous tutorial of REST API Test with RestSharp, a test made a call to Weather REST Service. This tutorial will also continue the same example. Functional testing of REST Services involves verifying the Responses returned from various End-Points.…

RestSharp

REST API Test using RestSharp

RestSharpConfigure Visual Studio project with RestSharpREST API Test using RestSharpValidate Response Status using RestSharp In the first chapter of Configuring Visual studio project with RestSharp, the steps to configure unit test project was shown. This chapter is all about writing the How to write automated REST API Test using RestSharp. This tutorial also assume that the reader…

RestSharp

Configure Visual Studio project with RestSharp

RestSharpConfigure Visual Studio project with RestSharpREST API Test using RestSharpValidate Response Status using RestSharp This chapter explains the Set Up of RestSharp package in Unit test Project or How to Configure Visual studio project with RestSharp? To do that, follow the below steps: Create Unit Test Project Download Rest-Sharp package using NuGet Manager     How to Configure…