Read Instructions »
Read the Wiki
.
Report Bug
·
Request Feature
This project for build a powerful testing framework to test APIs with RestSharp, SpecFlow the framework built on .Net Framework4.6.1. The Demo APIs used from this websit (http://dummy.restapiexample.com/)
The Framework built with below main packages
This is instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Visual Studio
- Create a Unit Test Project .net framework
- SpecFlow installed in Visual Studio
- Install Packages from Nuget Manager
- RestSharp
- SpecFlow
- Nunit
- FluentAssertions
To run tests use Test Explorer
For more examples, and understand the API and creating the framework read the Wiki
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin AmazingFeature
) - Open a Pull Request
Mahmoud A. Zaid - Linkedin
Project Link: RestSharp.Demo