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

Integrate Taurus test suites on Atlassian Bamboo CI

I am currently facing the following issue. I have a set of test cases that were implemented using the Taurus framework. On my local workstation I manage to successfully execute them by execution the following command on the console: bzt…
pafede2
  • 1,626
  • 4
  • 23
  • 40
0
votes
1 answer

JMeter won't add parameters from blazemeter

The parameters of a Request I recorded with Blazemeter won't add to the request in JMeter. The body of the request looks like this: Is there a way to add those params automatically? The request is an Ajax request and Angularjs is involved.
Alan
  • 161
  • 1
  • 2
  • 8
0
votes
1 answer

Blazemeter mobile Recorder

I need your help regarding the Blazemeter Mobile Recorder process. I am following the below steps: Login to BlazeMeter account. Go to mobile recorder URL: http://a.blazemeter.com/app/recorder/index.html Create a proxy server Turn on WIFI…
chetali
  • 21
  • 7
0
votes
1 answer

Issue with jmx generated by Blazemeter Mobile Recorder

So I am trying to record a Mobile Native App with Blazemeter Mobile Recorder. After recording I have generated the .jmx file. But the issue is this jmx file is not getting opened up with JMeter. Getting the below error message. …
chetali
  • 21
  • 7
0
votes
2 answers

Blazemeter: How to enable vpn in blazemeter to access private network(QA- Environments)

I am in need to do Performance testing using Blazemeter for my site established in QA Environment. I am doing testing for my site established in QA with the help of VPN connection and now I wonder how to do performance testing-Blazemeter on it and…
Das Prakash
  • 426
  • 1
  • 7
  • 16
0
votes
1 answer

How to capture request from blazemeter recorder

I am trying to capture http request by using blazementer recorder to export a smart jmx scipt but do not have any Idea. Please guide me that I accomplish my gaol Please Help!
Mayank
  • 71
  • 1
  • 7
0
votes
1 answer

JMeter Parameterized Plug-in doesn't work under Loop controller

I've noticed that JMeter Parameterized Plug-in doesn't work under Loop controller. It picks 1st value from CSV again and again.. Can someone help me with the steps? Please find the attached Snapshot for CSV Data Set Configenter image description…
zzz
  • 497
  • 3
  • 14
  • 32
0
votes
1 answer

Trim Jmeter variable value

I need to Parameterize Mobile Number, which i am doing from CSV and in My next request i need to pass first 4 digit of my mobile number, so is it possible to trim variable value in jmeter so that i can pick value from csv and store that value in…
zzz
  • 497
  • 3
  • 14
  • 32
0
votes
1 answer

error 500 while creating an instance of blazemeter service

I want to do a load performance test of one of my application and trying to explore blazemeter service for the same, however while creating an instance of service, I got the following error. Service broker error: {"description"=>"Error 500 received…
Manoj K Sardana
  • 153
  • 1
  • 4
  • 14
0
votes
2 answers

How do I use throughput controller in Jmeter with multiple samplers

I have a plan that looks like the following: thread group throughput controller for homepage (40%) sampler A throughput controller for page 1 (20%) sampler B throughput controller for signup and page view (40%) sampler C (for…
0
votes
1 answer

Jmeter: Runtime Error on Welcome page after Login Page

I have two request one is Login which ask for userid,pass,financial year and branch name. second request is welcome page which show the admin detail like userid,LoginBranch,branch Code, Login status-admin. here for 1st request i used csv file which…
Dhani
  • 1
  • 2
0
votes
1 answer

Jmeter Mobile app not recording with Proxy setting

J-meter version 2.12 and 2.13 OS windows : Windows 7 Android version 4.4 NOTE:Mobile app is our test environment and still under testing phase J meter recording: When I set the proxy then the app is not recording in j meter i.e. Am not able to…
Prabhakar Y
  • 87
  • 2
  • 3
  • 19
0
votes
1 answer

Perfomance testing for XMPP Chat application with Jmeter & Blazemeter

We are trying to do a performance testing for a XMPP-based mobile chat application using Jmeter and Blazemeter. As we are new to XMPP web-services. Can anyone brief us how to use Jmeter or Blazemeter for XMPP and how to record the scripts using XMPP…
Prabhakar Y
  • 87
  • 2
  • 3
  • 19
0
votes
1 answer

Jmeter cannot substitute regular expression reference in Body Data of HTTP Request

I would like to extract value of ProductIdentifier in json response as below: Reference Name: ProductToken Regular Expression: "ProductIdentifier":" (.+?)" Template $1$ Match No. 1 Then ProductToken reference will be used in payload of requests…
Semanur Konezoglu
  • 63
  • 1
  • 2
  • 11
0
votes
2 answers

Creating login script via jmeter for a public website

I am using Blazemeter load testing plugin for chrome and I recorded a login script of a website which is not owned by me. How ever when i try to assert via jmeter to verify whether I have successfully logged in via response assertion it…