Questions tagged [taurus]

Automation-friendly framework for Continuous Testing using JMeter, Selenium and other tools.

Taurus is a project on github under Blazemeter.

Official Website: https://gettaurus.org/

Taurus is a free and open source framework for Continuous Testing which helps you by hiding the complexities of running performance tests. Think of it as an automation-friendly wrapper - it cloaks nicely around JMeter, neatly covering all of its complexities and imperfections.

When running JMeter through Taurus you can:

  1. Run an existing JMeter script
  2. Create a new JMeter script very easily using a YAML text file
  3. Automate your script with Jenkins
165 questions
1
vote
1 answer

Best Practice to create Taurus yml for JMeter script containing several thread groups

A JMeter script has been developed as the following: Test Plan Concurrency Thread Group 1 (Target concurrency: ${__tstFeedback(TST Name,1,600,50)}) Sampler 1 Sampler 2 (this contains a throughout shaping timer) Concurrency Thread Group 2 (Target…
Sachin Patel
  • 39
  • 1
  • 7
1
vote
0 answers

How to solve the error with gatling launcher for jar in gatling scala? when upgraded from 3.7.6 to 3.9.0

How to solve the error with gatling launcher for jar in gatling scala? when upgraded from 3.7.6 to 3.9.0 I upgraded gatling version from 3.7.6 to 3.9.0 I updated the version in the build.gradle.kts file plugins { id(“scala”) id(“io.gatling.gradle”)…
1
vote
1 answer

JMeter-Taurus Docker Image Error - "No personal config found, creating one at /.bzt-rc"

I am trying to run a performance test within a Drone pipeline using JMeter-Taurus. I am pulling the latest (stable) image for blazemeter-taurus. However, when running the test in a pipeline the following error is returned. This is the contents of…
Sachin Patel
  • 39
  • 1
  • 7
1
vote
1 answer

Running Taurus BlazeMeter on AWS Lambda

I am trying to run a BlazeMeter Taurus script with a JMeter script inside via AWS Lambda. I'm hoping that there is a way to run bzt via a local installation in /tmp/bzt instead of looking for a bzt installation on the system which doesn't really…
1
vote
1 answer

Run JMeter tests with Taurus sequentially

I would like to run a few JMeter scripts sequentially , one after the other, in Taurus. I know that, as described here , it is possible to run multiple JMeter tests in parallel using Taurus but I would need to have a setup script finish before any…
user1934513
  • 693
  • 4
  • 21
1
vote
1 answer

How to install Taurus and Jmeter in Azure DevOps Pipeline with powershell script?

I am trying to install Taurus and JMeter on Azure DevOps Pipeline with PowerShell/Command line script. Is there any way or command that I can use for running the JMeter In Azure DevOps Pipeline without using Extension? Note: I don't want to use the…
1
vote
1 answer

How to set a different number of threads to a different thread group?

Here is my YAML config execution: - scenario: script: test.jmx concurrency: 3 iterations: 1 ramp-up: 1 reporting: - module: junit-xml filename: taurus-output/TEST-Taurus.xml I have 2 thread groups (A, B as an example) in my JMeter…
Yevhenii Chykalov
  • 380
  • 1
  • 2
  • 13
1
vote
1 answer

Is there a way to run only one test from the testplan using Taurus/JMeter?

I'm trying to run performance tests through Gitlab CI using Taurus and JMeter. I have a NavWeb.jmx containing many endpoints to test, but I'm trying to set up two jobs, one that runs the entire testplan and another containing a matrix of jobs where…
Aditya Pandey
  • 113
  • 1
  • 5
1
vote
2 answers

Taurus evaluate pass/fail criteria on Jmeter Apdex

I was wondering if there was a way to have Taurus report overall test failure on a bad apdex score. ie. Currently we can do avg-rt of login>1s, continue as failed But can we do something like apdex of login>.85, stop fail, if any apdex score is less…
1
vote
0 answers

Python: Scripts folder is blank and no pip files

Installed python installed on system of version 3.8.5 but there is an error with pip. pip is not installed Below is the path C:\Users\Comp1\AppData\Local\Programs\Python\Python38-32\Scripts Found some results and tried running python get-pip.py…
Dhanesh
  • 63
  • 1
  • 13
1
vote
2 answers

What does it mean extractor children scope in Taurus?

JMeter extractor in taurus have property scope(to check sub-samples) https://gettaurus.org/docs/JMeter/#Extractors scope: children Could you explain what does it mean in example?
Serhii Shliakhov
  • 2,631
  • 3
  • 19
  • 37
1
vote
1 answer

Taurus equivalent "Run Thread Groups Consecutively"

Given a single (.jmx) file - what is the equivalent to the following configuration in the image seen below. Taurus (.yml) Configuration included-configs: - Variables-local.yml # the file containing your properties definitions execution: …
Rob
  • 53
  • 1
  • 9
1
vote
1 answer

cannot copy from one stage to another in multi stage docker build

I want to create and execute performance tests against the application. For now, my idea was to use multi-stage build on the first stage to build the application, on the second - build the performance testing and start both application and…
lapots
  • 12,553
  • 32
  • 121
  • 242
1
vote
1 answer

Taurus Execution failure via yaml scripts for jmeter jmx scripts behind proxy

I am trying to execute some jmeter jmx scripts using Tarus via yaml scripts named "ParallelExecution.yml". Yaml Script: execution: - executor: jmeter execution: - scenario: script: C:\Users\SampleScripts\WSO2ServiceAPI.jmx - scenario: …
Angshuman Basak
  • 251
  • 1
  • 3
  • 15
1
vote
1 answer

taurus jmeter test fragment 'ERROR: Child Process Error: Empty results,...'

I have been using taurus to run multiple test modules as a single and complete test case and all well and good. Only now I have a need to make use of test fragment to avoid duplicating codes and I ran into an issue where taurus keeps complaining…
fossquest
  • 11
  • 2
1
2
3
10 11