jmeter-pluginstaurus

How to install the Taurus framework in a Windows 10 machine without internet connection?


I would like to install the Taurus framework in a Windows 10 machine without internet connection and use it to run some jmeter scripts. How do I do that?


Solution

    1. Install Python

    2. Install Microsoft Visual C++ Build Tools

    3. Install Taurus using pip like:

      pip install bzt
      
    4. Download JMeter

    5. If your test is using JMeter Plugins install JMeter Plugins Manager and use it to get all the plugins you need

    6. Copy whole Python installation to your Windows 10 machine

    7. Copy JMeter installation to your Windows 10 machine and drop it under %USERPROFILE\.bzt\jmeter-taurus\5.4.1 (you might need to replace it with your own JMeter version)

    8. Add Scripts folder of your Python installation to your system PATH