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
1
vote
1 answer

JMeter Results to Splunk

Is there any JMeter plugin available natively to send JMeter results to Splunk tcp forwarder? I looked up in jmeter-plugin's site but cannot find one. One other answer in SO suggested to use beanshell postprocessor to send the result. I am fairly…
Shan
  • 75
  • 9
1
vote
1 answer

JMeter - Hitting specific endpoints based on user credentials via multiple CSV files

My JMeter test: Iterate over a CSV file (logins.csv) with login credentials, and their unique identifier user a CsvDataSetConfig Sign in Based on the login credentials (unique identifier from logins.csv), identify and load a second file in the…
1
vote
2 answers

Difference between Test Script Recorder in JMeter and BlazeMeter

I am new to JMeter, I would like to know the difference between using Test Script Recorder in JMeter and BlazeMeter for recording test. Which is the most preferred one for testing a website?
annie
  • 81
  • 1
  • 4
  • 15
1
vote
2 answers

How to make 123456789 from image as a dynamic variable in Jmeter

I have my XML Body data (attached screenshot below), From screenshot you can see value 123456789 in Signature. I'm looking to make 123456789 a dynamic variable value, So that JMeter automatically gets that value from server whenever I run script.…
Happy
  • 51
  • 1
  • 5
1
vote
1 answer

Timestamp shows without '+' symbol and replaces '+' symbol with space in Jmeter/Blazemeter recording

Timestamp shows without '+' symbol and replaces '+' symbol with space in Jmeter/Blazemeter recording. How to make it work/dynamically consider '+' always in the space when performing load test. The current Blazemeter recording of our app search…
la1
  • 519
  • 1
  • 8
  • 30
1
vote
1 answer

AWS CodePipeline never triggers BlazeMeter properly

I setup a BlazeMeter test action in my AWS CodePipeline. The setup worked fine, sending me over to the BlazeMeter site to authenticate and select a test. But when I run the pipeline, it just sits at the BlazeMeter action "In Progress" until it times…
Bobby
  • 1,666
  • 3
  • 16
  • 27
1
vote
1 answer

Blazemeter Oauth plugin for JMeter no longer supports authentication using OAuth 1.0?

I need to test HTTPS requests with OAuth 1.0 as the authentication method. I tried using the deprecated plugins with older versions, and the Blazemeter script for the same, but neither of them work. I just need to pass the Consumer Key and Secret…
Chaithra
  • 11
  • 1
1
vote
1 answer

jmeter 3.2 debugger not working

I'm using jmeter 3.2. I'm running Debugger plugin using GUI mode. My debugger is not working, my exception is: 2017-07-12 14:27:41,149 ERROR o.a.j.JMeter: Uncaught exception: java.lang.ArrayStoreException:…
1
vote
1 answer

Memory utilization in Taurus tool

In Taurus,I have come across and found that we can use taurus for real time reporting then jmeter,I can able to see the CPU,Memory utilization for the server were Server agent is running the services based on PID.How can i achieve the same using…
Bharath
  • 35
  • 4
1
vote
1 answer

How can I generate Aggregate Report. jtl and ResultsTable.csv by executing the existing JMeter script via Taurus

I know we have to run the command bzt xxxx.jmx to execute the existing JMeter script via Taurus and after few mins we will see the nice dashboard. My question is after the test execution completed how can I generate and view the…
rpagadala
  • 796
  • 2
  • 15
  • 31
1
vote
2 answers

Jmeter json path extractor - How can we take random values from all captured variable?

In jmeter I am capturing the variable using Jmeter json path extractor. There are around 7-10 values it captures,How can i pass any random value from all captured values?
Nikhil
  • 393
  • 1
  • 6
  • 25
1
vote
0 answers

How to record jmeter script with fiddler

I am in a phase of mobile performance testing. I am trying to record script from mobile device with jmeter but unable to do it, then I tried recording using blazemeter but I observe that is not recording the contents properly. I capture the request…
Nikhil
  • 393
  • 1
  • 6
  • 25
1
vote
3 answers

Jmeter Mobile Native App Testing

I have Two Question related to Native App Performance Testing? 1)I have a Payment App, and it comes with bank security which is installed at the time of app installation. It sends an token number and rest of the data in encrypted format. Is it…
zzz
  • 497
  • 3
  • 14
  • 32
1
vote
1 answer

When using Jmeter/ Blazemeter I get the error org.openqa.selenium.NoSuchElementException: Unable to locate element:

I load the script into blazemeter webdriver and upon running one user I get the following error: sun.org.mozilla.javascript.WrappedException: Wrapped org.openqa.selenium.NoSuchElementException: Unable to locate element:…
Jason L
  • 11
  • 3
1
vote
2 answers

Parametrize Root Element of XML body In jmeter

I want to parametrize Root Element as a whole in HTTP Sampler, as the number of attributes changes for different event codes. When I try to parametrize using CSV it does not take all the attributes(ExtractedValue.JPG)Value in Image Is Extracted…
Tanaji
  • 23
  • 5