问题
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:
- SWTBot
- RCPTT
- Jubula
- 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