Skip to content
Ondrej Dockal edited this page Jan 24, 2019 · 111 revisions

RedDeer Eclipse testing framework

Eclipse RedDeer project is an extensible framework used for development of automated SWT/Eclipse tests which interacts with application’s user interface. RedDeer provides the PageObjects API for comfortable testing of standard SWT (Buttons, Trees..), JFace (UIForms), Workbench (Views, Editors, ..) and Eclipse (Wizards, Preferences,...) components and also allows creating and extending your own components. RedDeer also provides capabilities to work with graphical editors based on GEF or Graphiti. RedDeer also provides feature for handling time based events (testing whether some condition is true or false ie., dialog is still opened, job is running, etc.). Latest feature allows to test E4 applications as well.

Eclipse RedDeer is extensively tested on Linux/CentOS platform. Examination of test results in CI environment is easier thanks to capturing screenshots on test failures and collecting Eclipse Platform log.

Clone this wiki locally