我需要你们所有人提出更好的建议。
我有一个应用程序,其中eclipse RCP(JAVA)用于GUI。
现在我想在java中自动化GUI测试。
我创建了一个项目,我已经使用了
"sikuli" to create test for image comparison
and
"testng" to run the test cases .
但我面临使用sikuli的问题,因为它需要拍摄大量照片,因为gui中有很多按钮,复选框。
所以,如果我得到一个
会更好java tool which can perform "recording" to write test cases
and i can also be able to integrate the "sikuli api for image comparison" and
"testng" to it.
有没有这样的java工具? 我正在寻找你的建议。
由于