39
Extension APIs

QF-Test provides some extension APIs that let you extend its functionality. The interfaces can conveniently be implemented in Jython, Groovy or or Java. In the latter case, the compiled classes should be put in a jar file and placed in the plugin directory (see section 37.2) so Jython or Groovy can be used to glue things together.

39.1
Resolver hooks
39.2
Implementing custom item types with the ItemResolver interface
39.3
Implementing custom checks with the Checker interface
39.4
Working with the Eclipse Graphical Editing Framework (GEF)
39.5
Test-run listeners
39.6
DOM processors
39.7
Image API extensions