mrfelpa / AzureJMeterTest

This script automates the deployment and execution of a jmeter-based load test in the Azure Load Test Service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  • An Azure subscription with sufficient permissions to create Azure resources.

  • A jmeter (.jmx) file containing the load test script.

  • The Azure PowerShell Az.LoadTest module installed. Run the following command to install the module:

    Install-Module Az.LoadTest
    

Configuration

  • Replace the value with your Azure subscription ID.

  • Replace the value of with the path of the jmeter (.jmx) file that contains the load test script.

Running the Script

  • Open PowerShell as an administrator.

  • Navigate to the directory where you saved the script.

  • Run the script using the following command:

    jmeter-loadtest.ps1
    

About

This script automates the deployment and execution of a jmeter-based load test in the Azure Load Test Service.

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%