- Primeros pasos
- Gestión de proyecto
- Operaciones y utilidades del proyecto
- Configuración de Test Manager
- Integración de herramientas de ALM
- Integración de API
Se puede acceder a la definición de Swagger de la API de Test Manager de la siguiente manera, dependiendo de tu tipo de implementación:
-
On-premises - add
/swagger/index.htmlto your on-premises Test Manager URL. For example,https://HogwartsServer.com/swagger/index.html. -
Automation Suite and Automation Cloud - add the organization and tenant name, as well as
testmanager_/swagger/index.htmlto your Automation Suite base URL, following the syntax:https://AutomationSuiteURL/{organization_name}/{tenant_name}/testmanager_/swagger/index.html. For example, to access the Swagger for an Automation Suite deployment of Test Manager, a possible link could behttps://myasuite.westeurope.cloudapp.azure.com/testaccount/DefaultTenant/testmanager_/swagger/index.html.Nota:If you are using Automation Suite or Automation Cloud, all requests to Test Manager endpoints should include
/{organization_name}/{tenant_name}/.
La API que ves en Swagger depende directamente de la instancia de Test Manager que utilices. Para realizar solicitudes fácilmente directamente en la documentación de Swagger, simplemente inicie sesión en Test Manager en otra pestaña.