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
21
votes
5 answers

Non HTTP response message: The target server failed to respond: Is my server failing to handle load

I have a prepared a jmx file using jmeter & ran that test case on blazemeter to test load on my server. After the test is done, I can see that one of my services are failing. Though not all the time, but some times. And in the error tab on…
Yeasin Hossain
  • 769
  • 2
  • 6
  • 23
15
votes
1 answer

Generate 'Random number' variables in JMeter

Is it possible to generate 'Random number' variables in JMeter? I have recorded a user journey I have imported the journey into JMeter I have to type in a unique 4digit id within my user journey test case Its default to 2323 at the moment in…
xGIx
  • 509
  • 3
  • 7
  • 26
6
votes
3 answers

How to handle an asynchronous request/response as part of a Gitlab CI/CD test

I am looking to migrate from Jenkins to GitLab CI/CD. We currently use the BlazeMeter plugin for Jenkins to run GUI Functional tests on Blazemeter as part of a Jenkins job. Unfortunately BlazeMeter doesn't have a plugin for GitLab but they do…
Fred
  • 335
  • 1
  • 6
  • 22
5
votes
4 answers

How to execute Ajax requests in JMeter?

I want to execute Ajax requests in JMeter. I record my test plan with JMeter and BlazeMeter but none can handle Ajax requests. How can I solve my problem? Or is there any tool that can send concurrent Ajax requests? Thanks in advance, M.A
Mitra Alidoosti
  • 67
  • 1
  • 1
  • 8
4
votes
2 answers

Jmeter: How to use ArrayList in Jmeter, Beanshell Sampler?

How to use Array list in Beanshell Sampler-Jmeter?
4
votes
1 answer

How to allocate different bandwidth for different user in Jmeter

I have 10 concurrent users, and for 2 concurrent users, I need to assign x bandwidth, for 6 users I need to assign y bandwidth and for remaining 2 I need to assign z bandwidth. How do I achieve the above scenario? Can I achieve this by using…
zzz
  • 497
  • 3
  • 14
  • 32
3
votes
2 answers

Taurus JSON Body post

I trying to use taurus and test my restapi. My restapi using JSON body in POST requests. So i can't find anywhere how to put json into my POST request. I tryed like this, but this not work. execution: - concurrency: 25 throughput: 25 …
3
votes
2 answers

JMeter: How is it possible to load test live streaming videos which wont be available during load testing

First I would like to know that lets say, there is live football match on 20th oct, 2018 and we have to load test live streaming of same match. Obviosuly, live will be available on date mentioned but how would I test for the live video streaming…
Anonymous
  • 858
  • 4
  • 27
  • 54
3
votes
1 answer

JMeter - If Controller not working for certain string contains condition?

Background: I have an API that returns a response like so: { "status": 1, "errorCode": null, "message": null, "data": [ { "id": 33, "snapshotId": 2, "ceId": 29, "month": "Feb", "corpRcvPayAmt": 100000, …
iamkenos
  • 1,446
  • 8
  • 24
  • 49
3
votes
1 answer

Response code: 400 Bad Request Error in Jmeter 4.0. Need assistance in fixing this error

I am using JMeter 4.0 for recording & running performance tests. I am also fairly new to this tool and for the 1st time, I'm getting Error 400 Bad request for which all the tests are failing. I am recording a website through VPN & trying it to run…
Souvik
  • 41
  • 1
  • 1
  • 5
3
votes
1 answer

SampleResult is not working as Expected with JSR223 sampler in JMeter

I have been working with JSR223 sampler with Java as chosen Language. My problem is that when I use SampleResult functions say SampleResult.sampleStart/End(), the error SampleResult: sampleStart called twice is displayed. The script: /*All…
Bala
  • 184
  • 3
  • 19
3
votes
1 answer

File upload request in SharePoint Website using JMeter proxy recording and load test fails

I have issues recording a file upload request using JMeter Proxy. The file could be selected with the browse option and on pressing the SAVE or SUBMIT button the page refreshes and goes to the initial state. I'm working on a load test project on a…
sudheeshcm
  • 3,310
  • 4
  • 14
  • 21
3
votes
1 answer

Getting error when executing smartjmx through jmeter for ecommerce site

I have recorded the smart jmx of ecommerce site with blaze meter but when i'm using the same file in jmeter getting error's. It's working fine till add to cart, when it processing the customer information throw exceptions. image
Ajay Kumar
  • 41
  • 2
  • 8
3
votes
2 answers

How hits/sec are calculated by blazemeter?

I ran a performance test run for 500VU by using "jp@gc - Stepping Thread Group". I noticed that, right from 200VU-500VU Load, the hits/sec was 20-25 consistently for 25min till the end of the run, error 0.04%. I know that I could control the…
2
votes
1 answer

How to interpret a PeopleSoft web server load test

I was conducting a load test on a PeopleSoft client's web server over the weekend. In all scenarios except the baseline scenario, I had a spike in errors around 4 mins into the test. In all scenarios the hits/s were different at this…
1
2 3
22 23