blob: 862d7d0a50c3fb7c2a6fee0b7e599dbf05295cae [file] [log] [blame]
<br></br>
<html>
<head>
<style type="text/css" title="text/css" media="screen">
td {
border-top: 1px solid #D4D4DD;
text-align: left;
vertical-align: top;
font-weight: normal;
padding: 5pt;
width: 425px;
}
td.entry_cell {
font-weight: bold;
width: 30%
}
td.change {
font-style: italic;
color: red;
}
table {
border-top-style: none;
border-collapse: collapse;
}
h2 {
border-bottom: none;
}
img {
max-width: 425px;
}
</style>
</head>
<body>
<div id="topmain">
<div id="right">
<h2>
Were you looking for:</h2>
<ul>
<li><a href="new/Neon/Main/new_neon.php">What's New for the Neon Release?</a></li>
<li><a href="new/Mars/Main/new_mars.php">What's New for the Mars Release?</a></li>
<li><a href="new/Luna/Main/new_luna.php">What's New for the Luna Release?</a></li>
<li><a href="new/Juno/Main/new_juno.php">What's New for the Juno Release?</a></li>
<li><a href="new/Indigo/Main/new_indigo.php">What's New for the Indigo Release?</a></li>
<li><a href="new/Kepler/Main/new_kepler.php">What's New for the Kepler Release?</a></li>
</ul>
</div>
<div id="left">
<br>
<h1>What's new in Jubula in Oxygen</h1>
<table>
<tr>
<td class="entry_cell">
Conditional Statements and Loops
</td>
<td>
<p>
We introduced four new nodes altering the test execution flow: Conditional Statements and Loops.
</p>
<p>
The If-Then-Else-node allows you to specify one or more test cases or test steps as a condition. Based upon the result of the condition nodes, either the "then" or the "else" branch will be entered and the containing nodes will be executed. The condition can also be negated.
</p>
<p>
The While-Do-node and the Do-While-Node will both repeat the test nodes inside the "do"-branch until the condition is no longer being met. In contrary to the While-Do-node, the Do-While-node checks the condition after each run through the "do"-branch. Therefore, the Do-While-node will always run at least once.
</p>
<p>
The Repeat-node repeats the nodes inside the "do"-branch for a specified amount of times.
</p>
<img alt="Conditional Example" src="new/Oxygen/images/LoopAndIf.png">
</td>
</tr>
<tr>
<td class="entry_cell">
Component Names
</td>
<td>
<p>
Component name types are calculated and treated differently from this release onwards. The type becomes only decorative, so actions resulting in invalid component name types are allowed from now on, however, the user is warned before any action resulting in an invalid type.
Component names with invalid type are decorated by error markers, just like component names which are mapped into a component which does not realize one of the actions which might be executed on the component name.
</p>
</td>
</tr>
<tr>
<td class="entry_cell">
Check actions with timeout parameter
</td>
<td>
<p>
Most of the check actions do now have a timeout parameter. If there is a timeout value greater than 0 the check action is checking multiple times if the wanted status has occurred. If this did not happen until the timeout is reached the check is marked as check failed.
</p>
<img alt="Check with timeout" src="new/Oxygen/images/CheckWithTimeout.png">
</td>
</tr>
<tr>
<td class="entry_cell">
Skipping test steps
</td>
<td>
<p>
Test steps can now be skipped by changing the value of at least one parameter of a test step to '##jbskip##'.
</p>
</td>
</tr>
<tr>
<td class="entry_cell">
New navigation in HTML reports
</td>
<td>
<p>
Similarly to the ITE, it is now possible to navigate between errors in an HTML report.
</p>
<img alt="HTML Test result navigation" src="new/Oxygen/images/NavigationHtml.png">
</td>
</tr>
<tr>
<td class="entry_cell">
Navigation between parents and childs
</td>
<td>
<p>
To help navigating between Editors we have introduced double click on root Nodes of Test Case Editor's. This will activate a Editor in which the Test Case is referenced or if there are more than one such Editors open, you can choose one to activate in a dialog. Aswell if there is no such Editor open, you can choose a Test Case or Test Suite which references the Test Case, and open its Editor.
</p>
</td>
</tr>
<tr>
<td class="entry_cell">
Deletion of complete Trees
</td>
<td>
<p>
We introduced a new feature in the Test Case Browser called Delete with Orphans.
When tidying up a project, there are Test Cases that are no longer required or used. The Delete with Orphans feature allows you to show all Test Cases that would remain unused if a certain Test Case were deleted. It then offers you to delete the Test Case with all its remaining "Orphans
</p>
</td>
</tr>
<tr>
<td class="entry_cell">
Export JUnit reports
</td>
<td>
<p>
When generating TestResult XML/HTML files from Test Results, the generated files will now include an additional lightweight JUnit report. You can define referenced Test Cases as "JUnitTestSuite" for the generation of the JUnit report.</p>
</td>
</tr>
</table>
<h2><a href="https://bugs.eclipse.org/bugs/buglist.cgi?chfield=resolution&chfieldfrom=2016-06-01&chfieldto=2017-05-03&chfieldvalue=FIXED&classification=Technology&list_id=16292072&product=Jubula&query_format=advanced">Fixed Bugs for Oxygen</a></h2>
</div>
</div>