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

How to record adding to shopping card operation with Blazemeter

I want to run a test scenario where user add item to the shopping cart. I am recording the script using Blazemeter but when I record I only see going to the product page and going to the shopping card page. But I also want to record when it is…
1
vote
0 answers

How can you get API test results from blazemeter

Hi I'm an intern and i have an assignment in Blaze Merter online tool. I have set up a functional GUI test and a schedule where the test will be executed and we need to retrieve API results from those tests using a script or something like that so…
1
vote
1 answer

How to log regular expression extractor value in results when ran through blazemeter

How to log regular expression extractor value in results when ran through blaze-meter
Pasa
  • 37
  • 1
  • 4
1
vote
1 answer

What does Non HTTP response message: Socket closed means?

What does Non HTTP response message: Socket closed means ? During load test we see 30% of the time , call to third party failed.
Pasa
  • 37
  • 1
  • 4
1
vote
1 answer

What is the best solution to execute a load test to simulate 200k - 500k concurrent users?

I'm looking for the best solution to execute a load test to simulate 200k - 500k concurrent users to test the web app. Some scenarios have to do with video viewing, user content pushing (like pictures, video uploading), page viewing. One of the…
1
vote
1 answer

How to measure the start to endtime of a thread in JMeter

I have been trying to figure out how to measure the amount of time it takes a thread (virtual user) in JMeter to fully complete. I'm not necessarily concerned with response times at the moment. The API that I'm attempting to load test works in an…
so cal cheesehead
  • 2,515
  • 4
  • 29
  • 50
1
vote
1 answer

HTTP/2 Request with JMeter fails with "nullSession" (jetty-alpn)

I've installed the Blazemeter HTTP/2 Plugin for JMeter and have trouble getting HTTP/2 requests to work. My minimal test looks like this: Thread Group HTTP2 Request Server: stackoverflow.com Protocol: https View Result Tree Http2 Running…
Fabian Schmengler
  • 24,155
  • 9
  • 79
  • 111
1
vote
2 answers

JMeter - 407 Response message:Proxy Authentication Required while playback blazemeter recording

I have jmeter version 5.2.1. I have recorded a blaze meter script. I opened jmeter from command prompt using the below syntax (jmeter -H proxy -P 80 -u username -a password) Then on the GUI, I have given the proxy details in HTTPRequestDefault, also…
Jackranda
  • 57
  • 1
  • 1
  • 13
1
vote
1 answer

Jmeter HLS Plugin Error - master/slave configuration. Thread[StandardJMeterEngine,5,RMI Runtime] java.lang.NullPointerException: null

when using the Jmeter Streamer Plugin (HLS Plugin) in a distributed setup (master/slave), I'm getting an error message an no tests are run. I have not issue when accessing a mpeg-dash live video stream without a distributed setup. Everything works…
Ingo
  • 36
  • 6
1
vote
4 answers

Jmeter multiple concurrent users in single thread group

I have 1 thread group and I have defined 100 threads and 1 Iteration with a single HttpSampler. Basically I am testing a single GET API. Now, Jmeter should start 100 threads and then they should fire request to my server which have the API. The…
Number945
  • 4,631
  • 8
  • 45
  • 83
1
vote
1 answer

How to Order Runscope test steps using Terraform

When creating a Runscope testing using the Runscope provider for Terraform, each test is created as a separate resource that references the test resource. resource "runscope_test" "api" { name = "api-test" description = "checks the api…
Feckmore
  • 4,322
  • 6
  • 43
  • 51
1
vote
0 answers

Login using MFA using JMeter

So i am trying to login to my application through Jmeter , it requires MFA , and so it returns the token in a variable in the response header " i used blazemeter to record the login procedures it got , then i added a listener , reg expression and a…
Naila
  • 11
  • 2
1
vote
1 answer

Adding 'Notes' dynamically through taurus command line arguments

I'm using the blazemeter/taurus:1.13.2 Docker image with the blazemeter reporting module to execute tests. Is there a way from taurus command line that I can pass a value for the "Notes" field on BlazeMeter? I've passed other values successfully…
user2762956
  • 120
  • 1
  • 9
1
vote
1 answer

Blazemeter - Converting request stats into Second

How can I fetch Stats in the Second format instead of Millisecond?
alqoush
  • 21
  • 1
  • 7
1
vote
2 answers

Why we get Error in NonGUIDriver java.lang.IllegalArgumentException in blazemeter while execution?

I am getting below error while executing test in blazemeter. jmeter.JMeter: Error in NonGUIDriver java.lang.IllegalArgumentException: Problem loading XML from:'/home/jmeter/abc.jmx', missing class…
Nikhil
  • 393
  • 1
  • 6
  • 25