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
Asked
Active
Viewed 3,159 times
4 Answers
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:

Bose
- 243
- 3
- 11
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:

hooked82
- 6,336
- 4
- 41
- 46
-
thanks. Is there any freeware for this ? just checked testdroid, it is not free :( – thndrkiss Sep 02 '11 at 18:53
-
I don't believe that there is, or at least I haven't come across it yet and I've been looking. – hooked82 Sep 04 '11 at 00:58
-
-1
Robotium Recorder is an Eclipse plugin which does the same stuff you are looking for :

Abhishek Swain
- 1,054
- 8
- 28