See: Description
| Class | Description |
|---|---|
| AbstractTestListener |
Understands a base class for TestNG listeners.
|
| ScreenshotOnFailureListener |
Understands a TestNG listener that takes a screenshot when a GUI test
fails.
|
FEST-Swing can take screenshots of the desktop when a TestNG GUI test fails. Because of TestNG's excellent support for extensibility, this extension is very easy to configure.
The provided listener, , takes a
screenshot of the desktop when a test fails and saves it in TestNG's default output directory. Due to TestNG's flexible
architecture, this listener can be called either from Ant, TestNG plug-in for Eclipse , command line, etc.)
ScreenshotOnFailureListener
org.fest.swing.annotation.GUITestCopyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.