Skip to content

BurhanH/automaton-v24

Repository files navigation

automaton-v24

Automation testing framework (API) - an example. Based on C#, .Net8, MSTest, RestSharp

GitHub Tests

This testing framework to test REST API for https://jsonplaceholder.typicode.com. Simple call like GET.

Requirements

.Net8, RestSharp 112.*.*,
MSTest

Project structure

-- automaton-v24
   `-- .github
       `-- workflows
           |-- dotnet.yml
   |-- .gitignore
   |-- ApiTest.cs
   |-- AutomationV24.csproj
   |-- AutomationV24.sln
   |-- GlobalUsings.cs
   |-- LICENSE
   |-- PostResponse.cs
   |-- README.md

Documentation and Distributives

  1. C#
  2. .Net
  3. MSTest
  4. RestSharp
  5. GitHub Actions

Languages