- Learning Android Application Testing
- Paul Blundell Diego Torres Milano
- 141字
- 2021-07-23 19:58:52
Java testing framework
The Java testing framework is the backbone of Android testing, and sometimes, you can get away without writing Android-specific code. This can be a good thing, because as we continue on our testing quest, you will notice that we deploy Android framework tests to a device, and this has an impact on the speed of our tests, that is, the speed we get feedback from a pass or a fail.
If you architect your app in a clever way, you can create pure Java classes that can be tested in isolation away from Android. The two main benefits of this are increased speed of feedback from test results, and also, to quickly plug together libraries and code snippets to create powerful test suites, you can use the near ten years of experience of other programmers doing Java testing.
- Unreal Engine Physics Essentials
- Modular Programming with Python
- R語言數據可視化之美:專業圖表繪制指南
- 利用Python進行數據分析
- Rust游戲開發實戰
- Django 3.0入門與實踐
- 跟戴銘學iOS編程:理順核心知識點
- Learning Python Data Visualization
- Drupal 8 Development:Beginner's Guide(Second Edition)
- WordPress Search Engine Optimization(Second Edition)
- Less Web Development Cookbook
- JavaScript設計模式與開發實踐
- Cloud Development andDeployment with CloudBees
- C++標準庫(第2版)
- Mathematica Data Visualization