TestPlan List
View Language: Recent Popular All Time
Document

end

end 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
Document

optional

The 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
Document

while

while 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
Document

Keywords

The words in the language with special meaning. more

by Group Public on Sunday April 25 2010 @ 21:38:38 (1/1 Points)

Language
↪Reference
Document

Unit

A 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
Document

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
Document

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
Document

withvector

withvector 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
Document

foreach

foreach 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
Document

Regex

A 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
© 2008-2010 edA-qa mort-ora-y
Using Persephone and TestPlan
Tag: