STEP_SEQCALL Table Schema
- Updated2025-03-28
- 1 minute(s) read
STEP_SEQCALL Table Schema
The default TestStand schema logs subproperties of the Sequence Call step to this table.
Column Name | Data Type | Description |
---|---|---|
ID | Primary Key | Unique value that identifies each entry in the table. |
STEP_RESULT | Foreign Key | Step ID from the STEP_RESULT table that associates the result with a step. |
SEQUENCE_NAME | String | The name of the sequence that was called. |
SEQUENCE_FILE_PATH | String | The path to the sequence file. |