- Learning Android Application Testing
- Paul Blundell Diego Torres Milano
- 176字
- 2021-07-23 19:58:53
Chapter 2. Understanding Testing with the Android SDK
We now know how to create tests inside an Android project and how to run these tests. It is now time to start digging a bit deeper to recognize the building blocks available to create more useful tests.
In this second chapter, we will be covering the following topics:
- Common assertions
- View assertions
- Other assertion types
- Helpers to test User Interfaces
- Mock objects
- Instrumentation
- TestCase class hierarchies
- Using external libraries
We will be analyzing these components and showing examples of their use when applicable. The examples in this chapter are intentionally split from the original Android project that contains them. This is done to let you concentrate and focus only on the subject being presented, though the complete examples in a single project can be downloaded as explained later. Right now, we are interested in the trees and not the forest.
Along with the examples presented, we will be identifying reusable common patterns that will help you in the creation of tests for your own projects.
- Android底層接口與驅動開發技術詳解
- Java程序設計
- Flutter跨平臺開發入門與實戰
- Android系統級深入開發
- Learning OpenStack Networking(Neutron)(Second Edition)
- jQuery炫酷應用實例集錦
- Linux C編程:一站式學習
- Tableau 10 Bootcamp
- Python Interviews
- App Inventor 2 Essentials
- Vue.js 3應用開發與核心源碼解析
- IoT Projects with Bluetooth Low Energy
- Flink技術內幕:架構設計與實現原理
- Kotlin進階實戰
- Python面試通關寶典