Eclipse GUI testing tool?
Asked Answered
O

3

3

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?

Oldline answered 10/10, 2012 at 13:21 Comment(0)
N
2

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

Nations answered 30/10, 2012 at 8:16 Comment(1)
I ended up using Xored Q7 and it works without issues right now.Oldline
L
3

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.

Loricate answered 10/10, 2012 at 13:24 Comment(0)
H
2

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.

Housley answered 10/10, 2012 at 15:9 Comment(0)
N
2

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

Nations answered 30/10, 2012 at 8:16 Comment(1)
I ended up using Xored Q7 and it works without issues right now.Oldline

© 2022 - 2024 — McMap. All rights reserved.