Azure Test Plan
This document explains how to connect your Low Code Automation tests with Azure Test Plan test cases. With this integration, you can easily link and manage your tests in one place, improving test tracking, boosting collaboration, and providing better visibility into your testing process.
Link Azure Test Plan to Low Code Automation
To link Azure Test Plan with Low-Code Automation:
- Open Low Code Automation and record a test.
- Click the Map test case IDs button while saving the test.
- In the Map test case IDs dialog, select Azure Test Plan from the Test management tool menu.
- Enter the test case IDs in the Test case IDs field, separated by commas. Click Link test cases.
- Alternatively, link the test cases while editing the test. Click the Configurations tab. Under the Map Test Case IDs section, click the Map Test Case IDs button, then repeat Steps 3 and 4.
- Enter the name and click Save changes.
Export the test data in XML format
After test execution, go to the Builds section, select the desired build, and click the Download icon in the top right.
The XML file will be saved to your system in the following format:
Import test data XML into Azure Test Plan
After the test execution is complete and the XML file has been exported, you can import it into your Azure Test Plan tool.
Create an Azure pipeline and add script to:
- Fetch the XML using the Reports endpoint and store it in a specific path in the workspace.
- Publish the test result using the
Publish Test Result
task. For more information, see how to configure and use the Publish Test Results task.
In the cURL request, replace the YOUR_USERNAME
and YOUR_ACCESS_KEY
variables with your account’s username and access key.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!