Forum Discussion
Provide documentation for Tricentis Tosca - Azure DevOps integration using Microsoft hosted agents
Please provide documentation/detailed steps for Tricentis Tosca - Azure DevOps integration using Microsoft hosted agents in case of Distributed Execution/AOS.
4 Replies
- Joe_Smith_OpsHubCopper Contributor
Hi Arpitha1265,
Tosca (primarily a model-based test automation tool) and Azure DevOps (a broader ALM platform) are structurally quite different, which makes integration non-trivial. Here’s how teams typically approach it:
Challenge:
Tosca uses test cases, modules, and execution lists, while ADO has a completely different structure (test plans, test suites, test cases, runs). Field types, naming conventions, and workflows don’t match directly.Integration Approach:
You need a solution that can:- Map entities across both systems (e.g., Tosca test case ↔ ADO test case)
- Maintain relationships and hierarchies (e.g., test folders, execution results)
- Sync results, attachments, and statuses without losing context
- Support scheduling or event-driven automation of syncs
Why OpsHub Integration Manager (OIM) fits well:
- Handles structural mismatches with customizable mapping logic
- Enables bidirectional sync of test artifacts, execution results, and traceability links
- Preserves test hierarchies and relationships across tools
- Doesn’t require users to leave their tool—sync is background and real-time
- Offers compliance-ready trace logs and no-code customization
- Supports 70+ tools, so easy to extend integration beyond just Tosca and ADO if needed
Hope this helps!
- jkmaeda711Copper ContributorAny idea how to get the test results from Tricentis Tosca back to Azure DevOps Test Plan?
- Arpitha1265Copper Contributor
jkmaeda711 Please refer this blog https://documentation.tricentis.com/tosca/2320/en/content/continuous_integration/execution_api_integration.htm. The result API or summary API you can use to fetch the results to ADO
- jkmaeda711Copper ContributorThank you for your quick reply