- 授权协议: Apache
- 开发语言:
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/nativedriver/
- 软件文档: http://code.google.com/p/nativedriver/w/list
软件介绍
Google项目,用于测试手机的本地APP,提供webdriver一样风格的API。
官方描述:
NativeDriver is an implementation of the WebDriver API which drives of the UI of a native application rather than a web application.
We plan to make NativeDriver a multi-platform tool. We are currently working on the following versions:
- Android - usable and in the SVN repository. New contributors welcome!
- iOS - developing offline. Will be posted soon!
- Windows - Experimental and prototype phase
WebDriver is used to do functional testing of web applications on many platforms and browsers. By applying WebDriver and all related technologies to native applications, we hope to bridge the gap and alleviate the impedance mismatch between Web Applications and Native Applications.
Effective Java 中文版
(美)Joshua Bloch / 潘爱民 / 机械工业出版社 / 2003-1 / 39.00元
本书介绍了在Java编程中57条极具实用价值的经验规则,这些经验规则涵盖了大多数开发人员每天所面临的问题的解决方案。通过对Java平台设计专家所使用的技术的全面描述,揭示了应该做什么,不应该做什么才能产生清晰、健壮的高效的代码。 本书中的每条规则都以简短、独立的小文章形式出现,这些小文章包含了详细而精确的建议,以及对语言中许多细微之处的深入分析,并通过例子代码加以进一步说明。贯穿全书的是通用......一起来看看 《Effective Java 中文版》 这本书的介绍吧!
