Skip to content

digital-delivery-academy/fibonacci-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 RestAssured or RestEasy to test the REST interface.
  • Use only JUnit 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.

About

We use this repo for Test Engineer interviews & teaching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages