📄️ unit-testing
Unit tests
📄️ Integration tests
Integration testing is known as the second level of software testing process, following unit testing. Usually a software project consists of numerous software modules built by multiple developers on a team. An integration test challenges how well these separate elements work together to deliver a working product. Integration tests will be used to ensure that connecting features together does not cause issues.
📄️ Acceptance test
Download the acceptance testing here
📄️ Manual API tests
The backend was tested using Postman.