Most of these frameworks tend to work by looking inside the Swing object hierarchy and/or using ID's stashed inside the Swing objects.
So they'd need porting or some kind of shim layer to work with Pivot. -- Noel On 2010-03-26 16:43, Greg Brown wrote: > Haven't used them myself, but is there any reason these frameworks couldn't > be used to test a Pivot app? Pivot uses Java2D, just like AWT and Swing, so > they may simply work. > > If you do look into it, I'd be interested to know what you find out. > > On Mar 26, 2010, at 10:38 AM, Bruce Alspaugh wrote: > > >> There are lots of GUI testing frameworks based on java.awt.Robot that >> can be used for functional testing of Swing applications: FEST, >> Abbot/Costello, Jemmy, Marathon, UISpec4J, etc. >> >> Does something similar exist for Pivot? >> >> Bruce >> >
