C# framework to test Rest APIs using RestSharp. This framework will enable testers to directly start automation for RestAPIs through C# with RestSharp framework (using mstest) Features:
- Support for test data through csv files
- Reports (SQL)
- Logs
- HTTPS support
- Parallel Execution
- Suport Containerization
- Configurable test data location
- Selection of environment
- Selection of test categoty through UI
- Trends (SQL)
- Mobile UI
- Execution through emails - Jenkins
- Access SQL through service
- Rabbit MQ
- schema validation
Best practices used: Use ofPascalCasing for naming class and method Use of camelcasing for method arguments and local variables No use Hungarian notations, Screaming Caps Avoided using Abbrevations