TableDrivenBlock Editor-Table Editor/en: Unterschied zwischen den Versionen
Zeile 6: | Zeile 6: | ||
If tests get more complex table driven blocks can be transformed to compound blocks for further development. |
If tests get more complex table driven blocks can be transformed to compound blocks for further development. |
||
= Common Tasks = |
== Common Tasks == |
||
== Add Row == |
=== Add Row === |
||
You can drop steps from the test suite tree or use the context menu. New steps will be added as new row after the selected row. |
You can drop steps from the test suite tree or use the context menu. New steps will be added as new row after the selected row. |
||
== Remove Row == |
=== Remove Row === |
||
You can remove selected rows from table using the context menu or the delete button on your keyboard. |
You can remove selected rows from table using the context menu or the delete button on your keyboard. |
||
== Replace Rows == |
=== Replace Rows === |
||
You can replace stelected rows using the context menu. |
You can replace stelected rows using the context menu. |
||
== Move Rows Up/Down == |
=== Move Rows Up/Down === |
||
You can move rows up / down in the table via the context menu to reorganized the execution order. |
You can move rows up / down in the table via the context menu to reorganized the execution order. |
||
= Toolbar = |
== Toolbar == |
||
[[Bild:Table Driven Editor Toolbar.png]] |
[[Bild:Table Driven Editor Toolbar.png]] |
||
Zeile 34: | Zeile 34: | ||
*[[Bild:Icon_Expand.png]] Expand all step items. All In- and Outpur pins of a step are visible. |
*[[Bild:Icon_Expand.png]] Expand all step items. All In- and Outpur pins of a step are visible. |
||
= Menu = |
== Menu == |
||
== Diagramm Menu == |
=== Diagramm Menu === |
||
== Common Options (Context Menu) == |
=== Common Options (Context Menu) === |
||
[[Bild:Context Menu.PNG|thumb|250px|Common Options]] |
[[Bild:Context Menu.PNG|thumb|250px|Common Options]] |
||
When nothing is selected in the editor: |
When nothing is selected in the editor: |
||
Zeile 51: | Zeile 51: | ||
<br> |
<br> |
||
== Step Specific Options (Context Menu) == |
=== Step Specific Options (Context Menu) === |
||
[[Bild:Context Step Menu.PNG|thumb|250px|Step Specific Options]] |
[[Bild:Context Step Menu.PNG|thumb|250px|Step Specific Options]] |
||
When a step is selected in the editor: |
When a step is selected in the editor: |
||
Zeile 80: | Zeile 80: | ||
<br> |
<br> |
||
== Pin Specific Options (Context Menu) == |
=== Pin Specific Options (Context Menu) === |
||
[[Bild:Context Pin Menu.PNG|thumb|250px|Pin Specific Options]] |
[[Bild:Context Pin Menu.PNG|thumb|250px|Pin Specific Options]] |
||
When a pin is selected in the editor: |
When a pin is selected in the editor: |
||
Zeile 95: | Zeile 95: | ||
<br> |
<br> |
||
= Settings = |
== Settings == |
||
Aspect and behavour of a table driven block can be affected via the [[TableDrivenBlock_Settings | Settings Dialog]]. |
Aspect and behavour of a table driven block can be affected via the [[TableDrivenBlock_Settings | Settings Dialog]]. |
Version vom 12. März 2015, 12:54 Uhr
The following document describes the table driven test editor. The table driven test editor can be used for tests with a sequential test flow.
If tests get more complex table driven blocks can be transformed to compound blocks for further development.
Inhaltsverzeichnis
Common Tasks[Bearbeiten]
Add Row[Bearbeiten]
You can drop steps from the test suite tree or use the context menu. New steps will be added as new row after the selected row.
Remove Row[Bearbeiten]
You can remove selected rows from table using the context menu or the delete button on your keyboard.
Replace Rows[Bearbeiten]
You can replace stelected rows using the context menu.
Move Rows Up/Down[Bearbeiten]
You can move rows up / down in the table via the context menu to reorganized the execution order.
Toolbar[Bearbeiten]
In the left function group of the toolbar you will find the buttons concerning the test execution.
Start a test run (of the edited Block only) or continue after a breakpoint or execution pause. This allows for a changed block's functionality to be checked immediately, without a need to create an extra compound block or a testplan-item for it to be executed. If the edited block needs input values or other prerequisite setup for the test run, these should be defined in the tab named "Test/Demo" (which is the rightmost tab of the editor).
Start a test run but open a debugger window in case of test failure, even if the debugger is currently disabled in the settings. This kind of run is helpful during test development or error analysis. It enables debugging mode without changing the settings.
In the right area of the toolbar you will find the following functions concerning the presentation.
Collapse all step items. All In- and Output pins of a step are hidden.
Expand all step items. All In- and Outpur pins of a step are visible.
Menu[Bearbeiten]
Diagramm Menu[Bearbeiten]
Common Options (Context Menu)[Bearbeiten]
When nothing is selected in the editor:
- New Step
Txt.
- Goto
Txt.
- Search, Next and Previous
Txt.
- Aspect
Txt.
Step Specific Options (Context Menu)[Bearbeiten]
When a step is selected in the editor:
- Copy, Paste and Delete
Txt.
- Open Editor
Txt.
- Open Browserpage
Txt.
- Goto
Txt.
- Search, Next and Previous
Txt.
- New Step
Txt.
- Replace
Txt.
- Move Up or Down
Txt.
- Toggle Breakpoint
Txt.
- Initialize
Txt.
- Aspect
Txt.
- Properties
Txt.
Pin Specific Options (Context Menu)[Bearbeiten]
When a pin is selected in the editor:
- Open Editor
Txt.
- Goto
Txt.
- Search, Next and Previous
Txt.
- Transfer
Txt.
- Initialize
Txt.
Settings[Bearbeiten]
Aspect and behavour of a table driven block can be affected via the Settings Dialog.