Showing category results for Test

Jul 20, 2023
Post comments count3
Post likes count2

Improvements to code coverage experience under test automation

Ravi Kumar

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
Jun 8, 2023
Post comments count8
Post likes count2

The evolution of quality assurance and how Azure Test Plans is driving the future of manual testing

Ravi Kumar

The Deming Prize from Japan is the highest honour in Total Quality Management in the world. Japanese products are known for their superior quality, but it wasn’t always the case. In the 1950s fresh out of defeat in the World War 2, Japan was desperately trying to shift manufacturing from military to civilian products for trade. However the poor qua...

TestDevOps
May 26, 2023
Post comments count2
Post likes count3

Improved Flaky Test Management in Azure Pipelines

Ravi Kumar

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 d...

Test
Mar 7, 2023
Post comments count0
Post likes count4

Integrate Azure Load Testing into Azure DevOps

April Yoho

Azure Load Testing became generally available in February 2023. It shipped with a lot of new features that were requested by you, the community. You can get started quickly from within the Azure portal, or upload your own custom JMeter script. Azure Load Testing allows you to find bottlenecks within your application stack, load testing your applica...

Azure & CloudDevOpsCI/CD
Feb 25, 2022
Post comments count2
Post likes count0

Top stories from the #AzureDevOps #community for 2022.25.02 are here!

April Yoho

Welcome back! I am April Edwards and every week I try to bring you the latest updates from around the DevOps on Azure community. If you have a post you’d like to have me include, I am always listening. You can reach out on Twitter or LinkedIn and I will be sure to share your latest post with the community. Also, be sure to tag your posts with #Azur...

DevOpsAzure & CloudCommunity
Oct 22, 2020
Post comments count0
Post likes count0

Things to consider when running visual tests in CI/CD pipelines: Getting Started (Part 1)

Jessica Deen

Testing - it's an important part of a developer's day-to-day, but it's also crucial to the operations engineer. In a world where DevOps is more than just a buzzword, where it's become accepted as a mindset shift and culture change, we *all* need to consider running quality tests.

TestCI/CD
Aug 1, 2019
Post comments count3
Post likes count0

Support for large test attachments now available in Azure Pipelines

Divya Vaishnavi

With this update, Azure Pipelines supports test attachments bigger than 100MB in size, which means you can now upload big files like crash dumps or videos with failed tests, aiding your troubleshooting experience.

Azure & CloudCI/CDTest
Apr 12, 2019
Post comments count8
Post likes count1

Changes to Coded UI Test in Visual Studio 2019

Prachi Bora (MSFT)

We've been recommending for a while that customers use the open source tools Selenium and Appium tools, therefore the Visual Studio 2019 release marks their final deprecation. We recommend using Selenium for testing web-applications and Appium with WinAppDriver for testing desktop (WPF, WinForms, Win32) and UWP apps.

Test