Forum Discussion

Arpitha1265's avatar
Arpitha1265
Copper Contributor
Apr 03, 2024

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

  • 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!

  • jkmaeda711's avatar
    jkmaeda711
    Copper Contributor
    Any idea how to get the test results from Tricentis Tosca back to Azure DevOps Test Plan?
    • Arpitha1265's avatar
      Arpitha1265
      Copper 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

Resources