44 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 "The plugin directory") so Jython or Groovy can be used to glue things together.

44.1 The resolvers module

44.2 The ResolverRegistry

44.3 Implementing custom item types with the ItemResolver interface

44.4 Implementing custom checks with the Checker interface

44.5 Test run listeners

44.6 ResetListener

44.7 DOM processors

44.8 Image API extensions