test-manager
latest
false
- 基本情報
- プロジェクト管理
- プロジェクトの運用とユーティリティ
- Test Manager の設定
- ALM ツールとの連携
- API 連携
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Test Manager ガイド
最終更新日時 2026年4月1日
よくあるエラーのリストと失敗したシナリオのデバッグについては、こちらをご覧ください。
Selector not found
解決策: Studio で UI セレクターを更新して検証します。
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 UiPath Robot uses this port to send performance metrics to the Performance Testing Service. If the port is blocked, metrics cannot be transmitted.
Context:
- Communication protocol
- Protocol: AMQP (Advanced Message Queuing Protocol)
- Transport: TCP
- Port: 5671
- 暗号化
- All communication is secured using TLS 1.2.
- Encryption in transit is enforced by Azure Event Hub.
- Data at rest is encrypted using Microsoft-managed keys UiPath does not apply additional encryption at the application layer.
- 認証
- Authentication is handled using Shared Access Signature (SAS) tokens.
- Tokens are issued and validated by Azure Event Hub.
- Only authenticated clients can publish messages.
- Endpoint details
- Endpoint format:
*.<http://servicebus.windows.net|servicebus.windows.net>. - Service: Azure Event Hub (Microsoft Azure managed service).
- Endpoint format:
- アーキテクチャの概要
- The Robot sends performance metrics using AMQP over TLS.
- Data is transmitted to Azure Event Hub.
- The Performance Testing service consumes the events.
- Metrics are processed and displayed in dashboards.
Solution:
- Run the following command on the Robot machine using Windows PowerShell.
Test-NetConnection -ComputerName tmh-prod-tmh-eus-ehn.servicebus.windows.net -Port 5671Test-NetConnection -ComputerName tmh-prod-tmh-eus-ehn.servicebus.windows.net -Port 5671 - 結果を解釈します。
- 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) failedTcpTestSucceeded : FalseTcpTestSucceeded : FalseAllow the following outbound connection (firewall rule).
ProtocolPortDestinationTCP5671*.<http://servicebus.windows.net|servicebus.windows.net>ProtocolPortDestinationTCP5671*.<http://servicebus.windows.net|servicebus.windows.net>
- Port is open (Expected). This means the Robot can successfully communicate with Azure Event Hub.
Additional information:
- If port 5671 is blocked, performance metrics cannot be delivered, resulting in empty charts.
- If connectivity is successful but metrics are still missing, further investigation of Robot logs is required.