OUTPUT

Output a value or expression.

        <set name="dbid" query="select id from table"/>
        <output value="New id is: #{dbid}"/>


1. Allowed Content

EMPTY

2. Attributes

AttributeValue(s) Default Value
expr

Variable expansion is performed and the resulting expression is evaluated as an xpath expression. Variable expansion is first performed on global vaiables and then on the javascript of the current HTML page.

CDATA
#IMPLIED
query CDATA #IMPLIED
stepid CDATA #IMPLIED
value

Variable expansion is performed.

CDATA
#IMPLIED

3. Content Declaration

Empty

4. Parent Elements

steps   -- This element contains all the test steps.
suite   -- Define a set of steps which can be "called" from a run element.
with   -- Group together a set of steps that use the same page definition.

Top Elements || All Elements || Tree


test DTD