解決方案
您可以使用
If step和
UIMsg_OpenWindows message來開啟特定site的execution window。
- 將If step放到MainSequence中。
- 切換至Step Settings的Expression頁籤。
- 輸入RunState.TestSockets.MyIndex == 2
- 在If和End step之間插入Statement step。
- 切換至Step Settings的Expression頁籤。
- 輸入RunState.Thread.PostUIMessageEx(UIMsg_OpenWindows, 0, "", RunState.Execution, True)

當一個Sequence開始進行16 sites平行測試時,僅有Site 2的execution window會被開啟。