Difference between revisions of "OtfOtlEditor"

From emotive
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:Open Test Framework - OTL Code Editor}}Category:OTF ==Overview== For professional users it is much more efficient to create and edit OTX in a code editor, e...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:Open Test Framework - OTL Code Editor}}[[Category:OTF]]
 
{{DISPLAYTITLE:Open Test Framework - OTL Code Editor}}[[Category:OTF]]
 +
UNDER DEVELOPMENT...
 +
{|
 +
| style="vertical-align:top; text-align:justify;"|
 
==Overview==
 
==Overview==
 
For professional users it is much more efficient to create and edit OTX in a code editor, especially for big OTX projects. EMOTIVE has developed OTL - Open Test Language. OTL is a Java-like scripting language for the OTX. Designer and code editor synchronize continuously. This allows to seamlessly switch between the two ways of working. The code editor has powerful syntax highlighting and auto complete features.
 
For professional users it is much more efficient to create and edit OTX in a code editor, especially for big OTX projects. EMOTIVE has developed OTL - Open Test Language. OTL is a Java-like scripting language for the OTX. Designer and code editor synchronize continuously. This allows to seamlessly switch between the two ways of working. The code editor has powerful syntax highlighting and auto complete features.
Line 6: Line 9:
  
 
==Structure==
 
==Structure==
 +
  
 
{{Anchor|WDImg|}}
 
{{Anchor|WDImg|}}
 
{{ImageStyleCenter|OtfOtlCodeEditor.png|1000|OTL code editor}}
 
{{ImageStyleCenter|OtfOtlCodeEditor.png|1000|OTL code editor}}
 +
 +
The OTL has the similar structure of an OTX document.
 +
|}

Revision as of 09:16, 26 October 2018

UNDER DEVELOPMENT...

Overview

For professional users it is much more efficient to create and edit OTX in a code editor, especially for big OTX projects. EMOTIVE has developed OTL - Open Test Language. OTL is a Java-like scripting language for the OTX. Designer and code editor synchronize continuously. This allows to seamlessly switch between the two ways of working. The code editor has powerful syntax highlighting and auto complete features.

The structure and features of the OTL code editor are described in the following sections.

Structure

OtfOtlCodeEditor.png
OTL code editor

The OTL has the similar structure of an OTX document.