360 Chapter 9
Test Sequencing
Storing and Retrieving Logged Data
Figure 9-16. Storing Logged Data with To/From File
Using the To/From DataSet Objects with Logged Data
Since you are storing test data as records, you may prefer to use the
To/From DataSet objects. In this case you do not need a Collector,
because you can append each run of the
Sequencer to the end of the
DataSet.
Modify the last program to look like Figure 9-17. The
To/From DataSet
objects are in the I/O menu. Notice the sequence line going into From
DataSet
. The sequence line is included because you want to wait for all
three runs to be appended to the
DataSet before you trigger From
DataSet
.