can we upload test scripts results to Azure Devops from excel file ?

Srirekha, Paritala (Contractor) 0 Reputation points
2023-09-20T03:43:52.4833333+00:00

I want to upload my test cases along with its Pass or Failed status to Azure Devops. Is that possible?

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
262 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
6,090 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,131 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 32,011 Reputation points Microsoft Employee
    2023-09-20T05:43:58.39+00:00

    Hi Srirekha, Paritala (Contractor) ,

    Welcome to Microsoft Q&A platform and thanks for posting your query here.

    As per my understanding , you want to load data from excel to Azure devops . Do you want to achieve it using Azure data factory pipelines?

    Since Azure data factory doesn't have connector for Azure devops , you can try using web activity in ADF and use DevOps REST API and do a post request. Additionally, you can use Logic app which has Azure DevOps connector which can do the job

    Reference documents:

    Upload a text file in azure devops

    Create Test plans in azure devops

    Azure DevOps connector in logic app
    User's image

    Hope it helps. Please let us know how it goes. Thankyou

    0 comments No comments