Posts by this author

Jul 20, 2023
3
2

Improvements to code coverage experience under test automation

If you're using Azure DevOps for your CI/CD pipeline, you may be interested in our recent improvements to code coverage testing. Code coverage tests can help you identify areas of your code that are not tested, or not tested enough, and improve the quality of your automated tests and overall code quality. With our recent updates, you can now view ...

TestCI/CD
May 26, 2023
2
3

Improved Flaky Test Management in Azure Pipelines

In software development, testing is an integral part of the development process. Tests are used to verify that software behaves as expected, and they ensure that changes made to the code do not break existing functionality. However, there is a problem that often arises when running automated tests: Flaky tests. Flaky tests are tests that produce ...

Test

Feedback