Reputation: 37756
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
Reputation: 37756
Install Robotium Recorder for Eclipse:
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
Reputation: 1301
Now, Robotium have recording facility with eclipse. You need to install eclipse plugin for this. (http://recorder.robotium.com/updates)
Upvotes: 2
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.
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