- 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.
- Designing Machine Learning Systems with Python
- 微信公眾平臺與小程序開發:從零搭建整套系統
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- R用戶Python學習指南:數據科學方法
- Sails.js Essentials
- 算法設計與分析:基于C++編程語言的描述
- Learning Python Data Visualization
- Scrapy網絡爬蟲實戰
- R的極客理想:量化投資篇
- Java從入門到精通(視頻實戰版)
- Java設計模式深入研究
- WCF全面解析
- JavaScript設計模式與開發實踐
- 循序漸進Vue.js 3前端開發實戰
- Internet of Things with Arduino Cookbook