CubicTest – A UI test automation tool like no other
I was just trying out CubicTest today. It is a really awesome tool for automation of tests through UI for Web Applications. It is implemented as a graphical plugin for eclipse. You can export the scripts to selenium core (HTML) or Watir scripts. And when you export the scripts the quality of the scripts are not like the XML generated by MS Word, they are good quality scripts. The tests can be run via the command line, thus making it easy to run in a continuous integration environment. I have seen dozens of UI test automation tools. I have used Selenium and Watir for at least a dozen products. But this tool is like no other. The only thing that I found was missing in the tool is the inherent support for a Test Object Repository. But that’s not a big deterrent. I am definitely going to use it for the new product we have started building.