record and run option in android robotium [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract 开发者_JS百科opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI 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
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
You can use MonkeyTalk it's free, open source and pretty easy to use.
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
Robotium Recorder is an Eclipse plugin which does the same stuff you are looking for :
http://robotium.com/products/robotium-recorder
精彩评论