Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 712 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 712 Bytes

Testing Rest Services

There are a number of endpoints in this application. The following question needs to be answered:

  • When does the application STOP returning Fibonacci numbers in their correct sequence?

There are no automated checks for this application. Treating the application as a black box, produce appropriate automated checks against the applications interfaces. Consider that there is more than one interface into the application.

  • Use only RestSharp to test the REST interface.
  • Use only NUnit as a test harness.
  • Ensure that your tests can be executed with an appropriate goal from Maven.

To submit your test

Either fork this repo and share the link, or submit commits to a branch.