-
Notifications
You must be signed in to change notification settings - Fork 1
Sprint 2 Test Coverage Results
anandamoyi edited this page Mar 19, 2021
·
1 revision
Component | Test Coverage(%) |
---|---|
Administrator | 100 |
Appointment | 75.5 |
Customer | 100 |
Payment | 64.3 |
Service | 61.9 |
Technician | 100 |
TimeSlot | 91.8 |
Service methods | 72.2 |
Due to issues with the persistence layer, the test could not cover the crud methods. However, crud methods are called in the test suite and the test cover between 61.9% and 100% of the methods in the domain model. The unit tests for the service methods achieved 72.2% of the statements which is below our objective.