background image
<< 4Test syntax features | Using Drag-and-Drop >>
character precedes
<< 4Test syntax features | Using Drag-and-Drop >>
User's Guide
529
A QA O
RGANIZER
K
EYWORDS
The # operator
When a # character precedes a QA Organizer statement, the statement will
double as a test description in the testplan. This helps eliminate possible
redundancies in the testplan. For example, the following test description and
script statement:
Script is test.t
script:test.t
can be reduced to one line in the testplan:
#script: test.t
QA Organizer considers this line an executable statement as well as a
description. Any statements that follow this "description" in the testplan and
that trigger test execution must be indented.
Comments
Use two forward slash characters to indicate that a line in a testplan is a
comment. For example:
// This is a comment
Comments preceded by // do not display in the results file.
You can also specify comments using the comment statement; these
comments will display in the results files. For more information, see "Adding
comments that display in the results" on page 57.