The default TestStand schema logs station, batch, UUT, and execution information to this table.

Table 13. UUT_RESULT Table Schema
Column Name Data Type Description
ID Primary Key Unique value that identifies each entry in the table. For Access and SQL Server, the default process model assumes this column increments automatically. For Oracle, the default process model uses an Oracle SQL sequence to generate a unique number.
STATION_ID String Station ID, usually the computer name.
BATCH_SERIAL_NUMBER String Serial number of the batch. This applies only to executions that use the Batch process model.
TEST_SOCKET_INDEX Number Test socket for the UUT. This applies only to executions that use the Parallel or Batch process models.
UUT_SERIAL_NUMBER String Serial number of the UUT.
USER_LOGIN_NAME String Login name of the user who tested the UUT.
START_DATE_TIME Date-time Time and date at which the UUT test began executing.
EXECUTION_TIME Number Number of seconds the UUT test took to execute.
UUT_STATUS String Status of the UUT test.
UUT_ERROR_CODE Number Error code when the UUT test status is Error.
UUT_ERROR_MESSAGE String Error message when the UUT test status is Error.
PART_NUMBER String Part number for the UUT.
TSR_FILE_NAME String Name of the offline results log file that created the UUT record.
TSR_FILE_ID String ID of the offline results log file that created the UUT record.
TSR_FILE_CLOSED Boolean Indicates whether the offline results file was closed properly.