Forum Discussion
Arpitha1265
Apr 03, 2024Copper Contributor
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.
Joe_Smith_OpsHub
May 27, 2025Copper 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!