Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Android Application Development

You're reading from   Learning Android Application Development Start building for the world's most popular mobile platform

Arrow left icon
Product type Paperback
Published in Aug 2016
Publisher Packt
ISBN-13 9781785286117
Length 320 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Raimon Ràfols Montane Raimon Ràfols Montane
Author Profile Icon Raimon Ràfols Montane
Raimon Ràfols Montane
Laurence Dawson Laurence Dawson
Author Profile Icon Laurence Dawson
Laurence Dawson
Arrow right icon
View More author details
Toc

Summary


In this chapter, we learned how to add automatic tests to our application. We started with testing basic logic, which should be isolated from Android SDK classes and methods, using unit tests to instrumentation tests for those tests that had dependencies with Android. Eventually, we progressed to performing UI tests to check whether the UI layer behaves in the way it was designed to.

Automating tests is very important. Not only does it help the programmer develop the code while proactively thinking about quality, but it also solves a lot of issues when merging code from other colleagues and prevents regression issues when adding new features on top of an already existing functionality. Tests have to be smart and test the right thing; we could add almost infinite tests that would test useless functionalities, which would definitely be a waste of time and money as well. As a recommendation, test the critical functionality, edge cases, and, if you are working in a team, get an agreement...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image