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

When replacing selenium jars with latest version under JMeter lib folder 'ConversionException' is thrown

I am working with JMeter and Selenium. Installed the plugins manager and via that, installed web-driver sampler. When I look into lib folder, I found the selenium jars version are 2.52.0 which is much older. I can able to work with that without any…
Bala
  • 184
  • 3
  • 19
0
votes
2 answers

IE driver is not working with Selenium in JMeter using Internet explorer driver config

I am using Web driver sampler with Javascript as a scripting language for real-time browser simulation. In case of Chrome, everything is working fine. But, in case of IE, internet explorer driver config is not working properly. IE Browser alone gets…
Bala
  • 184
  • 3
  • 19
0
votes
1 answer

Copy .jtl file from Jenkins workspace to other folder

Here is my requirement, I am using Jenkins - Blazemeter plugin. When the blazemeter test finishes, I am downloading the JTL file on the Jenkins machine. Now I want to copy the jtl file from the Jenkins workspace to other folder. The problem I am…
0
votes
1 answer

Report Build number in Blazemeter

I am able to execute PT from Jenkins on Blazemeter. Now I want jenkins build number to show in blazemeter report. I am doing the below things I am adding sample_variable = buildnumber in user.properties file and uploading the same in…
0
votes
1 answer

How to set parameters in .jmx file via Jenkins in Blazemeter test

What I need to do - create Jenkins job which runs Jmeter test in Blazemeter with some parameters such as a test URL. The parameters should be set in Jenkins before job starts. What I have done: Added Blazemter plugin for Jenkins. Created an…
Sergey Konotop
  • 121
  • 1
  • 13
0
votes
1 answer

Response message: Unauthorized in Jmeter

I'm new to using Jmeter tool. I have recorded my application using blazemeter (v3.1) and then trying to run that .jmx file in Jmeter, however I am running into an authorization issue and the script fails to run. I have also tried setting my "HTTP…
0
votes
1 answer

I am not able to record Mobile Native Banking apps using JMeter

I am using JMeter 3.3. I am not able to record traffic from our mobile banking app but I am able to record traffic from simple app which are less secure like weather channel. Can anyone help me here to make my mobile banking app work?
Happy
  • 51
  • 1
  • 5
0
votes
1 answer

Why blazemeter giving error when the same jmeter selenium script runs in Jmeter?

I am trying to run My Jmeter webdriver script in blazemeter but the test is failing due to element not found. Locally elements are finding properly only in blazemeter it is failing why? My Jmeter script screenshot Below is logs generated from…
Deepak N
  • 1,408
  • 3
  • 15
  • 37
0
votes
1 answer

Is Blazemeter a plugin of Jmeter?

Is Blazemeter a plugin of JMeter? If yes, how can I go through the blazemeter code as JMeter is open source? If no, How does it supports JMeter scripts? Also, how blazemeter records without certs? what changes it performs to browser settings for…
rs_
  • 115
  • 18
0
votes
1 answer

BlazeMeter/JMeter Issue: JUnit Sampler ClassNotFoundException

I'm new to BlazeMeter and JMeter. I created a simple Selenium JUnit Script, it can run in IDE. I then loaded the script into JMeter using JUnitSampler. I run the test in JMeter on my local and it was able to run. Then I uploaded the .jmx file to…
user6252041
  • 73
  • 2
  • 10
0
votes
5 answers

Can anybody suggest jmeter script recording alternatives other than blazemeter?

Can anybody suggest jmeter script recording alternatives other than blazemeter? Blazemeter is not providing necessary data in the recorded script.
sijo
  • 89
  • 1
  • 2
  • 14
0
votes
0 answers

Jmeter Throughput Shaping Timer not achieving desired rps

I am using the throughput shaping timer in combination with the concurrency thread group In the concurrency thread group I have set ${__tstFeedback(test,1,100,10)} in order for my test to dynamically control the thread groups. *test is the name of…
SamelK
  • 11
  • 2
0
votes
1 answer

For mobile aap recording using blazemeternot able to open http:\\bz for certificate installation

I am using " ( http://a.blazemeter.com/app/recorder/index.html)" for mobile app recording but not able to open http:\bz to get certificate installed in my android device. Need help to get certificate from http:\bz
VMA
  • 61
  • 7
0
votes
1 answer

Fail a Jenkins build when a Taurus-run JMeter test records a failure

I've got some tests setup to run via Taurus and kicking them off in a Jenkins stage like so: ...previous stages... stage('Load Tests'){ dir('./tests'){ bat "bat _testFile.yml" } } ...stages to execute if Load Tests stage succeeds I want…
Tim Denison
  • 171
  • 1
  • 2
  • 13
0
votes
1 answer

MVN jmeter Hashtree I/O error for running through java code

Pretty new to jmeter and i am trying to Run an existing JMeter Test from Java code i read from the link below. https://www.blazemeter.com/blog/5-ways-launch-jmeter-test-without-using-jmeter-gui But when i try to follow the instruction im getting a…