Hi guys welcome Android ViewModel Unit Test Tutorial. This post is also part of our Android test series. In this post, we will learn how to test our ViewModels. So far, we have learned how to write unit tests JUnit4 And using the instrumented unit test AndroidJUnit4. We also learned …
Read More »Android Unit Test Room Database – Android Coding by DMTechnolab
In the previous post we learned Writing the first unit test In our Android project. Now the time has come to level things a little. The title of this post is “Android Unit Test Room Database”; We will focus on testing the database of rooms this time. I think what …
Read More »Android Unit Test Tutorial – Writing Your First Unit Test – Android Coding by DMTechnolab
Hey guys, so you can write or code Android apps. But do you test them? Yes, I know that everyone compiles and watches the app, whether it is working or not. But do you write code to test? Do you test every function and every module? If you know your …
Read More »