We have the Json REST API built into Java (spring, gradle).
We would like to conduct integration testing of our REST API.
We would like to reuse Java Dto objects that are displayed through our REST API when building tests - this means that we will have to write tests in java / scala / groovy / etc.
Any suggestions on framework / testing tools that are easy to use and with less standard code?
source
share