All Questions
2 questions
0
votes
0
answers
484
views
Testing REST API with nested object creation and endpoint transactionality
I'm building a location based REST API using Spring Boot, and I have run into a bit of a testing philosophy question. I have an object called Location that, among other things, requires a Google ...
4
votes
2
answers
1k
views
What tests are appropriate for a REST backend code?
I am looking at writing test cases (something I haven't done/been taught before). I am creating a web app which has a Java based REST Api backend which uses Spring Boot.
Regarding various types of ...