dtopuzov / restsharp-api-tests

A demo project to showcase usage of API testing with RestSharp package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restsharp-api-tests

A demo project to showcase API testing in C# language using RestSharp package.

Dev Environment

This project is developed and tested on dotnet core 3.1 on Mac OSX with Jetbrains Rider as IDE

Tests

The tests directory has different tests,

Utilities

This project has two helper classes to assist write better tests,

  • Helper - Helper Class to organize commonly used methods
  • Reporter - Reporter Class that has Extent Report package integration.

Please feel free to extend this boilerplate project as per your needs.

I'm no C# expert and tried to put together this project with my limited knowledge, please be gentle and contribute to make this project better.

About

A demo project to showcase usage of API testing with RestSharp package

License:MIT License


Languages

Language:HTML 54.5%Language:C# 45.5%