Ripon Al Wasim
Ripon Al Wasim

Reputation: 37756

How to record tests on robotium for Android test?

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?

Upvotes: 0

Views: 1129

Answers (3)

Ripon Al Wasim
Ripon Al Wasim

Reputation: 37756

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

Upvotes: 0

Shantonu
Shantonu

Reputation: 1301

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

Upvotes: 2

Rudolf Coutinho
Rudolf Coutinho

Reputation: 225

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.

Upvotes: 1

Related Questions