Skip to content

C# framework to automate Rest APIs using RestSharp

Notifications You must be signed in to change notification settings

arjain18/Rest.Test.API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rest.Test.API Current status : Underdevelopment

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:

  1. Support for test data through csv files
  2. Reports (SQL)
  3. Logs
  4. HTTPS support
  5. Parallel Execution
  6. Suport Containerization
  7. Configurable test data location
  8. Selection of environment
  9. Selection of test categoty through UI
  10. Trends (SQL)
  11. Mobile UI
  12. Execution through emails - Jenkins
  13. Access SQL through service
  14. Rabbit MQ
  15. 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

About

C# framework to automate Rest APIs using RestSharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages