-
Hands-on demo – Identify performance regressions with Azure Load Testing and GitHub Actions
Hands-on demo – Identify performance regressions with Azure Load Testing and GitHub Actions To identify performance regressions with Azure Load Testing and GitHub Actions, you can integrate load testing into your CI/CD pipeline. This ensures performance metrics are evaluated with every change in code, helping… [ Read More ]
-
Exploring the Azure Load Testing
Exploring the Azure Load Testing Azure Load Testing is a managed service that allows you to generate high-scale load on your applications to evaluate their performance, scalability, and reliability under different conditions. It integrates with Azure DevOps and other Azure services, providing seamless configuration and… [ Read More ]
-
Setting up and running availability tests in Azure DevOps
Setting up and running availability tests in Azure DevOps Setting up and running availability tests in Azure DevOps involves creating health endpoints in your application and using tools to monitor their availability and responsiveness. Here’s a step-by-step guide. 1. Create Health Endpoints in Your Application… [ Read More ]
-
Understanding Shift-Left in Azure DevOps
Understanding Shift-Left in Azure DevOps Shift-Left Testing is a proactive approach in software development where testing is performed earlier in the development lifecycle to identify and fix defects as soon as possible. In Azure DevOps, Shift-Left practices integrate testing, quality assurance, and automation directly into… [ Read More ]
-
How to create and configure users accounts and explore user account properties in Microsoft Entra ID
Configuring user accounts and managing user account properties is a core task in Microsoft Entra ID (formerly Azure Active Directory or Azure AD). Entra ID enables administrators to create, configure, and manage users, as well as define user attributes to control access to various resources… [ Read More ]
-
Learn how to establish automated integration and functional test automation processes in Azure DevOps
Learn how to establish automated integration and functional test automation processes in Azure DevOps Here’s how to configure automated integration and functional test automation in Azure DevOps while aligning with the Agile Testing Quadrants: Here's the Step-by-Step guide to setup test automation in Azure DevOps.… [ Read More ]
-
Learn about the Structure Log Analytics Queries in Azure
Log Analytics queries in Azure are written using a query language called Kusto Query Language (KQL). The structure of Log Analytics queries typically involves the following components: Data Sources (Tables) Azure Log Analytics stores data in various tables based on the data type, such as… [ Read More ]
-
Configuring automated integration and functional test automation in Azure DevOps
Configuring automated integration and functional test automation in Azure DevOps Configuring automated integration and functional test automation in alignment with the Agile Testing Quadrants requires a structured approach to ensure proper coverage and quality. Here’s how you can achieve this. Understanding the Agile Testing Quadrants… [ Read More ]
-
Hands-on demo – Setting up Service Connections in Azure DevOps
Hands-on demo – Setting up Service Connections in Azure DevOps Here’s a step-by-step guide to set up a service connection in Azure DevOps. This demo assumes you're using the Azure DevOps web portal. 1. Navigate to Project Settings Open your Azure DevOps project. In the… [ Read More ]
-
Provisioning and configuring target environments as part of Release Pipeline in Azure DevOps
Provisioning and configuring target environments as part of Release Pipeline in Azure DevOps Provisioning and configuring target environments as part of a release pipeline in Azure DevOps involves several steps depending on the environment type (on-premises servers, IaaS, PaaS, FaaS, clusters) and the service connections… [ Read More ]