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/

249 questions
19
votes
6 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
  • 619
  • 1
  • 6
  • 18
9
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
  • 389
  • 3
  • 5
  • 22
5
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
  • 356
  • 1
  • 6
  • 20
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?
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,226
  • 4
  • 21
  • 45
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
  • 2,352
  • 2
  • 12
  • 20
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…
3
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
  • 411
  • 2
  • 10
  • 25
2
votes
1 answer

JMeter HTTP Request Slow Response

I am using JMeter to perform load testing on HTTPS site. I created script using Blazemeter Script Recorder Manually, I am able to launch and login to website very efficiently. when I play script HTTP Request is working very slow. It take long time…
Aqdas
  • 966
  • 3
  • 13
  • 47
2
votes
1 answer

ERROR: RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend

I haven't been able to find any post related to this issue. I get the following error: 12:24:37 ERROR: RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, see…
Evan Gertis
  • 830
  • 4
  • 22
2
votes
1 answer

Execute javascript developed in node.js from jmeter jsr223 post processor

i have a javascript code written in node.js (VS Code), how to place it in jsr223 post processer.
2
votes
0 answers

Use WebRTC video call SDK for load/stress/performance testing

I have WebRTC video call SDK and WebRTC server. I wanted to Register more than 10000 user virtually to WebRTC server and do the video call in between them by using my SDK. Basically I wanted to do load/stress/performance testing using my SDK. Could…
2
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
  • 164
  • 2
  • 16
1
2 3
16 17