Hi, Francis Kung wrote:
Not sure how to write a mauve test, since it must simulate a mouseclick on a specific component's location...
You can use java.awt.Robot for this. There are already tests in Mauve that use Robot, for example gnu.testlet.java.awt.Frame.size1.
Tom
