We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
看看这个:
http://code.google.com/p/robotframework-eclipselibrary/机器人
框架是最终用户更容易上手的测试工具之一,因为它很好地将代码与测试分开。
Have a look at this:
http://code.google.com/p/robotframework-eclipselibrary/
Robot framework is one of the easier testing tools for end users to pick up as it nicely separates code from tests.
WindowTester 支持 SWT 和 Swing 应用程序的测试。它支持将操作记录到 Java 测试中。它是由 Instantiations 开发的,该公司始终如一地为 Java 开发提供优秀的产品,并在 Eclipse IDE 中很好地集成。 Google 今年收购了 Instantiations,现在以免费软件形式提供 WindowTester。
Squish ,由 FrogLogic 开发,支持许多 UI 工具包,包括 SWT。几年前我尝试过 Qt 版本,并且很喜欢它。 Squish 支持录制到脚本,然后您可以使用 Python、JavaScript、Perl 或 Tcl 进行编辑。脚本不依赖于屏幕坐标。缺点是,Squish 价格过高,而且它是按 UI 平台授权的。
上一个问题中描述了其他一些选项。
WindowTester supports testing of SWT and Swing applications. It supports recording actions to Java tests. It was developed by Instantiations, which consistently delivered excellent products for Java development, integrated well within the Eclipse IDE. Google acquired Instantiations this year, and now offers WindowTester as free software.
Squish, by FrogLogic, supports many UI toolkits, including SWT. I toyed with the Qt version a few years back, and liked it. Squish supports recording to scripts that you can then edit, in Python, JavaScript, Perl or Tcl. Scripts are not dependent on screen coordinates. On the downside, Squish is exorbitantly priced, and it's licensed per UI platform.
Some other options are described in this previous question.
可以直接找到包含其他答案中提到的大多数工具(WindowTester、Squish、RCPTT、Jubula)的比较 在 Eclipse 网站。
A comparision which includes most of the tools mentioned in the other answers (WindowTester, Squish, RCPTT, Jubula) can be found directly on the Eclipse website.
这个问题很老了,答案也已经过时了。 RCPTT 对于这个问题来说,即使不是最好的解决方案,也是一个很好的解决方案。免费,您可以记录用户交互
This question is quiet old and the answers outdated. RCPTT is a great if not the best solution to this problem. Free of charge and you are able to record user interactions
Eclipse 基金会现在拥有 Jubula ptojext。请参阅 http://eclipse.org/jubula/ “Jubula”
Eclipse foundation now has Jubula ptojext. See http://eclipse.org/jubula/ "Jubula"