fabioturazzi / HMS_Project

Integrated Management System developed using Spring Boot and H2 (SQL)
1 stars 1 forks source link

Check how to test Controller without saving data on the Database #56

Closed fcasaloti-student closed 3 years ago

fcasaloti-student commented 3 years ago

When is performed some testing using Controller and Posting information, the data is inserted on the Database. Check if its possible to do not posting data on DB.

fabioturazzidouglas commented 3 years ago

This issue is no longer necessary, since iteration 3 will now focus only on blackbox testing.