Eclipse Jubula Functional Testing Tool 5.0 (Oxygen)

This release contains various improvements across many of the feature areas of Jubula:

  • We have introduced new nodes altering the test execution flow: you can now use conditional statements and loops in tests
  • Check actions now also provide a timeout so that each check action can also be used to synchronise.
  • Individual test steps can now be skipped using a specific data parameter
Release Date
Release Type
Major release (API breakage)
This release is part of Eclipse Oxygen
Name Date Description
M7 2017/05/19
RC1 2017/05/26
RC2 2017/06/02
RC3 2017/06/09
RC4 2017/06/16
Themes
Conditional Test Execution
It is now possible to use if-then-else constructs, as well as while-do, do-while and iterate loops in the ITE.
Component names refactoring
We have altered the internal calculation of component names to make the calculation more performant and error-safe.
Check actions with timeout parameter
Check actions now all have a timeout parameter to allow synchronisation within the check action.
Text reading actions for the API
Users working with the Client API can now access the text of various components using the API actions.