Forum Discussion
RenuBabu
2 years agoFrequent Visitor
Unable to fetch Test Steps Data into PBI from Azure Devops Test Plan
Hi Team, I am trying to fetch the Test Steps data into PBI from Azure Devops Test Plans. I have used the below API to connect the data with Azure. I could fetch all the tables from azure like Te...
Anonymous
2 years agoNot applicable
Hi RenuBabu
To fetch Test Step data, you'll need to use the appropriate API endpoint
Please try this endpoint:
POST https://dev.azure.com/{organization}/{project}/_apis/test/Runs/{runId}/results?api-version=5.0
These links may help you:
Azure DevOps API: get all testcase steps - Stack Overflow
OData API versioning - Azure DevOps | Microsoft Learn
Aggregated view for test suites sample Power BI report - Azure DevOps | Microsoft Learn
Best Regards,
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- RenuBabu2 years agoFrequent Visitor
Hello Zhengdong Xu,
May I know which type of Authentication we need to give to connect the source?
And, also I am getting the below error while connecting to the Azure with the API that you have provided. Can you please assist on this.
Regards,
Babu