0

I m looking for a tool able to automate tests for Aptana Studio's GUI. Google was not too helpful in this case.

Thanks,

Shakov

zoli2k
  • 3,388
  • 4
  • 26
  • 36
  • Aptana is based on Eclipse. So, you are looking something which automates the Eclipse UI for your tests? Or, are you looking to automate RoR or PHP tests? – zvikico Feb 03 '10 at 14:23
  • I m looking for something that would automate the UI of Eclipse. – zoli2k Feb 04 '10 at 07:53

2 Answers2

2

You are looking to automate the SWT GUI (SWT is the UI foundations of Eclipse). Google the term "SWT test automation" and see what comes up.

I know companies that use QF Test. It is an expensive option, but I know that it works well. Another option is to use SWT Bot which is free.

Last week I also came across this very very cool project that can automate pretty much any UI called Sikuli. It is not geared so much towards testing, though.

zvikico
  • 9,765
  • 4
  • 38
  • 49
2

You definitely should take a look at Xored's Q7 - Eclipse UI Testing.