Difference between revisions of "OtfStructure"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Open Test Framework - Structure}}[[Category:OTF]] | {{DISPLAYTITLE:Open Test Framework - Structure}}[[Category:OTF]] | ||
− | The following illustration shows the five major functional elements of the OTF | + | The following illustration shows the five major functional elements of the OTF: |
− | #OTX | + | #OTX Designer |
− | #Screen | + | #Screen Designer |
− | #Database | + | #Database Module |
− | #Test | + | #Test Environment |
#Runtime environment | #Runtime environment | ||
− | The '''Workflow Designer''' is the main input element. It gives the author an easy to understand | + | |
+ | The [[OtfWorkflowDesigner|'''Workflow Designer''']] (OTX Designer) is the main input element. It gives the author an easy-to-understand graphical view of the OTX-data in the form of a generic flow diagram. | ||
+ | Goal: The author can simply understand and comprehend the whole test sequence from the graphical representation (e.g. for printing on A0 paper). | ||
With the help of '''Screen-Designers''' , surfaces (screens) are drawn for the input and output parameters and bound to the processes. | With the help of '''Screen-Designers''' , surfaces (screens) are drawn for the input and output parameters and bound to the processes. | ||
− | The '''Database | + | The '''Database Module''' is mainly responsible for reading and writing OTX data, validation, object searching and reference management. |
− | {| | + | {{ImageStyleCenter|ODF-Structure.png|700px|Main elements of the Open Test Framework}} |
− | |||
− | |||
− | |||
− | |||
− | The ''' | + | The '''Test Environment''' is used to run and test the sequences in the development environment (e.g. for debugging or unit testing framework). |
− | The '''OTX | + | The '''OTX Runtime''' executes the sequences both within the development environment, and within a runtime environment (e.g. in the garage or in the EOL programming). |
Latest revision as of 02:28, 22 September 2014
The following illustration shows the five major functional elements of the OTF:
- OTX Designer
- Screen Designer
- Database Module
- Test Environment
- Runtime environment
The Workflow Designer (OTX Designer) is the main input element. It gives the author an easy-to-understand graphical view of the OTX-data in the form of a generic flow diagram. Goal: The author can simply understand and comprehend the whole test sequence from the graphical representation (e.g. for printing on A0 paper).
With the help of Screen-Designers , surfaces (screens) are drawn for the input and output parameters and bound to the processes.
The Database Module is mainly responsible for reading and writing OTX data, validation, object searching and reference management.
![]() |
Main elements of the Open Test Framework |
The Test Environment is used to run and test the sequences in the development environment (e.g. for debugging or unit testing framework).
The OTX Runtime executes the sequences both within the development environment, and within a runtime environment (e.g. in the garage or in the EOL programming).