0

I am using MonkeyTalk for Android app test. I have some basic idea about robotium. But unfortunately I don't know how to record and play back using Robotium. Is there any way? If yes how?

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176

3 Answers3

2

Now, Robotium have recording facility with eclipse. You need to install eclipse plugin for this. (http://recorder.robotium.com/updates)

Shantonu
  • 1,280
  • 13
  • 12
1

I've been using Robotium but didnt find a direct way to record test execution. I use MyMobiler application to record test execution.

If you are running the test cases on a device then you can use MyMobiler application.

http://www.mymobiler.com/

What this application does is it shows you the display of device on the PC. You also have an option within MyMobiler application to record.

Rudolf Coutinho
  • 215
  • 3
  • 11
0

Install Robotium Recorder for Eclipse:

  1. Start Eclipse and go to: Help -> Install New Software...
  2. Enter "http://recorder.robotium.com/updates" in the "Work with" field
  3. Press Enter and wait for Robotium to get visible. Check Robotium Recorder and uncheck "Contact all update sites during install to find required software" before clicking "Next"
  4. Click Next button from the Install Details screen and follow the eclipse guideline

Start Robotium Recorder:

Robotium Recorder can be started from: Eclipse > File > New > Other. From "New" window select "New Robotium Test" and click "Next".

For details you can visit: Robotium Recorder Install and Start

Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176