- Erste Schritte mit der Test Suite
- Studio
- Test Suite – Studio
- Überblick
- Testaktivitäten und APIs
- Orchestrator
- Testing Robots
- Test Manager
- Den Test Manager lizenzieren
- Schnellstartanleitung
- Anforderungen
- Assigning test cases to requirements
- Linking test cases in Studio to Test Manager
- Unlink automation
- Delete test cases
- Dokumentieren von Testfällen mit Task Capture
- Erstellen von Testfällen
- Klonen von Testfällen
- Exportieren von Testfällen
- Testfälle automatisieren
- Manuelle Testfälle
- Anwenden von Filtern und Ansichten
- Testsätze
- Ausführen von Tests
- Dokumente
- Berichte
- Daten exportieren
- Massenvorgänge
- Fehlersuche und ‑behebung
Test Manager API integration
Test Manager Software Development Kit (SDK) provides Test Manager integration with your development tools. Through this type of integration, you can synchronize artefacts (requirements, stories, defects) and bring UiPath® automation capabilities.
The following architecture diagram describes the integration capabilities with UiPath® components and 3rd party tools. For more information, see Application Lifecycle Management Integration Patterns.
Anhand der folgenden typischen Szenarien können Sie nachvollziehen, wie die Integration funktioniert:
- Synchronisieren externer Anforderungen
- Erstellen von Fehlern in externen Tools
- Zuweisen der Automatisierung zu externen Testfällen
- Abrufen von Ergebnissen in externe Tools
The main purpose of synchronizing artefacts such as requirements is to assign test cases to them. This shows the requirements that have been covered through the test cases. To achieve this, you need to synchronize all the requirements from your external tool to Test Manager. To take this action in Test Manager, see Requirements.
When you synchronize external requirements to Test Manager, consider the following:
- The external tool is primarily used in the testing process. Externally synchronized requirements show up as read-only in Test Manager.
- Die Anforderungen im Test Manager werden mit dem externen Tool aktualisiert.
- Deleting all artefacts and any related records in Test Manager through a cascading delete is possible but not considered good practice.
- Bei der Beschreibung der Anforderungen kann Markdown zur Formatierung verwendet werden.
Test Manager provides a webhook that is invoked when you create a defect from a test case log (see Execution). You can configure an integration for your Test Manager project to receive test case log information required for defect creation (e.g. Jira Server). You can quickly access the tool where the defects are created by navigating to Execution > Test Case Key > Defect.
To enable automation capabilities through Studio, you need to synchronize your test cases to Test Manager.
Wenn Sie externen Testfällen eine Automatisierung zuweisen, sollten Sie Folgendes beachten:
- The external tool stores the mapping information between external test cases and corresponding artefacts in Test Manager.
- You can assign automation after the test case has been synchronized with Test Manager.
- Das Anzeigen von Automatisierungsinformationen in den externen Tools zeigt an, dass die Automatisierung zugewiesen wurde. Dies gilt als bewährte Vorgehensweise.
TestExecution
objects through Test Manager REST API. The TestExecution
object is composed of results generated during test set execution. TestExecution
holds a reference to TestCaseLogs
objects that represent the test case results.
Sie müssen die Ergebnisse in regelmäßigen Abständen abrufen. Sie sollten neue Ergebnisse alle 20 Sekunden oder öfter abrufen.
Sie müssen Ihre Integration als individuellen Dienst einrichten. Es gibt keine Einschränkungen in Bezug auf die Technologie, die von Ihrem externen Tool verwendet wird, solange es RESTful Web Services nutzen kann.
In the following diagram, you can see an example of how the artefact synchronization works from your external tools to Test Manager.