There are different ways to test components that involve Observables. You might come across tests that are not written properly. These tests are sometimes only green accidentally...
In the previous article, you could see how using a mocking framework like Mockito can help you address isolation challenges, which is the first of the two types of issues...