TestPlan List
View Language: Recent Popular All Time
Document

as

as may be used in any case where an Extended RValue is allowed. That is, in any case where you pass a value to a function, or use a value in a list. more

by Group Public on Thursday July 10 2008 @ 14:15:42 (1/1 Points)

Language
↪Reference
Document

Extended RValue

An RValue in many cases may be replaced with an extended notation, the extended RVAlue. Typically this style of RValue has to be the last one specified in a list of RValues. An Extended-RValue follows the rules documented here. more

by Group Public on Thursday July 10 2008 @ 14:22:03 (1/1 Points)

Language
↪Reference
Document

RValue Expansion

Whenever an item reference is encountered during an RValue expansion that item is appropriately expanded. more

by Group Public on Thursday July 10 2008 @ 14:27:11 (1/1 Points)

Language
↪Reference
Document

with

with is recognized as one of the Extended RValue expansions. It introduces a new map. more

by Group Public on Thursday July 10 2008 @ 14:30:05 (1/1 Points)

Language
↪Reference
Document

set

set assigns a value to an item. more

by Group Public on Thursday July 10 2008 @ 14:35:37 (1/1 Points)

Language
↪Reference
Document

call

Call calls another unit, returning to this unit after the call. more

by Group Public on Thursday July 10 2008 @ 14:41:55 (1/1 Points)

Language
↪Reference
Document

Condition

Conditions are used in any case where a branch, or a boolean value is required (as explicitly marked in a function). more

by Group Public on Thursday July 10 2008 @ 14:44:03 (1/1 Points)

Language
↪Reference
Document

default

default sets an item to a default value if the item is not yet defined. more

by Group Public on Thursday July 10 2008 @ 14:46:15 (1/1 Points)

Language
↪Reference
Document

exec

exec is similar to call except the called unit is executed in a new Logical Root. This effectively isolates this unit from the calling test. more

by Group Public on Thursday July 10 2008 @ 14:47:58 (1/1 Points)

Language
↪Reference
Document

Function Calls

A function can be called in three different manners

User defined functions may be defined in the Script.FunctionMap context item. more

by Group Public on Thursday July 10 2008 @ 14:52:09 (1/1 Points)

Language
↪Reference
© 2008-2010 edA-qa mort-ora-y
Using Persephone and TestPlan
Tag: