This is dedicated to sharing solutions that I come across working with customers world wide.
- JMeter example scripts for various scenarios: JMeter Scripts
- Docker based JMeter load testing rig: Docker Test Rig
- Unit tests that are used to verify that a JMeter load test passed or failed from the azure-pipelines.yml buidl: JMeter load test verify project
- SQL Server [SSIS Unit Tests](./SSIS Unit Testing)
- Dynamics 365 FinOps test automation
The azure-pipelines.yml is an Azure DevOps pipeline script which has the following features:
- Creates a Kubernetes JMeter test rig targeted for Azure Kubernetes Services
- Executes a JMeter test script and then attaches the JMeter Dashboard report as an artifact
- Executes the test cases contained in the JMeter load test verify project
- Compares the % of KO against a configurable target
- Checks if the JMeter AutoStop Listener fired
- Adds an example custom section to the Azure Build Summary which will later contain load test metrics.