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
2
votes
2 answers

Need to convert " & < to ", & , < in jmeter

I am trying to circumvent ADFS authentication and when i sign in to the application i get the below response from the server: name="wresult"…
2
votes
2 answers

JMeter - Performance Testing

I'm using JMeter for performance testing. I tried to use Blazemeter. I need to know main features of Blazemeter. Why Blazemeter is better than JMeter? Can anyone explain the reason and the major differences between JMeter and Blazemeter?
Girija V
  • 73
  • 9
2
votes
1 answer

Jmeter: Is it possible to run a particular thread group after all the other thread group gets completed

In JMeter, I have a requirement where I want to run a particular thread group after all the other thread groups complete their run, I know the tearDown thread group has the similar behavior but unfortunately, the logic has to be part of my regular…
2
votes
1 answer

Jmeter non http code error (org.apache.http.NoHttpResponse Exception)

I generated .jtl from JMeter and created auto generated report from blaze meter and it was working fine with HTTP status code 200. Now I am trying same with non-GUI mode and doing remote testing, trying to create test report from online blaze meter…
Aleena
  • 59
  • 7
2
votes
2 answers

JMeter:How to post cookie data in Request Header

I can able to get the "set-cookie" data by regular expression extractor/ by setting it in the JMeter user properties file but I can't get the following cookie data to use it in the "Request Header" as like defining user-agent. Cookie info displayed…
Das Prakash
  • 426
  • 1
  • 7
  • 16
2
votes
1 answer

Blazemeter: Does Jmeter engine in Blazemeter read data from csv file in sequentially order or in random order?

I have analysed that Jmeter is reading data from csv file in sequential order only(from row 1 to end of line) but I wonder how Blazemeter will read values from csv file! Whether sequential or random order? I am experiencing multiple login detected…
Das Prakash
  • 426
  • 1
  • 7
  • 16
2
votes
3 answers

Jmeter: Using Assertions on jmeter scripts being used in Blazemeter will it cause slowness/increase in response time?

I need clarification that if I use Assertion in our scripts will it make any slowness? I was using 10 to 15 assertion on my scripts and the type used are Response and Duration assertion, will there is any impact that could cause slowness/increase in…
Das Prakash
  • 426
  • 1
  • 7
  • 16
2
votes
1 answer

How generate maximum hits/s

I have recorder a simple flow using jmeter. I have multiple http requests under one thread group. I am trying to run this thread group for 50 concurrent users in blazemeter. But when ever i try to run the jmx file i can see that htis/s is around 3…
Yeasin Hossain
  • 769
  • 2
  • 6
  • 23
1
vote
2 answers

Important - Jmeter -UI endpoint - response time deferring from developer tool response time

For performance testing testing Jmeter UI - endpoint - response time deferring from developer tool loading time Ex Jmeter - endpoint response time is 615 Ms where in developer tool shows (Load: 13.30 s) Finish: 18.98 s Note : Jmeter capturing 35…
1
vote
1 answer

Running Taurus BlazeMeter on AWS Lambda

I am trying to run a BlazeMeter Taurus script with a JMeter script inside via AWS Lambda. I'm hoping that there is a way to run bzt via a local installation in /tmp/bzt instead of looking for a bzt installation on the system which doesn't really…
1
vote
2 answers

Blazemeter working mechanism in background

I am new in performance testing. I want to know how does Blazemeter internally work. How does it distribute load on multiple regions. How does it collate final report? how does it manage multiple thread groups etc. Thanks
Amit Nigam
  • 13
  • 2
1
vote
1 answer

Jmeter - bzm Streaming Sampler Content Protection

We use Jmeter with the BZM - Streaming Sampler to load test a streaming service. With this we are requesting a dash main.mpd file. That url would look…
1
vote
2 answers

Share Variables Within JMeter Thread Group

I have a thread group, which runs multiple threads concurrently. Each thread makes a request using an ID from a csv file. So different threads within the thread group can end up making a request with the same ID over time. I want to use the cookie…
Mike
  • 51
  • 1
  • 6
1
vote
1 answer

Read data from CSV and create Json Array in Jmeter

I have One POST request and below is the My Body Payload . { "ABC": "ITBK1", "Code": "AH01001187", "ScheduleDate": "2021-09-02T22:59:00Z", "FilterType": 2, "FilterData": [ "LoadTest92","LoadTest93" ] } I'm passing…
1
vote
2 answers

Blazemeter is not replacing JMeter property

I have a JMeter script where I've defined some variables using the config element "User Defined Variables" and locally when I use ${host} for instance in a request it works fine. I uploaded this script to Blazemeter and enabled overriding of…
so cal cheesehead
  • 2,515
  • 4
  • 29
  • 50
1 2
3
22 23