nativedriver - Google的手机自动化测试框架,支持Android、iOS
NativeDriver is an implementation of the WebDriver APIwhich drives of the UI of a native application rather than a web application.
We plan to make NativeDriver a multi-platform tool. Weare currently working on the following versions:
- Android - usable and in the SVN repository.
- iOS - usable and in the SVN repository.
- Windows - Experimental and prototype phase
WebDriver is used to do functional testing of webapplications on many platforms and browsers. By applying WebDriver and allrelated technologies to native applications, we hope to bridge the gap andalleviate the impedance mismatch between Web Applications and NativeApplications.
FirstSteps
- See the introduction presentation slides here. Learn why should we use WebDriver and what a NativeDriver test case looks like.
- for Android
-
- for iOS
-
- Join the nativedriver-users group.