nxm.<opt>.test.filename.prm
syntax for files in
the test area.EQT
(equals with
tolerance) for cases where minor rounding errors are not a problem.FILE
command to open the file and then use
getDataTable(offset)
to read an individual row.IF
:
IF
contains many tests that are useful when writing test
macros. Some of these include:
EQT | Numeric equality with a tolerance. |
FEXISTS | Tests to see if a file exists. |
REXISTS | Tests to see if a result exists. |
FEQ | Tests file equality. |
IF
.Don't Make This Mistake: |
---|
![]() FEQ/B ) between files created on different systems, the
test may fail, even though the data in the file is correct. In general you should avoid
the use FEQ/B when working with a Data File (Blue File).
|