endend denotes the end of a while→, foreach→, if→, with→ or withvector→ block. Each of those block openers must be matched with a corresponding end. more⇛ by Group Public on Sunday April 25 2010 @ 22:04:32 (1/1 Points) |
Language ↪Reference |
endend denotes the end of a while→, foreach→, if→, with→ or withvector→ block. Each of those block openers must be matched with a corresponding end. more⇛ by Group Public on Sunday April 25 2010 @ 22:04:32 (1/1 Points) |
Language ↪Reference |
optionalThe optional keyword is used in map construction to allow a value not to exist. Normally if an RValue→ does not exist if will trigger an error. more⇛ by Group Public on Sunday April 25 2010 @ 22:02:47 (1/1 Points) |
Language ↪Reference |
whilewhile loops on a block of code so long as a given condition remains true. more⇛ by Group Public on Sunday April 25 2010 @ 21:57:06 (1/1 Points) |
Language ↪Reference |
KeywordsThe words in the language with special meaning. more⇛ by Group Public on Sunday April 25 2010 @ 21:38:38 (1/1 Points) |
Language ↪Reference |
UnitA unit is a single dotTest script or the Java TestUnit equivalent. Each unit has a specific Unit Name→ and is executed within a particular LogicalRoot→. replies⇛ by Group Public on Friday March 12 2010 @ 15:20:29 (1/1 Points) |
Language ↪Reference |
Basic Syntax.test is a line based language: an end-of-line signifies the end of the current instruction. Additionally parameters are generally space separated. This was found to be cleanest method for test scripts; it produces easy-to-read code. more⇛ by Group Public on Saturday February 06 2010 @ 10:24:02 (1/1 Points) |
Language ↪Reference |
Language Reference.test is the name of the specialized language used by TestPlan. It simply comes from the file extension used for the script files. The language itself is quite simple and has been specialized for application automation. more⇛ by Group Public on Saturday February 06 2010 @ 08:41:11 (1/1 Points) |
Language ↪Reference |
withvectorwithvector is an extended rvalue→ which creates a vector: an ordered set of values. more⇛ by Group Public on Friday September 18 2009 @ 13:23:47 (1/1 Points) |
Language ↪Reference |
foreachforeach is a looping construct used to iterate the values in a list, set, map, or other collection. more⇛ by Group Public on Friday September 18 2009 @ 13:17:50 (1/1 Points) |
Language ↪Reference |
RegexA regex, or regular expression, is a pattern which can be used to match and extract from textual data. more⇛ by Group Public on Wednesday August 05 2009 @ 14:57:21 (1/1 Points) |
Language ↪Reference |