Kategorie:Editors: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
 
(38 dazwischenliegende Versionen von 3 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]] ===

=== [[Attachment Editor/en | Attachment Editor]] ===
This editor is used to edit attachment items (file- and url attachments).
This editor is used to edit attachment items (file- and url attachments).


=== [[Code Editor]] ===
=== [[BlockSkill Editor/en | Block Skill Editor]] ===
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.
This type of editor is used to view and edit text or executable code of [[Elementary Block|elementary blocks]].


=== [[Documentation Editor|DocumentationEditor]] ===
=== [[Code Editor/en | Code Editor]] ===
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 / Diagram) Editor]] ===
This editor is used to define a compound action's activity diagram.

=== [[Documentation Editor/en | Documentation Editor]] ===
This editor is used to modify either the documentation of a certain tree element or a [[Documentation Element|documentation element]] itself.
This editor is used to modify either the documentation of a certain tree element or a [[Documentation Element|documentation element]] itself.


=== [[Environment Editor]] ===
=== [[Environment Editor/en | Environment Editor]] ===
This editor is used to create and edit variables in the environment of a [[Testsuite|test suite]] or a compound block.
This editor is used to create and edit variables in the environment of a [[TestSuite_Element/en|test suite]], [[Testplan_Element/en|test plan]] or a [[CompoundBlock_Element/en|compound block]].


=== [[Execution Editor]] ===
=== [[Inventory Editor/en | Inventory Editor]] ===
This editor is used to view and edit the execution settings for a test suite.
This editor is used to view and edit inventories which are collections of test resources.


=== [[Generic Data Editor]] ===
=== [[Resource Editor/en | Resource Editor]] ===
This editor is used to view and edit test resources, which can be managed and reserved during execution.

=== [[Scheme Editor/en | Scheme Editor]] ===
This subeditor (editor tab) is used to edit the external interface of an action block.

=== [[Skill Editor/en | Skill Editor]] ===
This editor is used to view and edit skills, which describe the attributes of a test resource.

=== [[Block Test Editor/en|Block Test 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.

<!--
=== [[Testsuite Editor-Execution Editor/en | Testsuite Execution Editor]] ===
This editor is used to view and edit the execution settings for a test suite.
-->
<!--
=== [[GenericData Editor/en | Generic Data Editor]] ===
This editor is used to set the values generated by a [[Test Data Generator Block|test data generator block]].
This editor is used to set the values generated by a [[Test Data Generator Block|test data generator block]].


=== [[Misc Editor]] ===
=== [[MiscEditor/en|Misc Editor]] ===
This editor is used to view and edit some miscellaneous settings for a test suite or import library.
This editor is used to view and edit some miscellaneous settings for a test suite or import library.


=== [[Network Editor]] ===
=== [[NetworkEditor/en|Network Editor]] ===
This editor is used to view and edit activity diagrams of [[Compound Block|compound blocks]].
This editor is used to view and edit activity diagrams of [[Compound Block|compound blocks]].


=== [[Schema Editor]] ===
=== [[SchemeEditor/en|Schema Editor]] ===
This editor is used to define the interface of a [[Block|block]].
This editor is used to define the interface of a [[Block_Element|block]].

=== [[Simple GUI Block Editor]] ===
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.


=== [[Test Editor]] ===
=== [[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 editor is shown if a GUI Elementary block is selected in the tree.
This editor is used to model and execute quick testing networks for unit-testing of action blocks. It is similar to the network editor.


-->
=== [[Testplan Editor]] ===
<!--
This editor is used to view, edit an execute [[Testplan Element|test plans]].


=== [[Project Editor | Testsuite (Project) Editor]] ===
=== [[TestplanEditor/en | Testplan Editor]] ===
This editor is used to set global suite parameters and control the overall execution.
This editor is used to view, edit an execute [[Testplan Element|test plans]].


=== [[ProjectEditor/en | Testsuite (Project) Editor]] ===
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
The full online documentation can be found under: [[Online Documentation]]

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]