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
0
votes
1 answer

Avoid failed cases in jmeter

I am running jmeter to perform performance testing on a web application. The web application restricts the creation of the duplicate task. When I record that using blazemeter and run it with 100 threads, it shows that the task creation url is failed…
Naanavanalla
  • 1,412
  • 2
  • 27
  • 52
0
votes
1 answer

How to fix psutil issue - Taurus

I executed taurus starting one .jmx file from a Jenkins job to run jmeter test and send the report to Blazemeter. The job is connected to a slave of Windows Server, where extract the .yaml (taurus file) and .jmx (jmeter file) of this. The job is…
Carlos Andres
  • 12,740
  • 7
  • 18
  • 34
0
votes
1 answer

Shiftleft - Script Convert Blazemeter from command?

Exist some way where can I use Script Convert from command line? I want to automatizate it executing the yaml file generated by shiftlef and then execute Taurus from jenkins job. My issue is which I cant execute the convert and download the yaml…
Carlos Andres
  • 12,740
  • 7
  • 18
  • 34
0
votes
1 answer

JMETER-> How do we start 2nd thread group when the 1st thread group is already executing the requests

Scenario: 1. I have a login request 2. I have a request for get all activities 3. Now i have a request for create meeting This will execute one after the other(as i checked the check box in test plan) want to run consecutively Now scenario 2: 1.…
vinay
  • 1
0
votes
1 answer

How do I avoid random "o.a.j.c.IncludeController: loadIncludedElements -failed for:" errors in Blazemeter

I have an include controller that has a property like this... ../SSO/SSOLoginGroup.jmx It seems to run fine locally and on the server, however, when I put it under load I see random…
JGleason
  • 3,067
  • 6
  • 20
  • 54
0
votes
2 answers

Update the parameter value for each occurrence for the same request in JMeter

I'm preparing data to be sent as part of HTTP request, so the data preparation part is being done in BeanShell preprocessor. As the request size changes, I need a variable length of JSON to be passed. I am creating JSON body in for loop, but the…
0
votes
2 answers

Convert har file or fiddler export to smart jmx

I was just wondering if there is a way of generating a smart jmx* (blazemeter recorder provides this) from a .har or .saz (fiddler archive). Please do not provide alternate solutions. I just want to know if blazemeter or any other services provide a…
dina
  • 937
  • 1
  • 12
  • 29
0
votes
1 answer

jMeter Load Testing: Single Testing vs Distributed Testing - substantially different results

A vast difference between the results of performing load testing for 50 virtual users: Method 1) Single Linux machine (m3.medium) No of Threads: 50 users Ramp Uptime: 60 sec Method 2) JMeter primary-secondary distributed testing i) server - linux…
0
votes
1 answer

jmeter showing error when HTTP request is made

I am totally new to JMeter, when I tried to test a website. The test result was like this Thread Name: Thread Group 1-1 Sample Start: 2018-06-19 10:18:49 IST Load time: 0 Connect Time: 0 Latency: 0 Size in bytes: 1176 Sent bytes:0 Headers size…
Aysha Azura
  • 179
  • 1
  • 2
  • 15
0
votes
1 answer

How to capture/record the rating (stars) in vugen/load runner

Does anyone have experience doing a load test on ratings? I've tried to test the load on some e-commerce site on rating a few items but vugen does not record the event.
DenimDude
  • 11
  • 3
0
votes
1 answer

Blazemeter: Property is not getting exchanged among thread groups

I am testing an API using JMeter which works fine locally. However, when I upload my test plan and parameters file to Blazemeter, it doesn't run well and throws error javax.script.ScriptException: ReferenceError:…
0
votes
1 answer

How to use JMeter's while loop to validate a value from a Sampler which need to be executed again?

I am doing performance validation of HTTP requests. I have a request which returns JSON values in which, a key's value contains 'Planned' or 'Processing' or 'Completed'. In first, it returns 'Planned', then it returns 'Processing' and finally it…
Bala
  • 184
  • 3
  • 19
0
votes
2 answers

Self hosted BlazeMeter Sense and Yandex Overload analogues

Are there any self-hosted load testing results services like Yandex Overload and BlazeMeter Sense?
Filipp
  • 859
  • 1
  • 6
  • 20
0
votes
1 answer

How to wait all threads to complete a Sampler before starting its Post Processor

I have 2 samplers with JSR223 post processors in each. I want threads to wait before starting the Post Processor. If there are multiple threads are running the sampler, I want to start the Post processor execution after all the threads complete the…
Bala
  • 184
  • 3
  • 19
0
votes
1 answer

How to impliment assertion on total avg value of each script rather than each thread in JMeter?

Which assertion has to be use to check latency,throughput,received & sent bytes and error rate ?How to impliment assertion in total avg value of each script in JMeter to automate?