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
120 questions
6
votes
2 answers

JMeter : Generating the default html report not possible with Taurus

I am currently making a POC with Taurus tool. In our company we use both JMeter and Gatling for now. I was able to obtain in my tests the Gatling report without any complex configuration but it was not possible with JMeter to obtain its…
Loc Ann
  • 445
  • 5
  • 21
4
votes
2 answers

Running concurrent users with Taurus using a Robot-Framework Script

I have prepared a robot test script and now I'm trying to run the script in multiple browsers ( same time ) using Blazemeter - Taurus. The Tauyus yml file looks like the code bellow. I have used the same method in JMeter and Taurus seems to run…
Muditha Perera
  • 768
  • 4
  • 19
2
votes
1 answer

taurus - to assert if redirected url is correct

scenarios: RedirectURL: variables: baseurl: https://www.example.com headers: Authorization: example retrieve-resources: false follow-redirects: true requests: - url: https://www.example.com method: GET …
user3920295
  • 789
  • 1
  • 11
  • 24
2
votes
1 answer

Taurus : Using an external properties file instead of specifying in YAML

In Taurus is it possible to use an external properties file for specifying properties ? I have read this but didn't find the solution. My concern is that I have something like 40 properties in existing user.properties and don't want to move them in…
Loc Ann
  • 445
  • 5
  • 21
2
votes
1 answer

Taurus/JMeter < 1ms granularity?

I'm trying to get a baseline benchmark of an API before making some changes and I've been given the requirement that the changes can introduce a maximum of 1 millisecond of additional time to each request. Taurus/JMeter seems to only be able/willing…
David Young
  • 421
  • 1
  • 4
  • 13
2
votes
1 answer

hold-for analogue for distributed jmeter test in taurus

How can be a parameter like hold-for used for concurrent be set up for distributed test in taurus: Say, I would like execution: - distributed: - host1.mynet.com - host2.mynet.com - host3.mynet.com scenario: some_scenario hold-for:…
Ilya Yevlampiev
  • 2,330
  • 2
  • 28
  • 47
2
votes
1 answer

Taurus Transcation controller child in report

Hi I am running running my jmx files using taurus. execute.sh contains bzt a.jmx bzt b.jmx bzt c.jmx bzt d.jmx my Jmx file contain trasnction controller. eg: -TG: ---Transaction controller ----->HTTP1 ----->HTTP2 Scripts are executed…
Hexgear
  • 87
  • 1
  • 7
2
votes
1 answer

Generating html report in workspace with Taurus and Performance plugin in Jenkins

I am using Taurus with Performance plugin to run my Jmeter tests in Jenkins. Although I get the Performance report in Jenkins but I am not getting an html file generated in the workspace which I can send in the email body as report. Currently in the…
jeevan
  • 21
  • 1
2
votes
1 answer

Auto tune jvm in taurus container

You can set a jvm memory settings and Taurus but does it support Dynamic tuning at all? Is there a setting to tune the jvm relative to the number of CPUs and memory available on the system? It would be nice not to have to script this…
red888
  • 18,164
  • 26
  • 123
  • 237
2
votes
1 answer

Python throws error when I tried to install Taurus

I am new to Taurus , when I tried to install Taurus manually for the Jmeter by following the below steps(Install Taurus) throwing error. see the below the screenshot. I have downloaded Python 2.7.13 and Installed It. I have downloaded Taurus exe…
rpagadala
  • 650
  • 1
  • 12
  • 29
2
votes
1 answer

How to run together Cucumber and Gatling

I am new to test and during my intership, I had to look for some good tools to automate functional tests. So I made a lot of searches and decided to use Cucumber, linked with Selenium and SoapUI. But the fact is that another search had been made…
Laura G
  • 155
  • 13
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…
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
  • 93
  • 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
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?
matchish
  • 1,671
  • 3
  • 14
  • 28
1
2 3 4 5 6 7 8