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 opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我推荐以下开源工具(我们在 Java Swing 应用程序上使用它们):
您可以使用两者或其中之一
从商业工具来看,我认为最好的是 IBM Rational Function Tester - 它很好地支持 Java 应用程序。然而它很昂贵并且专注于唱片和音乐。重播方法不太可靠。
I recommend the following open source tools (we are using them on our Java Swing applications):
You can use both or either one of them
From the commercial tools in my opinion the best is IBM Rational Functional Tester - it supports Java applications very well. However it is expensive and is focused on the record & replay approach which is not very reliable.
你可以试试“盛宴”。
http://code.google.com/p/fest/
You can try "fest".
http://code.google.com/p/fest/
QF 测试
QF-test
尝试 Selenium 或 Watij。
这两个框架都在浏览器中打开网页并操作页面元素。他们可以单击页面元素、在输入字段中输入数据、获取指定元素的文本或 HTML 等。Watij 除此之外还可以直接模拟 javascript 事件。
Try Selenium or Watij.
Both frameworks open a web-page in browser and manipulate page elements. They can click a page element, enter data to input field, get a text or HTML of a specified element, etc. Watij in addition to that can emulate javascript events directly.