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

How to establish a connection My Mobile device with my PC to execute a performance test using Jmeter.?

I am using an android device version 4.3.I have to connect My Mobile with Jmeter console to execute a performance test.I have to know the the Proxy Host Name to Provide in the WIFI config area.Currently when I try to launch a browser with in the…
Baburaj V
  • 61
  • 1
  • 4
  • 16
0
votes
1 answer

Apps are unable to access internet in Android Device with Proxy

I have a requirement of doing Performance Testing of Android apps as given here [http://blazemeter.com/blog/load-testing-mobile-apps-made-easy] . But when I change the proxy hostname of my Android device to that of my laptop's IP, the apps are…
PratikKGupta
  • 343
  • 1
  • 3
  • 11
0
votes
0 answers

Blazemeter only using even records in csv data config

I'm using Blazemeter to run my JMeter test scripts to load test it. I've uploaded the jmx file and a csv for the multiple user logins but it only uses those records on even numbered lines lines of the csv. Here is the…
Fellmeister
  • 591
  • 3
  • 24
0
votes
1 answer

BlazeMeter Chrome extension not recording call to fill table

I am currently working on making a JMeter test for my company's website. I've been using the BlazeMeter Chrome extension to record http requests because I haven't been able to get the certificate working for the JMeter 2.11 proxy server. On one of…
DementedDr
  • 177
  • 2
  • 15
0
votes
1 answer

Blazemeter integrated with New Relic

I have written a script in Jmeter that simulates 20 users using the application for a ruby on rails web application. After integrating blazemeter with New relic, and after viewing the results, it shows that the test had encountered 4 error. Is there…
ruby
  • 259
  • 5
  • 23
0
votes
0 answers

Jmeter- Null Pointer Exception when trying to login

Hey I am trying to login to a website using jmeter, but I end up getting a Null Pointer Exception. I looked though the other stackoverflow questions but nothing has helped so far. Then I tried recording my actions with Blazemeter and it runs on the…
user1552879
  • 99
  • 1
  • 12
0
votes
1 answer

New Relic-Blazemeter plugin

I am trying to install Blazemeter plugin into my New Relic account. After providing the New Relic's API key in blazemeter, I am able to see the selected metrics in Blazemeter load test results. But there is no metrics loading up in my New Relic…
-1
votes
1 answer

Need help regarding the Blaz meter recording

I am new to jmeter script. I am Recording a script using Blaze meter Chrome recording extension. I am currently recording my step.After Recording Some steps Blaze meter recording popup get hanged.I also click on the extension icon it's showing that…
QA Mehtab
  • 13
  • 3
-1
votes
1 answer

Getting 400 bad request when uploading attachment on Jmeter

I recorded uploading an attachment (pdf file) using blazemeter plugin, then open the jmx file using Jmeter. I modified uploads tab as in the following image and placed pdf file under bin directly. when i run the script i got 400 bad request , could…
-1
votes
1 answer

How to record blazemeter script for 3 different scenarios and run in JMeter for 3 different users

I am using JMeter for Load and Performance testing. I have 3 scenarios to test as follows; Importing Files Downloading Reports Submitting Form I have recorded this script with one user. Now I want to run these three scenarios at a same time with 3…
Amaze_Rock
  • 163
  • 3
  • 16
-1
votes
2 answers

Percentage execution for login and checkout operation

I am conducting a performance testing where i have a scenario where I have to execute home page , login, product catalogue and checkout operation for a ecommerce site. But I am doing the login operation 40% of the time and checkout 20%. how can i…
-1
votes
1 answer

User simulation with jmeter for stress and scalability testing

Hi there I am trying to conduct stress and scalability testing for a web application. One of the problem is that it is not clear how many users the website can handle. So first I am conducting a stress testing with different user number. Consider…
-1
votes
1 answer

get request for search in JMeter

I am performing a search request in jmeter. So my test plan flow is home then login then product catalogue and then search. I tried to make a post request for search but it failing all the time. I used a CSV file so each time the query is changed.…
-1
votes
1 answer

Is there any open source load generators?

I would like to know if there is any open source load generator for stress testing. I am using JMeter script to run the test. I know there is one called flood.io but think it is not free. Can you please recommend me some option and documentation on…
-1
votes
1 answer

Getting 400 Bad Request Error in Post Request in Jmeter

I am recording a script through blazemeter for a Banking App, Frontend is showing the transaction status as successful but in Jmeter that particular request is failing, That is a post request in which all data is passing to the server for…