The Test UUTs – Test Socket Entry Point is the Execution entry point sequence the test socket executions run. The controlling execution creates the test socket executions in the Test UUTs Execution entry point sequence.

Open <TestStand>\Components\Models\TestStandModels\ParallelModel.seq in the TestStand Sequence Editor and select the Test UUTs – Test Socket Entry Point sequence on the Sequences pane to examine the Parallel process model Test UUTs – Test Socket Entry Point 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 PreUUTLoop callback.
  4. Initiates the UUT For loop.
  5. Calls the PreUUT callback. When no more UUTs exist, skips to .
  6. Calls the Model Plugins – Pre UUT sequence. When no more UUTs exist, skips to .
  7. Calls the Model Plugins – UUT Start sequence.
  8. Calls the PreMainSequence callback.
  9. Calls the MainSequence callback.
  10. Calls the PostMainSequence callback.
  11. Calls the Model Plugins – UUT Done sequence.
  12. Calls the Model Plugins – Post UUT sequence.
  13. Calls the PostUUT callback.
  14. Ends the UUT For loop block, looping back to begin the next UUT.
  15. Calls the PostUUTLoop callback. Performs any cleanup operations related to initialization operations performed in the PreUUT callback here when the process model exits the UUT loop.
  16. Calls the Model Plugins – End sequence. Custom process model plug-ins should perform any cleanup operations related to initialization operations performed in the Model Plugin – PreUUT entry point here when the process model exits the UUT loop.