Montrail / RestSharpDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST APIs Testing using RestSharp, C#, SpecFlow

RestSharp is a powerful library to automate REST API using C#. Here you can find important part of RestSharp and how to automate your REST API tests. I have used NewtonSoft Json.NET to serialize and deserialize JSON.

Utilities

Project has two helper classes to manage your framework in better way

API Helper - Helper Class to manage RestSharp

Reporter - Reporter Class to manage reporting using Extent Report

You can go through videos here if you like https://www.youtube.com/watch?v=Y2L6rOJGu6w&list=PL_GzuQ9GmG0EYtFSyODKjFG0Ldvl178-u

About


Languages

Language:C# 90.6%Language:Gherkin 9.4%