mardi 3 mars 2020

Springboot RESTful API | what should i test

I'm creating restful api with springboot, hibernate crudRepository, spring security. We plan to make :

  • ui test in java&selenium,

  • rest test Rest assured

Then what test should i make in backend? I'm plan to unit test but which? Services, controllers? Should use mockito to test service when mocking repository/dao or use datajpatest to memory db?

Aucun commentaire:

Enregistrer un commentaire