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

Specify Taurus test as a Blazemeter Functional test

How do I tell Taurus that my (Postman/Newman) test is a Blazemeter Functional test, and not a Performance test? Below is my bzt.yaml I created with the help of https://gettaurus.org/docs/Postman/. execution: - executor: newman iterations: 1 …
user2762956
  • 120
  • 1
  • 9
0
votes
1 answer

How can I solve a time out error in Jmeter

I am working with load testing in Jmeter and Blazemeter and I apply it in two different versions of the web application. One is the test version and the other is the production version. My script works fine in test version but not in the other one.…
Mauricio Estevez
  • 419
  • 1
  • 6
  • 21
0
votes
1 answer

Got Certificate issue even after installed the Jmeter security certificate

I need to do load testing for Android app using JMeter On Mobile Device, Configured Manual Proxy settings and Installed JMeter root certificate System and Mobile on Same WiFi only On JMeter, Started Recording Got Report for Mobile open, login and…
0
votes
2 answers

Taurus error when try to check response code

I am trying to assert the response for a HTTP GET execution: - executor: selenium scenario: dashboard iterations: 1 reporting: - module: final-stats dump-xml: results/test.xml dump-csv: results/test2.csv - module: junit-xml filename:…
user8710571
  • 405
  • 2
  • 12
  • 25
0
votes
1 answer

How to add variables to api calls in blazemeter to load test GUI

I have been currently using jmeter for my load testing, this includes registering a user and using an authorization token and things of that nature, this includes using a json extractor/header extractor etc for each run as these variables would be…
0
votes
1 answer

Cannot override execution.iterations in taurus

This is my config that I'm trying to override by cli: execution: - concurrency: 1 iterations: 20 hold-for: 0s ramp-up: 0s scenario: delete scenarios: delete: ... When I try bzt ./myconfig.yml -o execution.iterations=100, I'm getting…
HaC
  • 902
  • 12
  • 24
0
votes
1 answer

Why does the .jmx file is not running in jmeter?

I'm getting an error when I tried to run a jmx file in Jmeter. Thread Name: Thread Group 1-1 Sample Start: 2019-09-19 11:49:31 IST Load time: 11 Connect Time: 0 Latency: 0 Size in bytes: 2255 Headers size in bytes: 0 Body size in bytes: 2255 Sample…
APV
  • 57
  • 8
0
votes
2 answers

Why is JMeter Result is different to User Experience Result?

We are currently conducting performance tests on both web apps that we have, one is running within a private network and the other is accessible for all. For both apps, a single page-load of the landing page or initial page only takes between 2-3…
0
votes
2 answers

Taurus Proxy Issue

I am using Taurus for first time. I am configuring the same on windows. I have installed Taurus and trying to convert Selenium to Jmeter Script. I am following the below reference…
0
votes
2 answers

running selenium tests via jmeter on blazemeter remotely

We have a jmeter test that launches selenium scripts using the chrome driver config plugin which runs with the Web Driver Sampler, with which we are uploading our own chrome driver. The driver wont be allowed to work though, we keep…
0
votes
1 answer

How to run a jmeter load test with webdriver samplers on blazemeter

How to run a jmeter load test with webdriver samplers on blazemeter? Is it possible to run this jmx file on blazemeter? also on blazemeter how do I include the files needed to run the scripts such as csv and chrome driver?
0
votes
1 answer

I need help to run 1 million concurrent user on trading application using jmeter or other tool

I am looking for a tool that allow us to run 1 million concurrent user in a trading site in 1 second. I had tried using Jmeter, created script using Blaze meter and run this script using Jmeter but unable to run it using this tool.
0
votes
2 answers

Jmeter - Unable to run 1000 concurrent users per/sec

I have been trying to run a performance test using JMeter for 10000 users with a concurrency of 1000 users per/sec and the issue is I never able to hit my throughput of 1000 users on my server which is deployed in Azure. I wanted to know what is the…
user2952161
  • 25
  • 11
0
votes
1 answer

Unable to edit transaction names on the Blaze-meter recorder on particular sites

I am unable to edit the transaction names using the blazemeter plugin recorder on our client site whereas I am able to do so in other sites. I have tried it on multiple similar sites (our client application is an eCommerce application); it works on…
0
votes
1 answer

BlazeMeter - read CVS files from beanshell in Jmeter

I'm facing problem how to configure path fo CSV file in SetUp thread group in Blazemeter. Purpose of this script is a to load names, last names, address, each of this has its own file. In Setup thread files a read and combinations of names, last…
Danijel
  • 75
  • 3
  • 11