Android Testing Android UI Testing Frameworks Efficient UI testing series * Introduction * Local and Instrumentation tests in Android * Android Studio and Android SDK tools * UI Testing Frameworks Alex Zhukovich Sep 8, 2019 6 min read
Android Testing Sharing code between local and instrumentation tests Today, I would like to talk about sharing code between local and instrumentation test cases. We often use almost similar Alex Zhukovich Jan 30, 2019 5 min read
Android Testing Efficient Testing Android app – Tools Efficient UI testing series * Introduction * Local and Instrumentation tests in Android * Android Studio and Android SDK tools * UI Testing Frameworks Alex Zhukovich Dec 10, 2018 3 min read
Android Testing Efficient Testing Android app - Introduction Efficient UI testing series * Introduction * Local and Instrumentation tests in Android * Android Studio and Android SDK tools * UI Testing Frameworks Alex Zhukovich Dec 2, 2018 3 min read
Android Testing Guide: Testing Android Notifications Introduction Testing allows us to improve the quality of the product because after any changes you can be sure that Alex Zhukovich Jun 16, 2018 9 min read
Android Testing Handle Android animations properly Before doing some Android testing with Espresso, we need to prepare our devices and turn off the following animations: * Window Alex Zhukovich Nov 8, 2017 1 min read
Android Testing Android testing: Espresso & UIAutomator together An Espresso is a good and fast test automation framework, which allows you test many things inside your application in Alex Zhukovich Aug 21, 2016 3 min read
Android Testing Android testing: UI Automator (Part 4) This is a fourth article from series of articles about testing Android project. First article about "Unit testing" Alex Zhukovich Jul 3, 2016 9 min read
Android Testing Android testing: Espresso (Part 3) This is a third article from series of articles about testing Android project. The first article about "Unit testing& Alex Zhukovich May 29, 2016 9 min read
Android Testing Android testing: Mockito and Robolectric (Part 2) This is a second article from series of articles about testing Android project. First article about "Unit testing" Alex Zhukovich Apr 20, 2016 12 min read
Android Testing Android testing: Unit testing (Part 1) Today I would like the series of articles about Android Testing. I’m planning create articles about different type of Alex Zhukovich Mar 24, 2016 7 min read