Download robo remote Free Java Code

Description

RoboRemote is a remote control framework for Robotium. The goal of RoboRemote is to allow for more complex test scenarios by letting the automator write their tests using standard desktop Java /JUnit. All of the Robotium Solo commands are available. RoboRemote also provides some convencience classes to assist in common tasks such as interacting with list views.

Source Files

The download file robo-remote-master.zip has the following entries.


Changelog.txt//  www .ja v  a2 s  .  c om
LICENSE
README.markdown
RoboRemoteClient/pom.xml
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/Client.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/Constants.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/DebugBridge.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/Device.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/LogbackAppender.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/QueryBuilder.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/Solo.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/TestBase.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/Utils.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/components/Button.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/components/ListView.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/components/Screen.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/components/Text.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/http/Post.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/logging/EmSingleton.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/logging/EventManager.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/logging/LogEvent.java
RoboRemoteClient/src/main/com/groupon/roboremote/roboremoteclient/logging/TestLogger.java
RoboRemoteClient/src/main/resources/logback-test.xml
RoboRemoteClient/src/test/BuilderTests.java
RoboRemoteClientJUnit/pom.xml
RoboRemoteClientJUnit/src/main/com/groupon/roboremote/roboremoteclient/junit/TestBase.java
RoboRemoteServer/AndroidManifest.xml
RoboRemoteServer/pom.xml
RoboRemoteServer/res/values/strings.xml
RoboRemoteServer/res/values/types.xml
RoboRemoteServer/src/main/com/groupon/roboremote/roboremoteserver/Commands.java
RoboRemoteServer/src/main/com/groupon/roboremote/roboremoteserver/Constants.java
RoboRemoteServer/src/main/com/groupon/roboremote/roboremoteserver/RemoteTest.java
RoboRemoteServer/src/main/com/groupon/roboremote/roboremoteserver/httpd/NanoHTTPD.java
RoboRemoteServer/src/main/com/groupon/roboremote/roboremoteserver/robotium/Solo2.java
RoboRemoteServer/src/main/com/groupon/roboremote/roboremoteserver/robotium/SoloSingleton.java
examples/HelloWorld/Tests/pom.xml
examples/HelloWorld/Tests/src/test/SampleTests.java
examples/HelloWorld/helloworld/AndroidManifest.xml
examples/HelloWorld/helloworld/pom.xml
examples/HelloWorld/helloworld/res/layout/list_item.xml
examples/HelloWorld/helloworld/res/layout/main.xml
examples/HelloWorld/helloworld/res/layout/test_activity.xml
examples/HelloWorld/helloworld/res/layout/webview_activity.xml
examples/HelloWorld/helloworld/res/values/strings.xml
examples/HelloWorld/helloworld/src/main/com/groupon/roboremote/example/helloworld/HelloWorld.java
examples/HelloWorld/helloworld/src/main/com/groupon/roboremote/example/helloworld/TestActivity.java
examples/HelloWorld/helloworld/src/main/com/groupon/roboremote/example/helloworld/WebviewActivity.java
examples/HelloWorld/helloworld/src/main/com/groupon/roboremote/example/helloworld/support/TestableWebView.java
examples/HelloWorld/helloworldtestrunner/AndroidManifest.xml
examples/HelloWorld/helloworldtestrunner/pom.xml
examples/HelloWorld/helloworldtestrunner/src/main/com/groupon/roboremote/example/helloworldtestrunner/Runner.java
examples/HelloWorld/pom.xml
examples/pom.xml
pom.xml
replacePom.xml

Download

Click the following link to download robo-remote-master.zip.

robo-remote-master.zip




















Home »
  Java Free Code »
    Test »




HTMLUnit
JUnit
Selenium
Test