Skip to content

PracticeExercises/test-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-automation

Example API project used for practising automated testing.

The applications runs at http://localhost:50000

Swagger is located at http://localhost:50000/swagger

There are two endpoints:

  • GET /api/health
  • POST /api/calculations/calculateTotalAmount

Example JSON model to post to the endpoint to calculate 2% interest over 5 years on 1000.

{
  "principal": 1000,
  "percentageRate": 2,
  "years": 5
}

About

Example API project used for practising automated testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published