Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #378
Donn and Kaushik talk about testing RxJava streams with a Kotlin extension method and how and when to test various scenarios.
-
Issue #378
At Favor, we are building a world class team that shares a passion for modern, clean code & products that make a difference. Android Engineers own all phases of development, testing, & release of our Android Consumer & Runner apps to help us achieve our mission of ‘Anything Delivered'.
-
Issue #376
With proper architecture it’s easy to substitute dependencies inside screen under the test with fakes or mocks. Oleg Osipenko shows us how to do this using Koin.
-
Issue #373
Amanda Hinchman talks about the benefits of using Kotlin data classes — in particular, working with them in unit testing.
-
Issue #371
Marcel Schnelle joins Donn in this episode to talk about how to get your application under test and some steps to go from scared to confident in your testing process.
-
Issue #371
Amanda shares Tips, Tricks, and Gotchas with mocking in Android Unit Testing.
-
Issue #369
When Mohammed Audhil started writing test cases, he was sure to use DI, mock server response, and it took a while to come with a fully functional flow. He shares it here step-by-step.
-
Issue #368
This is a short tutorial/intro by Peter Törnhult on how to set up and use Robolectric to create Component tests for your custom views.
-
Issue #368
Using Given When Then has helped Alistair Sykes to structure tests, write single responsibility tests and improve test coverage. Here he describes how it helps.
-
Issue #365
Barry Bryant shows how Fastlane, a tool to automate all of various repetitive tasks from building and testing to notifying our teammates and deploying to Google Play, can be integrated into your project.
-
Issue #365
Robert Konarskis believes that it is a good time to start thinking about covering your apps with automated tests, and in this post he shares his findings with you.
-
Issue #364
Jose Alcérreca shows how to write & use the Espresso testing framework's idling resources to make your UI tests fast and reliable.
-
Issue #360
Artur Dryomov shares a couple tips for speeding up your CI builds.
-
Issue #358
Performance testing is something rare that we see in nowadays application development. Great tutorial by Marcos Holgado about how to use @JankTest to detect framerate drops.
-
Issue #358
Ahmed Elshahawi gives an example of how to use JUnit & mockito
-
Issue #353
The testing team at Google introduced the Android X Test libraries, amongst which we can find ActivityScenario, a new way to test Activities and code related to them. These APIs made it to a stable version, so Roberto Orgiu shows how to use them.
-
Issue #352
In this Espresso testing tutorial, Victoria Gonda shows how to create UI tests with Espresso and how to leverage Screen Robots to make them clear and maintainable.
-
Issue #352
After years of writing and reading tests, Artur Dryomov discovered that mocking is either overused or underused; striking the right balance seems to be a complicated issue.
-
Issue #347
In this video, Nate Ebel looks at an Android Developer Option to simulate a display cutout which can make testing your cutout support easier.
-
Issue #345
Piotr Mądry shares some advanced tips on using Espresso for testing.
-
Issue #345
Architecture components are one of the most exciting things that happened to Android in the past years. But how do you effectively go about and testing this? Jeroen Mols shows you how.
-
Issue #344
In this post Josef Raska explains how to test LiveData and ViewModels effectively. He explains how to implement your own TestObserver and what to look for. Also be sure to checkout his library.
-
Issue #344
TestObserver to easily test LiveData and make assertions on them.
-
Issue #344
In this article by Alex Townsend you'll learn how to leverage a custom FragmentFactory for constructor injection using a library like Dagger. The basic idea is to improve testability by enabling Fragment testing in isolation.
-
Issue #343
In this article, Alin provides a guideline for writing a robust unit test suite so that your app can have better test coverage and reliable tests.
-