- 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.
- JavaScript前端開發(fā)模塊化教程
- Linux環(huán)境編程:從應(yīng)用到內(nèi)核
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Java實(shí)戰(zhàn)(第2版)
- 一塊面包板玩轉(zhuǎn)Arduino編程
- JSP程序設(shè)計(jì)實(shí)例教程(第2版)
- Moodle 3 Administration(Third Edition)
- jQuery從入門到精通(微課精編版)
- MongoDB Administrator’s Guide
- C語言從入門到精通(第5版)
- C#從入門到精通(微視頻精編版)
- 編程風(fēng)格:程序設(shè)計(jì)與系統(tǒng)構(gòu)建的藝術(shù)(原書第2版)
- Learning QGIS(Second Edition)
- Flask Web開發(fā)實(shí)戰(zhàn):入門、進(jìn)階與原理解析
- JavaScript實(shí)戰(zhàn)-JavaScript、jQuery、HTML5、Node.js實(shí)例大全(第2版)