Jellytools Module
Downloads |
Documentation
|
On-line
Javadoc |
FAQ |
TestTools
Overview
Jellytools is a library which helps to create UI tests for NetBeans
IDE. Jelly is based on
Jemmy
which enables to manipulate all swing components. Base Jellytools set
includes some generic IDE specific operator and covers core IDE
components like Main Window, Editor and so on. Test developers are
expected to write their own module-specific operators which will
extend jelly or jemmy operators.
How to use it?
Jellytools module is not a regular NetBeans module. It is a library of
java classes which has to be on classpath when tests are developed and
executed.
If you want to develop UI tests follow instructions in this
document.
Questions? Suggestions?
Please send a message to
users@jellytools.netbeans.org (
subscribe
first) if you have question or comment.
Check the FAQ first, if you have trouble to
use Jellytools. If you find a bug or if you want to request an
enhancement, please add an issue in NetBeans Issuezilla
(you must register
as a member of netbeans.org before). See Jellytools
issues for more info and to trace the issues.