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

Record websocket conversation using Blazemeter using the chrome extension

I am trying to record a jmx test using the blazemeter chrome extension. In the advanced options I add http://*/*, https://*/*, ws://*/*, wss://*/* It gives me INCORRECT FILTER PATTERN! If I just add http://*/*, https://*/* It works fine for…
Bhavya Arora
  • 768
  • 3
  • 16
  • 35
0
votes
1 answer

Cannot Record network traffic with JMETER in Mozilla getting Error on changing the Port to 8080

I am trying to Configure Jmeter with Mozilla Firefox by adding Port and Proxy by below steps but it wont allow me to access my Company testing site. I cannot launch in Mozilla after changing the Port/Proxy for Jmeter. I need help on how to overcome…
Mad Einsy
  • 39
  • 1
  • 8
0
votes
1 answer

JMeter - Load Test a user scenario

I am load testing a scenario in JMeter. I'm trying to achieve a certain amount of r/s and then sustain that for x amount of time. However, with the testing tool, it looks like falling short of r/s for each endpoint. Do I just need more virtual…
TheAutomator
  • 67
  • 1
  • 1
  • 7
0
votes
1 answer

Spring Security Application login not working from with Jmeter

I have an application using spring security , but when I am trying to login from Jmeter it always returns the login page. The jmeter scripts are loaded from jmeter.
0
votes
1 answer

Blazemeter Script Runninf on Jmeter doesnt save data in DB

I am creating a script through Blazemeter (which storing some data in DB) and running through JMeter. Script is running fine but data is not stored in DB. What I am missing?
Nisha Verma
  • 91
  • 2
  • 12
0
votes
1 answer

Error popup appears when trying to open script in jmeter recorder by Blazemeter chrome extension

I recorded a script using blazemeter and it was showing me to save in 2 formats: Selenium only, Jmeter and selenium combined. I downloaded both formats and tried opening in JMeter 4.0 but that shows an error popup with no details. Please let me…
0
votes
1 answer

file path issue with Taurus in Blazemeter

I have to run my selenium based UAT in blazemeter. I configured the Tauras YAML file as : execution: - executor: selenium runner: pytest iterations: 1 concurrency: 10 scenario: simple scenarios: simple: script: TestSail.py I have…
Harun Guna
  • 129
  • 1
  • 1
  • 7
0
votes
1 answer

How to assert a JSON response which have results in random order every time in JMeter?

I am using JSON Assertion to assert if a JSON path exists. Suppose I have a JSON response of an array of 'rooms' that 'contains' an array of cabinets, just like the following example "rooms": [ { "cabinets": [ { …
0
votes
2 answers

Add Start Up Delay for Concurrency Thread Group in Jmeter

I am new to Jmeter and I'm looking to simulate a particular scenario. I need to run a set of Concurrency Thread groups, but I have to add a start-up delay for all the threads. (5 sec). I have a thread group A (basic) which needs to run for the first…
0
votes
1 answer

How to achieve TPS at Transaction level not at Request level in BlazeMeter/JMeter

Blockquote I am executing the tests with Apache JMeter using BlazeMeter PAAS. I have one requirement, I have multiple transactions in one scenario, and each transaction contains multiple requests, I want to achieve TPS per transaction level. Then…
Ramu
  • 21
  • 2
0
votes
1 answer

JMeter 4.0 Upload File issue in PHP Application

I have read so many articles on the Internet regarding Uploading Image files using JMeter but nothing worked for me. Even I have tried the approach using blazemeter plugin but no luck I'm not getting the script in jmx file. Can someone please help…
Tatas
  • 11
  • 2
  • 7
0
votes
1 answer

Bandwidth controlled tests in Jmeter

I have a business requirement wherein I want to simulate bandwidth related load tests targeting different bandwidth and in a steady manner.Like we have ultimate thread group in JMeter to control the users providing a steady ramp up at given time. Do…
Mohit Sharma
  • 69
  • 1
  • 7
0
votes
1 answer

How to run headless browser in jmeter for WebDriver Samplers,

Detailed steps please, tried to use both HTMLUnit Driver Config and PhantomJs config, but no luck How to run headless browser in jmeter for WebDriver Samplers, detailed steps please, tried to use both HTMLUnit Driver Config and PhantomJs config, but…
0
votes
1 answer

How to replace jmeter keys when running Taurus

Problem: I am currently hard coding a password in my jmeter .jmx test file. I want to be able to either set this in the config.yaml or on the command line using something like a "-o modules.jmeter.properties" switch (to replace this in the CI…
Scotty G
  • 11
  • 1
  • 6
0
votes
1 answer

Jmeter-- Changing data in Grid

I have a data grid , i have to update 1 column(MV14 refer image attached) from 6 rows (eg: if value is 0 --replace with -2 )if the count of the data in grid is above 6 and then go to next requests.If the count is less than 6 I want to pick random…
ash
  • 59
  • 1
  • 6