Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #151
Usability testing is a technique used to help discover problems or bottle-necks in your design. But there are different types of user testing that suit different types of goals. Scripted or un-scripted? Here we’ll explain the differences between the two and how you can make the most of them.
-
Issue #151
Unit testing Android apps is hard, and sometimes it can be impossible because of the way we are encouraged to structure them. In this post, Matt Dupree outlines an alternative approach to structuring Android applications that will make it easier to unit test them.
-
Issue #150
Following the release of the Android testing support library 0.2 and Espresso-Intents this week, Stephan Linzner shares the slides for his "What’s new in Android Testing" talk which he gave at Droidcon Italy.
-
Issue #150
Tor and Chet are joined by Thomas Knych and Valera Zakharov from the Espresso team at Google. This episode is all about testing. We talk about how Espresso works, how Espresso came to be, how to use Espresso, and lots of other information about Espresso. And UI testing in general.
-
Issue #150
As long as we follow the “standard way” as seen in countless sample projects from Google, we’re going to write code that’s either difficult or impossible to unit test. This second part examines why that is.
-
Issue #149
A follow up post to "Against Android Unit Tests" explaining the difficulties of testing an Android app.
-
Issue #148
Ensure your apps run smoothly on Intel Architecture by testing through a virtual testing service. Upload your code, run tests and receive in-depth performance data and reports.
-
Issue #148
Chiu-Ki Chan shares a demo repo that shows Android instrumentation testing with Dagger 2, Espresso 2 and Mockito.
-
Issue #148
Android Studio 1.2, which is currently in beta, removes any need for third-party workarounds or custom hacks to use Robolectric as a unit testing solution. This article shows how easy it is.
-
Issue #148
Matt Dupree launches a series of articles on reframing the approach to automated testing of Android apps.
-
Issue #147
Ensure your apps run smoothly on Intel Architecture by testing through a virtual testing service. Upload your code, run tests and receive in-depth performance data and reports.
-
Issue #147
This article covers how to set your project up so that it will automatically publish to the Google Play alpha testing channel.
-
Issue #147
In this second part of the series, Wiebe Elsinga explains the functional testing framework called Espresso.
-
Issue #146
Discover FREE app testing services available to test your apps created for Intel-based Android devices. Help your app perform its best. Click for details.
-
Issue #145
Discover FREE app testing services available to test your apps created for Intel-based Android devices. Help your app perform its best. Click for details.
-
Issue #145
Recently the author needed to write a test case that performed an operation several times, but with different test data. It turns out Robolectric has a ParameterizedRobolectricTestRunner,
-
Issue #145
This post reviews four strategies for Android UI testing with the goal of creating UI tests that are fast, reliable, and easy to debug
-
Issue #143
Scott Alexander-Bown will take a Nexus 4, which has been fairly unloved since many people upgraded to the Nexus 5, and make it act as a Swiss Army knife for multiple Android versions testing.
-
Issue #142
Wiebe Elsinga and Ali Derbane will talk about testing android applications and will explore testing tools and frameworks. It's a good Android development series of articles about UI libraries, dependency injection libraries, wireframe and mockup tools and at last reverse engineering of the android applications.
-
Issue #140
Whether you're looking for a new job or just testing the water, Hired is there for you. In 1 week you'll get 5+ offers from top tech companies around the US and UK. Want to learn more? Check out Hired today!
-
Issue #140
Ben Wilcock is sharing his experiences with Robolectric, Rodotium in Android Studio and Gradle and introduces his github project android-alltest-gradle-sample for best breed Android Testing tools together with Gradle and Android Studio in one project.
-
Issue #140
The author found several excellent libraries that help facilitate a test-driven workflow on Android, and a test culture that is rapidly adopting the use of automated testing.
-
Issue #139
Version 1.1 of Android Studio and the Android gradle plugin brings support for unit testing your code. This feature is still considered experimental.
-
Issue #138
Professional automated testing software is a solution to a common problem: how to produce high-quality, robust and reliable software with the ever-growing complexity of technology and under massive competitive pressure.
-
Issue #135
Historically, testing on Android has not been easy, but many awesome projects have emerged which, in combination, have made testing much simpler.
-