Tag: fakes

  • Stubs | Mocks | Fakes: Let’s define the boundaries!!

    Stubs | Mocks | Fakes: Let’s define the boundaries!!

    While writing tests for an application, we may fall into different scenarios, which must be considered for writing tests, that are strong enough to check the robustness of the application. Let it be Unit testing, Integration testing, or some other, we may encounter some situations where we need to isolate our implementation from dependencies or…

    by

    in