Eclipse GUI testing tool?

╄→尐↘猪︶ㄣ 提交于 2020-01-04 02:40:29

问题


what do you use for automatic GUI testing an eclipse rcp app?

I checked Xored Q7 which looks pretty awesome, but it doesn't work 100%, the same goes for froglogic squish. I need something for testing SWT/JFACE and GEF(but i could live without GEF support). Is there any other mature testing tool?


回答1:


I'm in charge of Xored's Q7 development, and we'll be very interesting learning more about your test case (where Q7 does not work 100% perfectly). Can you please email me or Xored support and I'm pretty sure we'll resolve that problems very fast.

Thank you, Andrey




回答2:


SWTBot is designed to test eclipse RCP (SWT&JFace) applications. It is still in incubation though. The last time I used it, it had some issues, but it's almost 3 years back, so I hope the maintainers have made some progress.




回答3:


I'm using SWTBot in the last year and it works fine. You must know that there is no record function, but writing the tests per hand isn't so difficult.There are some limitations regarding native dialogs, which cannot be tested using SWTBot.

There are another two GUI test frameworks from Bredex - Jubula / GUIDancer. Last year I have tried the Jubula, but without success to understand how it works.



来源:https://stackoverflow.com/questions/12820367/eclipse-gui-testing-tool

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!