Looking for an automated UI tester tool for SWT (with Eclipse RCP) [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this questionWhat I tried so far: SWTBot and WindowTester.
My problem with SWTBot is that I can click into an edit field, but I开发者_StackOverflow中文版 can't type into it. I looked up this issue in google and it looks like that SWTBot does not have this feature implemented.
With WindowTester I had other problems: SWTWidgetLocator is working with texts so if I have a button with no text just image, I can not click it.
Thus on the whole I'm looking for either a workaround to the problems I mentioned above or a tool which does not have these shortcomings.
I'm working in an Eclipse RCP enviroment.
Check if Jubula or GUIdancer works for you.
精彩评论