0

我正在使用 MonkeyTalk 进行 Android 应用程序测试。我对机器人有一些基本的想法。但不幸的是,我不知道如何使用 Robotium 进行录制和回放。有什么办法吗?如果是怎么办?

4

3 回答 3

2

现在,Robotium 有了 eclipse 的录制功能。您需要为此安装 eclipse 插件。(http://recorder.robotium.com/updates

于 2013-07-31T17:07:42.647 回答
1

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.

于 2013-07-29T09:52:33.197 回答
0

为 Eclipse 安装 Robotium Recorder:

  1. 启动 Eclipse 并转到:Help -> Install New Software...
  2. 在“使用”字段中输入“ http://recorder.robotium.com/updates ”
  3. 按 Enter 并等待 Robotium 可见。检查Robotium Recorder并取消选中“在安装过程中联系所有更新站点以查找所需软件”,然后单击“下一步”
  4. 单击“安装详细信息”屏幕中的“下一步”按钮并遵循 Eclipse 指南

启动 Robotium Recorder:

Robotium Recorder 可以从以下位置启动:Eclipse > File > New > Other。从“新建”窗口中选择“新建 Robotium 测试”并单击“下一步”。

有关详细信息,您可以访问: Robotium Recorder 安装和启动

于 2016-05-05T11:30:44.737 回答