forked from RobotiumTech/robotium
-
Notifications
You must be signed in to change notification settings - Fork 2
Like Selenium, but for Android
License
j1n6/remote-robotium
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=============================================================================== REMOTE ROBOTIUM =============================================================================== Robotium is an Android test framework that has full support for Activities, Dialogs, Toasts, Menus and Context Menus. [Remote Robotium] is an extension to the current Robotium framework that allows to test multiple emulator or even real device instances at the same time with JUnit(without Android JUnit), or even execute remote instructions without any test frameworks. Video Demo: http://www.flickr.com/photos/activars/5861337099/in/photostream The project home page is at http://www.robotium.org/ 1. Project layout /robotium | | |-/robotium-client | (part of the remote control client API) | |-/robotium-common | (common libs, protocols used by server and client) | |-/robotium-server | (part of the remote control server component running on Android device/emulator) | | | |-/robotium-server-app | |-/examples | | | |-/RemoteSoloExamples | | |-/robotium-solo (standalone Robotium API that works with standard Android test suite) 2.Building the Robotium In order to successfully build the Robotium project, it mainly requires installing the building tools below: - m2eclipse: http://m2eclipse.sonatype.org/ - Setup your ANDROID_HOME system environment variable to /<Android SDK Location>/platform-tools/
About
Like Selenium, but for Android
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 100.0%