The Test UUTs main Execution entry point is the sequence the controlling execution runs.

Open <TestStand>\Components\Models\TestStandModels\ParallelModel.seq in the TestStand Sequence Editor and select the Test UUTs sequence on the Sequences pane to examine the Parallel process model Test UUTs Execution entry point, which performs the following significant actions:

  1. Calls the Initialize Execution Entry Point plug-in utility sequence.
  2. Calls the Model Plugins – Begin sequence.
  3. Calls the ProcessSetup callback.
  4. Calls the Run UUT Info Dialog utility sequence.
  5. Creates and initializes the test socket executions.
  6. Calls the ProcessDialogRequests utility sequence.
  7. Waits for test socket executions to complete.
  8. Calls the ProcessCleanup callback.
  9. Calls the Model Plugins – End sequence.