Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Android High Performance Programming

You're reading from  Android High Performance Programming

Product type Book
Published in Aug 2016
Publisher Packt
ISBN-13 9781785288951
Pages 412 pages
Edition 1st Edition
Languages
Authors (3):
Emil Atanasov Emil Atanasov
Profile icon Emil Atanasov
Enrique López Mañas Enrique López Mañas
Profile icon Enrique López Mañas
Diego Grancini Diego Grancini
Profile icon Diego Grancini
View More author details

Table of Contents (17) Chapters

Android High Performance Programming
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
1. Introduction: Why High Performance? 2. Efficient Debugging 3. Building Layouts 4. Memory 5. Multithreading 6. Networking 7. Security 8. Optimizing Battery Consumption 9. Native Coding in Android 10. Performance Tips Index

Manual testing and automatic testing


One of the first thoughts that naturally arise is that testing plays a central role in increasing and improving application performance. This is partially true, or as we prefer to say: testing is a good complement to a smartly designed application, but not a substitute.

If we concentrate just on testing, there are two main types: manual testing and automatic testing. As in the previous case, both types of testing are mutually inclusive, and one should not be used in detriment to the other. Manual testing involves a real user playing around with an application and some defined use-case scenarios, but also with more free will and the ability to leave the road of predefined tests and explore new paths.

Automatic tests are tests written by developers to ensure consistency of the application throughout the evolution in the life of a system. There are a few different types: unit tests, integration tests, or UI tests, which will be familiar to the reader. Good test coverage provides robustness to the system when new changes are being applied, improving resistance against failures and performance problems. As in the previous case, we do not want to exclude manual tests in favor of automatic tests, or vice versa (at least until machines are able to pass the Turing test!).

You have been reading a chapter from
Android High Performance Programming
Published in: Aug 2016 Publisher: Packt ISBN-13: 9781785288951
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 $15.99/month. Cancel anytime}