You can connect manager controls to specific TestStand User Interface (UI) Controls to display the steps in a sequence file or an execution, the report for an execution, the sequence context for a sequence file or execution, and the set of step types and templates users can insert into sequence files.

Connect a SequenceFileView Manager control or an ExecutionView Manager control to a SequenceView control to display the steps of a sequence from a sequence file or execution. You can also connect an ExecutionView Manager control to a ReportView control to display the report for the execution.

Connect a SequenceFileView Manager control or an ExecutionView Manager control to a VariablesView control to display the sequence context for the sequence file or execution.

Connect a SequenceFileView Manager control to an InsertionPalette control so users can insert steps and template items into a sequence file by dragging or double-clicking.

Call the following methods to connect to view controls:

  • SequenceFileViewMgr.ConnectSequenceView
  • SequenceFileViewMgr.ConnectVariables
  • SequenceFileViewMgr.ConnectInsertionPalette
  • ExecutionViewMgr.ConnectExecutionView
  • ExecutionViewMgr.ConnectReportView
  • ExecutionViewMgr.ConnectVariables