Testing
#11 - Ensure Customers can be saved through the form - Part 2
Ensure Customers can be saved through the form - Part 2
Following up from issue #10, in this video we will try to fix our flaky tests:
- identify the test data that causes the problem
- cleanup test data by removing all data from the db via
DataManger - create Test API:
DatabaseCleanupfor encapsulating this logic as a Spring Bean