Unit Test and Test Doubles

Unit Tests & Test Doubles It is common that people assume a unit test is done to find bug within the code; well that is not 100% wrong, Unit test done to test the functionality of the code to check whether or not the code is working & deliver as expected. When writing unit test you do not have to create a test cases for everything but to focus on testing that affect behavior of the system....

October 14, 2021 · 5 min · Me