Unit, Integration, & Performance Testing
Unit Testing •Unit testing means testing individual modules of an application in isolation (without any interaction with dependencies) to confirm that the code is doing things right. This type of testing is executed by the developers Annotations Jacaco TestDoubles @Mock, @Spy, @Stub, & @InjectMocks and @Captor Mock Spy A spy is kind of a hybrid between …