Last updated
Azure DevOps is a cloud-based platform from Microsoft that provides tools to plan, build, test, and deliver software through all stages of the development lifecycle. Continuous Testing is integrated into the CI/CD pipeline using Azure Pipelines, automatically running tests on code commits or builds, with results tracked via dashboards and reports to ensure code quality throughout the process.
Early bug detection
Faster feedback
Improved release reliability
Note: Azure DevOps supports multiple scripting languages for pipeline execution (such as cURL, Shell-wget, Python, PowerShell). In this documentation, we have provided an example using Shell-wget. You can use other supported languages as needed.
Prerequisites for CI / CD Azure DevOps
Steps to navigate and copy Code snippet from Avo Assure
Steps to Azure DevOps Integration with Avo Assure
Last updated