Appium
Automation for Apps
Appium is an open source test automation framework for use with native and hybrid mobile apps.
It drives iOS and Android apps using the WebDriver JSON wire protocol.
Introducing Appium.
Watch the Videos
Appium Philosophy
Appium is built on the idea that testing native apps shouldn't require including an SDK or recompiling your app. And that you should be able to use your preferred test practices, frameworks, and tools. Appium is an open source project and has made design and tool decisions to encourage a vibrant contributing community.
Use your favorite tools
Appium aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Write tests with your favorite dev tools using all the above programming languages, and probably more (with the Selenium WebDriver API and language-specific client libraries).
Requirements
iOS
Mac OSX 10.7+XCode 4.5+ w/ Command Line Tools
Android
Mac OSX 10.7+ or Windows 7+ or LinuxAndroid SDK ≥ 16 (SDK < 16 in Selendroid mode)
Easy setup process, run a test now.
Install node.js (includes npm, the node.js package manager).
> sudo npm install -g appium > npm install wd > appium & > node your-appium-test.js
See the Appium example tests.
'프로그래밍 > App' 카테고리의 다른 글
[APP] 안드로이드 버전별, 화면별 분포 (0) | 2013.08.05 |
---|---|
개발자를 위한 Mac 개발환경 세팅 References. (0) | 2013.07.29 |
[iTunes] 무료배포앱 다운로드 완료 (0) | 2013.07.09 |
[Android] Android Simulator Setup for Sencha Touch (0) | 2013.06.24 |
iOS 7 Coming this fall (0) | 2013.06.11 |