test-manager
latest
false
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Guía de usuario de Test Manager

Última actualización 13 de mar. de 2026

Solución de problemas de pruebas de rendimiento

Consulta la lista de errores comunes y escenarios fallidos de depuración.

Selector not found

Solución: actualice los selectores de IU y valide en Studio.

Package mismatch

Solución: actualice a versiones de paquete compatibles y vuelva a implementar.

Robot connection issues

Solución: comprueba la configuración y las credenciales de Orchestrator.

Debugging failed scenarios

Solución: utiliza los registros de la aplicación, profundiza en los detalles del error HTTP y analiza los gráficos de uso de la infraestructura para aislar las causas raíz.

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. Interpreta los resultados.
    • 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>

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado