https://github.com/android10/inside_android_testing
This are android testing samples for the talk: How ANDROID TESTING changed how we think about Death
https://github.com/android10/inside_android_testing
Last synced: 6 months ago
JSON representation
This are android testing samples for the talk: How ANDROID TESTING changed how we think about Death
- Host: GitHub
- URL: https://github.com/android10/inside_android_testing
- Owner: android10
- License: apache-2.0
- Created: 2013-11-10T16:36:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T00:36:08.000Z (almost 12 years ago)
- Last Synced: 2025-05-04T23:36:28.092Z (8 months ago)
- Language: Java
- Homepage: https://speakerdeck.com/android10/how-android-testing-changed-how-we-think-about-death
- Size: 13.1 MB
- Stars: 53
- Watchers: 4
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Inside_Android_Testing
======================
Android application sample using junit, roboelectric and mockito for testing it.
This are code samples for the talk:
How ANDROID TESTING changed how we think about Death.
Description of the talk:
"Irreproducible bugs become highly reproducible right after delivery to the customer". This is something that happens "almost" everyday.
It is well known that testing offers significant advantages as a development practice and helps ensure higher quality code with fewer defects.
Unfortunately, testing Android apps can be challenging, so in this session we are gonna talk about available tools and practices that could help us accomplish our goals.
Find the presentation [here](http://goo.gl/rj8RYo "How ANDROID TESTING changed how we think about Death.").
