- Learning Android Application Testing
- Paul Blundell Diego Torres Milano
- 183字
- 2021-07-23 19:58:51
Chapter 1. Getting Started with Testing
Firstly, I will avoid introductions to Android since it is covered in many books already, and I am inclined to believe that if you are reading a book that covers this more advanced topic, you will have already started with Android development.
I will be reviewing the main concepts behind testing, and the techniques, frameworks, and tools available to deploy your testing strategy on Android.
After this overview, we can put the concepts learned into practice. In this chapter we will cover:
- Setting up the infrastructure to test on Android
- Running unit tests using JUnit
- Creating an Android instrumentation test project
- Running multiple tests
We will be creating a simple Android project and its companion tests. The main project will be bare bones so that you can concentrate on the testing components.
I would suggest that new developers with no Android testing experience read this book. If you have more experience with Android projects and have been using testing techniques for them, you might read this chapter as a revision or reaffirmation of the concepts.
- Java范例大全
- 測試驅動開發:入門、實戰與進階
- R語言經典實例(原書第2版)
- ThinkPHP 5實戰
- Building a Home Security System with Raspberry Pi
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Hadoop+Spark大數據分析實戰
- Redis Essentials
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Oracle從入門到精通(第5版)
- NoSQL數據庫原理
- Practical Game Design with Unity and Playmaker
- Android移動開發案例教程:基于Android Studio開發環境
- 代碼閱讀
- 遠方:兩位持續創業者的點滴思考