342 Chapter 9
Test Sequencing
Creating a Test Execution Order
Figure 9-5. Accessing Logged Data
Note Each test creates a record, named with the test name, as it executes within
the
Sequencer. This record can be used in subsequent tests. For example,
you could enable
test2 if test1 passed (ENABLED IF: test1.pass ==
1
). If you need to access test data in an expression field while the test is still
running, test data is stored in the temporary record thistest.
5. Change the formula to read
Log.test1 and run the program again. It
should retrieve the entire record for
test1, which is indicated by the
braces around the three values in the display.
6. By changing the formula, you can access the
result, pass, name, and
other fields in the
test1 and test2 records. Select Logging tab in the
Properties
box and add the Nominal and Time Stamp fields to the
logged records. Access these new fields with the
Formula object.