238 Chapter 5
Storing and Retrieving Test Results
Customizing a Simple Test Database
Figure 5-16. A Search Operation with DataSets
Creating an Operator Interface for a Search Operation
This exercise adds a menu for an operator to extract data from the test results
database. The operator interface is secured to avoid accidental modifications
to the program.
The specifications of the program are as follows:
n Provide a test menu that will allow operators to select a particular test
from
test0 through test9, from which they want all related test data.
n Display the specified test results with the fields and values labeled. The
operator should be able to interact with the display to gain more detailed
information.
n Include clear operating instructions.