OTX Reference  
OpenTestSystem.Otx.Core.Declarations Namespace Reference

General declarations More...

Classes

class  ConstantDeclaration
 Local constant More...
 
class  ContextVariableDeclaration
 Context variable More...
 
class  Declaration
 Abstract base type for declarations More...
 
class  DocumentVariableDeclaration
 Global document variable More...
 
class  ExtensibleDeclaration
 Abstract base type for declarations which can be extented by additional realisations defined in new OTX extensions More...
 
class  ExtensibleGlobalDeclaration
 Declares a global variable which can be extented by additional realisations defined in new OTX extensions More...
 
class  GlobalConstantDeclaration
 Declares a global constant More...
 
class  GlobalDeclarations
 Global declarations More...
 
class  InOutParameterDeclaration
 In- and ouput parameter (Reference) More...
 
class  InParameterDeclaration
 Input parameter More...
 
class  LocalDeclarations
 Local variables and constants More...
 
class  OutParameterDeclaration
 Ouput parameter (Result) More...
 
class  ParameterDeclarations
 Parameters declarations of signatures and procedures More...
 
class  StateVariableDeclaration
 Declares a state variable. More...
 
class  VariableDeclaration
 Local variable More...
 

Detailed Description

General declarations

Test sequences need a facility for storing data that represents the state of the program during execution. In OTX, data is stored in global constants, document variables, context variables, state variables, procedure parameters, local constants and local variables. These are declared in the global declaration block, the parameter declaration blocks or local declaration blocks, as shown in the overview picture.