Kategorie:Editors: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
Editors are the main workspace in expecco. They are used to write code, to create execution models [[Diagram Elements#Activity Diagram|activity diagrams]] or to modify test parameters.
Editors are the main workspace in expecco. They are used to create/modify an [[ElementaryBlock_Element/en|elementary action's]] code, to edit a [[CompoundBlock Element/en|compound action's]] activity diagram or to modify test parameters.

The editor show on the right side depends on which item is selected in the left project tree:
Depending on the kind of item being selected in the left project tree, different editors are shown on the right side:


=== [[Attachment Editor/en | Attachment Editor]] ===
=== [[Attachment Editor/en | Attachment Editor]] ===
Zeile 11: Zeile 12:
This sub-editor (editor tab) is used to view and edit text or executable code of [[ElementaryBlock_Element|elementary blocks]].
This sub-editor (editor tab) is used to view and edit text or executable code of [[ElementaryBlock_Element|elementary blocks]].


=== [[CompoundBlock_Editor-CompoundWorksheet_Editor/en | Compound Block Network Editor]] ===
=== [[CompoundBlock_Editor-CompoundWorksheet_Editor/en | Compound Block (Network / Diagram) Editor]] ===
This editor is used to define a compound action's activity diagram.
This editor is used to define a compound action's activity diagram.


Zeile 32: Zeile 33:
This editor is used to view and edit skills, which describe the attributes of a test resource.
This editor is used to view and edit skills, which describe the attributes of a test resource.


=== [[Test Editor/en|Test Editor]] ===
=== [[Block Test Editor/en|Block Test Editor]] ===
This editor is used to model and execute quick testing networks for unit-testing of action blocks. It is similar to the network editor.
This subeditor is used to model and execute quick test networks for unit-testing of individual action blocks. It is similar to the network editor.


<!--
<!--
Zeile 53: Zeile 54:


=== [[Simple GUI Block Editor/en]] ===
=== [[Simple GUI Block Editor/en]] ===
This type of editor is used to construct simple dialog-like UI blocks. These can be used to interact with the operator for data entry, monitoring, confirmations or similar. The eitor is shown if a GUI Elementary block is selected in the tree.
This type of editor is used to construct simple dialog-like UI blocks. These can be used to interact with the operator for data entry, monitoring, confirmations or similar. The editor is shown if a GUI Elementary block is selected in the tree.


-->
-->
Zeile 59: Zeile 60:


=== [[TestplanEditor/en | Testplan Editor]] ===
=== [[TestplanEditor/en | Testplan Editor]] ===
This editor is used to view, edit an execute [[Testplan Element|test plans]].
This editor is used to view, edit an execute [[Testplan Element|test plans]].


=== [[ProjectEditor/en | Testsuite (Project) Editor]] ===
=== [[ProjectEditor/en | Testsuite (Project) Editor]] ===
This editor is used to set global suite parameters and control the overall execution.
This editor is used to set global suite parameters and control the overall execution.
-->
-->

== See Also ==

* [[Navigation Tree]] - user interface and functions of the left navigation tree

Aktuelle Version vom 14. Juli 2023, 13:32 Uhr

Editors are the main workspace in expecco. They are used to create/modify an elementary action's code, to edit a compound action's activity diagram or to modify test parameters.

Depending on the kind of item being selected in the left project tree, different editors are shown on the right side:

Attachment Editor[Bearbeiten]

This editor is used to edit attachment items (file- and url attachments).

Block Skill Editor[Bearbeiten]

This subeditor (editor tab) defines the skills required by an action block. This is used of the resource manager, which allocates test resources during execution.

Code Editor[Bearbeiten]

This sub-editor (editor tab) is used to view and edit text or executable code of elementary blocks.

Compound Block (Network / Diagram) Editor[Bearbeiten]

This editor is used to define a compound action's activity diagram.

Documentation Editor[Bearbeiten]

This editor is used to modify either the documentation of a certain tree element or a documentation element itself.

Environment Editor[Bearbeiten]

This editor is used to create and edit variables in the environment of a test suite, test plan or a compound block.

Inventory Editor[Bearbeiten]

This editor is used to view and edit inventories which are collections of test resources.

Resource Editor[Bearbeiten]

This editor is used to view and edit test resources, which can be managed and reserved during execution.

Scheme Editor[Bearbeiten]

This subeditor (editor tab) is used to edit the external interface of an action block.

Skill Editor[Bearbeiten]

This editor is used to view and edit skills, which describe the attributes of a test resource.

Block Test Editor[Bearbeiten]

This subeditor is used to model and execute quick test networks for unit-testing of individual action blocks. It is similar to the network editor.


See Also[Bearbeiten]