3

I need to automate testing of desktop applications based on eclipse. Is it worthy ? If yes, what kind of tools can I use with some well known continuous integration tools ?

dilig0
  • 1,006
  • 2
  • 10
  • 18

2 Answers2

2

We use a commercial tool called WindowTester from instantiations. You can buy it together with WindowBuilder (UI designer) in the RCP Developer suite. It's really good and quite cheap in my opinion.

Henrik
  • 3,757
  • 1
  • 19
  • 18
  • Instantiations has been bought by Google and WindowTester is free to use without paying anything. (Not sure what exact license it is released under, though.) – JesperE Oct 20 '10 at 09:06
2

SWTBot is getting mature, and can be used for SWT-based Gui testing.

You can integrate those test in a Continuous Integration process, or even have them as JUnit test.

Run as config

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250