Integrate window tester with eclipse for testing UI

亡梦爱人 提交于 2019-12-29 09:35:11

问题


We are planning to automate testing of my eclipse application GUI using window tester. Version of eclipse is oxygen.

Please inform me how to integrate window tester with eclipse application. I do not see any window tester plugin in eclipse market place. If not, Which GUI testing framework can i use to test my eclipse application.

Thanks in Advance.


回答1:


I have personally used first two types of the frameworks:

  1. SWTBot
  2. RCPTT
  3. Jubula
  4. RedDeer

RCPTT is focused on creating and running UI/System test for RCP/SWT applications. It is an alternative or addition to the open source projects SWTBot or Jubula. All of them have their specific advantages and disadvantages, RCPTT uses a very different approach than that of SWTBot or Jubula.

SWTBot is a Java API to consume while writing tests (can be JUnit, TestNG...), which makes it very easy to use for Java developers.

Jubula has its own XML-based languages to write tests. Аlso uses an embedded database and thus differs internally most from the others.

RCPTT using Eclipse Command Language to write tests.

Thanks to @howlger for help.




回答2:


Jubula test can be written either with a UI, which can be used without any programming experience or with an API for Java.

I would have written this in the comments for @MBaev but i was not able due to low reputation



来源:https://stackoverflow.com/questions/51590597/integrate-window-tester-with-eclipse-for-testing-ui

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