📄️ Unit tests
Our team will utilize JUnit testing framework to implement unit tests for our Java code and Jest to implement React unit tests. There will be a test for each critical component to ensure proper functionality
📄️ Integration tests
Integration testing will be done using Mockito to mock API endpoints in Java to ensure the application properly handles this communication. Jest will be used alongside React to mock objects and ensure smooth user flow.
📄️ Acceptance test
Use Case Acceptance Testing will be performed to ensure that certain features are functional and match the users’ expectations.