In order to accomplish a sophisticated testing toolset, you might have to address the following test types for your application. Unit Test: Tests a function or a component in isolation. Integration Test: Tests a function or component in their context. It should be possible to use it with other function(s) and component(s) in a group. End-to-end Test (E2E Test): Tests […]
