Search
You can now search through our
archive
!
Please specify a keyword
-
Issue #218
In this post, Rebecca Franks looks at getting a list of users from the Github API and writing unit tests for it.
-
Issue #217
Huyen asks Danny Preussler, Android Craftsman for Groupon, about his tips on improving Unit Testing and how we can live a life without Roboelectric.
-
Issue #217
Reliable Android Testing, at your service.
-
Issue #217
LinkedIn Engineering found that their tests had a major problem: the testing environment was unreliable, and tests failed intermittently. They created and open sourced Test Butler, a reliable Android testing tool.
-
Issue #216
In this 3rd post, Rebecca Franks looks at getting a list of users from the Github API and writing unit tests for it.
-
Issue #214
Ellen Shapiro compares iOS & Android Testing, and tells us one thing from each platform she would like to bring to the other. And yes, there are Futurama references.
-
Issue #213
In this second part, Rebecca Franks goes over the typical structure and setup of your Android app in order to enable testing.
-
Issue #213
In this talk Jake will cover how the so-called robot pattern allows you to create stable, readable, and maintainable tests with the aid of Kotlin’s language features.
-
Issue #212
In this series, Rebecca Franks is going to try make testing a bit easier for you. This first post is just to get you started with testing.
-
Issue #211
Spock maintainer Rob Fletcher demonstrates the current state of Kotlin testing frameworks by comparing it to Spek, JetBrains’s twist on a specification framework.
-
Issue #211
Spek framework contributor Laura Kogler demonstrates the current state of Kotlin testing frameworks and discusses expected further advancements in testing support.
-
Issue #210
Slides from Jeroen Mols' talk at Droidcon Berlin 2016
-
Issue #210
You've missed the Droidcon Berlin 2016? No problem! Just click your way through all the talks, featuring "Say Kotlin one more time", "Screenshot your entire App", "Unittesting without Robolectric", "Toothpick and Dependency injection" and many, many more!
-
Issue #209
While the author was looking at Google's code lab on testing, he stumbled upon something disturbing within. You won't believe what happens next.
-
Issue #209
At Apps World 2016 you’ll get access to the big picture views from leading developers and industry pioneers as well as hands on coding workshops. Talks will focus on creating the best UX/UI possible and workshops will cover next stage testing to take your app to the next level.
-
Issue #208
Learn how to use onData() to look for data in the Adapters backing your AdapterViews to easily bring the required row on screen.
-
Issue #207
Taking screenshots for the play store is boring as hell: several locales, three form factors, setting up content data for the screenshots. Juliane Lehmann decided to automate and shows us how.
-
Issue #207
Learn the basic structure of an Espresso test and how to run and execute instrumentation tests in Android Studio.
-
Issue #207
Wojtek Kalicinski introduces the two main types of tests that you will write for your app.
-
Issue #205
Join AWS, fellow architects, developers and engineers for live demos and Q&A sessions dedicated to AWS mobile services including: Amazon Cognito, Amazon SNS, Amazon Mobile Analytics and AWS Device Farm. Learn about building, testing & monitoring your mobile apps on AWS plus enjoy a beer or two!
-
Issue #203
In this very first edition of a Decompress episode the guys talk about the fonts they love to use, some Xcode hating, Testing woes and the intensely discussed library that Google recently released Agera!
-
Issue #203
With the right tools, skipping accessibility is a compromise you don’t have to make. Here are some ways to help your team ensure that accessibility is added and part of testing your final product.
-
Issue #200
Testing quite often is one of the most neglected aspect in many Software projects, and in Android this has been particularly a common issue since the beginning of the platform. David Guerrero shares a good approach for writing test coverage.
-
Issue #197
More technical questions answered about RxJava. We have covered: Schedulers.computation() in RxJava, Schedulers in RxJava, subscribeOn() and observeOn(), Testing code with RxJava and Extending the Observable
-
Issue #197
Corey Latislaw show how to integrate Robolectric into your testing workflow.
-