55 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.

55.1 The resolvers module

55.2 The ResolverRegistry

55.3 Implementing custom item types with the ItemResolver interface

55.4 Implementing custom checks with the Checker interface

55.5 Working with the Eclipse Graphical Editing Framework (GEF)

55.6 Test run listeners

55.7 ResetListener

55.8 DOM processors

55.9 Image API extensions

55.10 Pseudo DOM API

55.11 WebDriver SUT API

55.12 Windows Control API