test-manager
latest
false
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Test Manager 用户指南

上次更新日期 2026年3月13日

性能测试故障排除

请参阅常见错误和调试失败场景列表。

Selector not found

解决方案:更新用户界面选取器并在Studio中进行验证。

Package mismatch

解决方案:升级到受支持的包版本并重新部署。

Robot connection issues

解决方案:检查 Orchestrator 配置和凭据。

Debugging failed scenarios

解决方案:使用应用程序日志,深入了解HTTP错误详细信息,并分析基础架构使用情况图表以隔离根本原因。

Troubleshooting Missing PT Metrics (Port 5671 Blocked)

If Performance Testing charts are empty or metrics are missing, it may be caused by a firewall blocking Port 5671, which is required for communication with Azure Event Hub. The Robot uses this port to send performance metrics to the PT Service. If the port is blocked, metrics cannot be transmitted.

Solution:
  1. Run the following command on the Robot machine using Windows PowerShell.
    Test-NetConnection -ComputerName <http://tmh-prod-tmh-eus-ehn.servicebus.windows.net|tmh-prod-tmh-eus-ehn.servicebus.windows.net> -Port 5671Test-NetConnection -ComputerName <http://tmh-prod-tmh-eus-ehn.servicebus.windows.net|tmh-prod-tmh-eus-ehn.servicebus.windows.net> -Port 5671
  2. 解释结果。
    • Port is open (Expected). This means the Robot can successfully communicate with Azure Event Hub.
      TcpTestSucceeded : TrueTcpTestSucceeded : True
    • Port is blocked. This indicates that the firewall is blocking outbound communication on Port 5671.
      WARNING: TCP connect to (x.x.x.x : 5671) failedWARNING: TCP connect to (x.x.x.x : 5671) failed
      TcpTestSucceeded : FalseTcpTestSucceeded : False

      Allow the following outbound connection (firewall rule).

      ProtocolPortDestinationTCP5671*.<http://servicebus.windows.net|servicebus.windows.net>ProtocolPortDestinationTCP5671*.<http://servicebus.windows.net|servicebus.windows.net>

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新