Questions tagged [blazemeter]

BlazeMeter is a self-service, web and mobile load testing platform (PaaS) providing developers an enterprise grade, out-of-the-box load testing solution. 100% compatible with Apache JMeter™. Start testing in under five minutes.

BlazeMeter is a commercial, self-service load testing platform-as-a-service (PaaS), which is fully compatible with open-source Apache JMeter. BlazeMeter provides an enterprise grade, ‘out-of-the-box’ load testing solution for the developer community.

BlazeMeter provides developers with tools for a simple integration into their native development environment by providing mobile, web application, website, web-service or database testing that can simulate thousands of users visiting a website simultaneously using the Amazon Elastic Compute Cloud (EC2) service. Users can run multiple load tests in order to locate and fix performance bottlenecks.

BlazeMeter's load testing platform has built-in integrations that can be extended with a series of custom plug-ins. BlazeMeter currently provides a free plugin to JMeter, a Drupal module, and a Jenkins CI plugin for load testing.

http://blazemeter.com/

334 questions
1
vote
1 answer

Taurus: Play a scenario every 5 minutes

I have an authenticate scenario which return a token. After 5 minutes (example), the token is expired. But this token is mandatory for the success of other scenarios. Now, I don't really want to run this scenario each time before the other…
MrNierda
  • 412
  • 1
  • 8
  • 19
1
vote
2 answers

How to share JSessionID between two thread groups in Jmeter

For my JMeter test, I would like to login once and then navigate the reports in my application concurrently with multi-threads. I created two thread groups that run consecutively, the first thread group contains the login HTTP requests that is set…
1
vote
2 answers

Using Taurus with Gatling fails with "Exception in thread "main" io.gatling.core.session.el.ElParserException"

I am trying to run Gatling with Taurus to experiment with it but it is not working as easily as expected. I have this code: execution: - executor: gatling scenario: sample scenarios: sample: script:…
Loc Ann
  • 455
  • 6
  • 24
1
vote
1 answer

ERROR: UnicodeDecodeError: 'charmap' - Taurus

Im working with JMeter and Taurus to run a couple of .jmx test created from JMeter, but when I run the following command: bzt xxxxx.jmx -report I got this error: 14:50:54 INFO: Taurus CLI Tool v1.12.0 14:50:54 INFO: Starting with configs:…
Carlos Andres
  • 12,740
  • 7
  • 18
  • 34
1
vote
1 answer

JMeter: Add/remove body HEADERS for parameters in multipart/form-data

I'm having hard time to change the header parameters(Content-Type: text/plain; charset=US-ASCII to Content-Type: application/json ) for POST call in JMeter - sending JSON Text as mutlipart/form-data parameter with content application/json. Tried…
JalVI
  • 23
  • 4
1
vote
1 answer

Chrome driver config - How to set Proxy port dynamically?

I want to launch chrome driver with a different proxy for each thread. My set up is: Thread Group - Minimum 5 number of threads JSR223 Sampler - Setting up proxy Chrome driver config - port is hard coded(8889) Transaction Controllers with…
Bala
  • 184
  • 3
  • 19
1
vote
3 answers

Selenium's JavascriptExecutor is not working in JSR223 sampler in JMeter

I want to measure performance of a Web page in real time. So, got the 1st option of JMeter with Selenium. I am able to do some navigations and click operations using JSR223 sampler in Java. But, while waiting for all the JQuery and DOM ready…
Bala
  • 184
  • 3
  • 19
1
vote
2 answers

Not able to run a Taurus performance test on an existing API

After installing Taurus on Win 10 machine and creating a new file for performance testing my API: perf-test-config.yml execution: - concurrency: 100 ramp-up: 1m hold-for: 2m scenario: helloworld-api-perf-test scenarios: quick-test: …
Nital
  • 5,784
  • 26
  • 103
  • 195
1
vote
2 answers

How to use cache manager for multiple users in Jmeter

I want to performance test a web application. My scenario is to take the metrics for multiple users (say 10) with cache. So i have added HTTP cache manager, but cache work per individual users. Is there any way to cache the files once and use it for…
Jugi
  • 1,244
  • 3
  • 23
  • 51
1
vote
1 answer

Load test run in Jenkins with Jmeter does not end

I'm trying to run load tests on Jenkins through Jmeter (with Blazemeter). I've installed: Install Jenkins on a machine that you have access to Install the Jenkins Performance Plugin on the machine with Jenkins Install Taurus on the Jenkins…
Hugo L.M
  • 1,053
  • 17
  • 31
1
vote
1 answer

How to get ctx value in JMeter using step-by-step debugger plugin?

I just installed the step-by-step debugger plugin and it seems very helpful. I read it from here: https://www.blazemeter.com/blog/step-step-debugger-jmeter-it%E2%80%99s-not-dream-anymore I am using a sampler SMTP which is inside an IF…
eeadev
  • 3,662
  • 8
  • 47
  • 100
1
vote
1 answer

How to change xml every time Taurus tests run?

I have following yaml for Taurus tests : - url: 'someURL' method: POST label: 'SomeLabel' headers: Content-Type: "application/xml" Authorization: "auth" remote_user: "someUser" body-file: './requests/some.xml' …
1
vote
1 answer

Target exception: org.openqa.selenium.WebDriverException: Permission denied to access property 'M'

I am running my this script is jmeter. It is working fine. But I am executing the same script in blazemeter there it was giving this error. I am using Firefox version is 45. and `Permission denied to access property 'M'what it means, I have used 45…
Vidya
  • 382
  • 1
  • 6
  • 17
1
vote
1 answer

Not able to record my android application in Jmeter. Showing SSL issue

In Jmeter, I am facing issues with SSL identification when tried to record the traffic on my mobile application. Error message I am getting is Problem with SSL certificate for url for XXXXXXXX Ensure browser is set to accept the JMeter proxy cert:…
1
vote
1 answer

JMeter: While sending post request data value with quote Jmeter is adding escape character during sending request to server

We want to post some data value with quotes, which is being captured using correlation String: Request_UserKey="==paddas" correlation regex used to extract value UserKey="(.*?)" we capture value without quotes with this regexp, captured value is…
Rahul
  • 11
  • 1