- 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.
- Game Programming Using Qt Beginner's Guide
- CentOS 7 Linux Server Cookbook(Second Edition)
- 跟老齊學(xué)Python:輕松入門
- Learning Informatica PowerCenter 10.x(Second Edition)
- C程序設(shè)計(jì)案例教程
- FLL+WRO樂高機(jī)器人競賽教程:機(jī)械、巡線與PID
- SQL經(jīng)典實(shí)例(第2版)
- Java Web開發(fā)就該這樣學(xué)
- Internet of Things with ESP8266
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- 深入實(shí)踐Kotlin元編程
- Maven for Eclipse
- Web開發(fā)的平民英雄:PHP+MySQL
- Mastering Object:Oriented Python(Second Edition)
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界