![]() |
![]() |
![]() |
![]() |
![]() |
Test Suite Parameters
The test suite parameters are read at startup of the TTCN Exerciser. There are two locations where they are searched for:
- If the test suite parameters pics/pixit reference field contains the literal substring .ttp, the whole fields content will be treated as a file name, naming a file in which the parameter should be searched for. The file format is defined below.
- In a file named pixit.ttp.
In a pixit-file, the variables declared are to be named according to the following list of predefined type names. The names showed are typed with respect to case and spelling:
NULL INTEGER BOOLEANBITSTRING HEXSTRING OCTETSTRINGNumericString PrintableString TeletexStringT61String VideotexString VisibleStringISO646String IA5String GraphicStringGeneralString RTYPE SEQUENCESEQUENCEOF SET SETOFCHOICE ENUMERATED OBJECTIDENTIFIERUTCTime GeneralizedTime ObjectDescriptorThe file format is defined as:
File ::= {Line};Line ::= Comment | ParameterNameAndValue;Comment ::= <Non alpha Character> <Any text> | <empty line>;ParameterNameAndValue ::= ParameterName ISMValueEncoding;The ISMValueEncoding is defined in a separate section. An example would be:
## This is my parameter file, named pixit.ttp, located in the# working directory of the ETS with the TTCN Exerciser.#TspFoo 3TspUsePDU PDUA ( INTEGER 1, BOOLEAN TRUE )# End of this example file.
http://www.ibm.com/rational |
![]() |
![]() |
![]() |
![]() |