-1

I am very new to android. How robotium framework has to be used ? Is there a record and playback option in that or should we manually write the test case. Please get me a tool for robotium which records and playsback quickly

thndrkiss
  • 4,515
  • 8
  • 57
  • 96

4 Answers4

2

In Robotium, record and play back option is available. You can record the actions and re-run it. Scripts will be written automatically. For more details please refer following:

Robotium Installation

Bose
  • 243
  • 3
  • 11
1

You can use MonkeyTalk it's free, open source and pretty easy to use.

theJosh
  • 2,894
  • 1
  • 28
  • 50
0

In Robotium, you have to write your own test cases, but there is software out there that will let you record your test cases by clicking through your actual app. It's called TestDroid:

http://bitbar.com/products

hooked82
  • 6,336
  • 4
  • 41
  • 46
-1

Robotium Recorder is an Eclipse plugin which does the same stuff you are looking for :

http://robotium.com/products/robotium-recorder

Abhishek Swain
  • 1,054
  • 8
  • 28