Postman + OAuth + Azure DevOps pipeline for API functional/integration testing

I recently had a chance to configure API functional tests and run them under the Azure DevOps pipeline. I struggled a bit and spent a couple of days spotting the way to get the security tokens from Azure AD B2C in the Azure CI/CD pipeline. Also handling the anti-XSRF token is a bit tricky part…

Securely configuring Azure DevOps pipeline for SQL unit testing

Introduction If you are aiming to securely configure your database unit tests in the Azure DevOps pipeline, the first challenge you might need to address is how to configure your connection strings. Unfortunately, no clear documentation explains the best practices around this area. The aim of this article is to cover the possibilities to configure…