Test automation of Aptana (Eclipse) GUI

坚强是说给别人听的谎言 提交于 2019-12-24 21:39:01

问题


I m looking for a tool able to automate tests for Aptana Studio's GUI. Google was not too helpful in this case.

Thanks,

Shakov


回答1:


You are looking to automate the SWT GUI (SWT is the UI foundations of Eclipse). Google the term "SWT test automation" and see what comes up.

I know companies that use QF Test. It is an expensive option, but I know that it works well. Another option is to use SWT Bot which is free.

Last week I also came across this very very cool project that can automate pretty much any UI called Sikuli. It is not geared so much towards testing, though.




回答2:


You definitely should take a look at Xored's Q7 - Eclipse UI Testing.



来源:https://stackoverflow.com/questions/2191906/test-automation-of-aptana-eclipse-gui

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