watching UI
Roman Kennke
roman at kennke.org
Wed Jan 2 10:51:24 PST 2013
Hi Eliya,
> I would like to start using this great project in my fest tests,
> but I'm having problems with some custom Swing component we made here
> (can't drop to it).
> I believe it's related to the coordinates that I send the
> robot.drop(Component, Point)
I don't know of any Robot.drop() method, neither in java.awt.Robot nor
in FEST's Robot class. Are you referring to your own internal component?
If so, it would be useful to know what AWT method is ultimately used,
maybe something is not yet implemented in Cacio. ?
> Is it possible to see the tests run through VNC or something else?
Currently not. It is possible to take screenshots using FEST's or AWT's
facilities. We are planning to combine Cacio-TTA with Cacio-Web, which
would allow to watch runnings tests live & online through a web-browser
using HTML5/JavaScript. The current problem we need to overcome is that
typically a unit tests starts and stops JVMs all the time, but we need
one web server running to deliver the frames to the browser.
Best regards,
Roman
More information about the caciocavallo-dev
mailing list