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
0
votes
1 answer

How to use Taurus to modify a jmeter script

I'm trying out taurus to run some existing jmeter scripts, setting various properties to local values. I can use the -gui mode to load the modified script in the jmeter GUI and debug. However, I can't update this and replace the original file…
moreginger
  • 530
  • 1
  • 5
  • 10
0
votes
1 answer

Taurus NUnit runner not finding tests

I have a simple NUnit test that makes a simple WebAPI call: [TestFixture] public class PerformanceTests { private const string web_api = ; [Test] public async Task PerformanceTest() { var response = await…
asoser
  • 1
  • 2
0
votes
1 answer

How can I execute Taurus junit?

I made a taurus test spesifcation: execution: - executor: junit iterations: 5 # loop over test suite for 5 times concurrency: 20 # number of virtual users ramp-up: 1m # time of load growing steps: 5 #…
stein korsveien
  • 1,047
  • 5
  • 13
  • 35
0
votes
1 answer

Gatling - Taurus querying results

I am running Gatling through Taurus querying some REST endpoints using the following yaml configuration execution: - executor: gatling concurrency: 1 hold-for: 30s ramp-up: 3s scenario: Thread Group scenarios: Thread Group: requests: -…
Steve
  • 4,388
  • 3
  • 17
  • 25
0
votes
2 answers

Taurus cannot load JDBC driver

I have a .jmx file that uses SQL JDBC driver. When I run it using jmeter.bat, it runs without issues. However, running it with Taurus fails with message java.sql.SQLException: Cannot load JDBC driver Anyone knows why so? My JMeter is installed at…
JustAPup
  • 1,720
  • 12
  • 19
0
votes
2 answers

Taurus failed execute apachebenchmark on windows

I'm using Winsows 7 and download latest Taraus installation, Download updated ApacheBenchmark from ApacheServer installation. I'm trying execute ApacheBenchmark using Taraus's Simplest working example Calling bzt config.yaml but failed with Invalid…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
1 answer

JMeter - Send Asynchronous requests dependent on timeout

I have a Test plan with several HTTP request I want to reach a certain TPS. Some request takes more than a few seconds, and I want to execute them in asynchronous way so I'll continue executing other request while waiting for response asynchronously…
Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
votes
1 answer

file path issue with Taurus in Blazemeter

I have to run my selenium based UAT in blazemeter. I configured the Tauras YAML file as : execution: - executor: selenium runner: pytest iterations: 1 concurrency: 10 scenario: simple scenarios: simple: script: TestSail.py I have…
Harun Guna
  • 129
  • 1
  • 1
  • 7
0
votes
1 answer

Is my server too weak to run a simple JMeter test plan with 150 concurrent users?

I'm trying to create a Load Test with JMeter. I have a pretty simple test plan that: Contains all the standard HTTP Cookie Manager, Cache Manager etc. Contains a CSV Data Set Config with one million valid user names. It accesses the login page and…
VPersson
  • 33
  • 4
0
votes
1 answer

Implement Jmeter/taurus with Openshift

I am Implementing Jmeter/taurus for performance testing for microservices. We are using Openshift PaaS solution to run all microservices. I am able to deploy jmeter/taurus inside Openshift using jenkins pipeline and generated the taurus report using…
Aryan johan
  • 61
  • 1
  • 9
0
votes
1 answer

How to display percentile stats per URL on the console

I'm am working on writing some performance tests using Taurus & Jmeter. After executing a set of tests on a some URLs, I see the stats on console as below. 19:03:40 INFO: Percentiles: +---------------+---------------+ | Percentile, % | Resp. Time, s…
Naren
  • 298
  • 2
  • 10
0
votes
1 answer

How to replace jmeter keys when running Taurus

Problem: I am currently hard coding a password in my jmeter .jmx test file. I want to be able to either set this in the config.yaml or on the command line using something like a "-o modules.jmeter.properties" switch (to replace this in the CI…
Scotty G
  • 11
  • 1
  • 6
0
votes
1 answer

Taurus / performance tests: verify data inside a JsonArray

I extract a JsonArray containing a list of string, and I want to validate by a regex each string inside this object. Problem, I don't seem to find any answers on the Taurus' website. Do you know how I can do it ? Example below: # Verification of…
MrNierda
  • 412
  • 1
  • 8
  • 19
0
votes
1 answer

How to fix psutil issue - Taurus

I executed taurus starting one .jmx file from a Jenkins job to run jmeter test and send the report to Blazemeter. The job is connected to a slave of Windows Server, where extract the .yaml (taurus file) and .jmx (jmeter file) of this. The job is…
Carlos Andres
  • 12,740
  • 7
  • 18
  • 34
0
votes
1 answer

Shiftleft - Script Convert Blazemeter from command?

Exist some way where can I use Script Convert from command line? I want to automatizate it executing the yaml file generated by shiftlef and then execute Taurus from jenkins job. My issue is which I cant execute the convert and download the yaml…
Carlos Andres
  • 12,740
  • 7
  • 18
  • 34
1 2 3
10
11