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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.