Questions tagged [ruby-jmeter]

A Ruby based DSL for building JMeter test plans

This gem lets you write test plans for JMeter in your favourite text editor:

33 questions
0
votes
1 answer

Testing API for POST method, got "Unknown error" in response

I am new to jmeter and I'm testing API for POST method. I put json request in Body & checked the response by using listener as view table tree it shows status as success but i checked in response it shows error message as: { "response": { …
joo
  • 1
  • 2
0
votes
1 answer

How can I analyse the Performance Report in Jmeter

PerfMon and Monitor in Jmeter is working fine. I know how to extract report and all. Can anyone explain me. How to check the performance report? How can i judge the Server? What all Problems getting on Server?
Arun Kamath
  • 21
  • 1
  • 3
0
votes
0 answers

JSESSIONID not passed through HTTP cookie Manage in JMeter

Through JMeter is not able to pass the JSESSIONID although it happens very rarely, I am not able to find out the root cause. My first request is login - POST on HTTPS protocol Next request is using the JSESSIONID of the first request as i have added…
iftkhar
  • 11
  • 3
0
votes
1 answer

JMeter If Controller condition is not reached?

I'm trying to create a test under a token-based authorization mechanism. Everything is almost working fine until the accesstoken is expired. Then I'm trying to refresh it, however it seems some piece of the test is not performed. This is the…
Jordi
  • 20,868
  • 39
  • 149
  • 333
0
votes
0 answers

Facing issues while calling method of module(having object of class , contained in another ruby file)

I am newbie in ruby and working on making performance automation framework using using 'ruby-jmeter' gem (provided by flood.io) I have made following files structure Where payload.rb and request.rb contains my common utility methods . Which I am…
sjethvani
  • 498
  • 1
  • 7
  • 17
0
votes
1 answer

Want help regarding 'module' usage in ruby project (using 3rd party gem of 'ruby-jmeter'

I am trying to create performance automation framework for my company . Beinbg newbie to ruby field , I thought to keep it simple . Here is structure for performance framewrok I do have multiple ruby files , as request.rb,payload.rb etc in 'common'…
sjethvani
  • 498
  • 1
  • 7
  • 17
0
votes
1 answer

How can I set-up proxy while using ruby-jmeter test?

I've recently started looking into using ruby-jmeter gem for extending our Ruby/Cucumber Test Framework for Performance testing REST APIs in addition to functional testing. I'm able to successfully execute a jmeter test from ruby, but the tests fail…
Maddyjak
  • 13
  • 4
0
votes
1 answer

jmeter.protocol.jms.sampler.JMSSampler: Unable to connect to the target queue manage

I am running the smoke suite on Jmeter with WMQ and IMA set Up. I am facing an issue where after running the suite say for eg 10 mins rest of the samplers( Jms Subscriber,Jms Point to Point) are failing because of below error code: 2015/08/31…
0
votes
1 answer

jmeter - unable to record on the c4c https page

I am using Jmeter 2.13 in proxy mode to record the c4c CRM cloud application. it records login page perfectly. once i land into home page,following things are observed and unable to record. I try click on the link- but could not open the link…
0
votes
2 answers

How to exclude/include google maps in jmeter script?

Query1: I am load testing an application which uses Google maps. While recording a script on Jmeter, Google map window is displayed as plain and map is not displayed. How to include google maps while recording script in Jmeter? Query 2: I have tried…
Vishal
  • 147
  • 4
  • 16
0
votes
1 answer

How to create Jmeter script where Admin approves user registration request and grab e-mail registration URL by excluding the Admin approval

User URL: User registers to website and wait for confirmation e-mail. Admin approves the user request from back end of the application and confirmation e-mail is send to user e-mail id User login to e-mail account and clicks on registration URL to…
Vishal
  • 147
  • 4
  • 16
0
votes
1 answer

how to create response assertion in ruby-jmeter

I am using ruby-jmeter to create jmeter plan. So far I have gone thorught various DSL given at https://github.com/flood-io/ruby-jmeter/blob/master/lib/ruby-jmeter/DSL.md But I am not understanding how to use reponse assertion…
Ajinkya Pisal
  • 551
  • 1
  • 6
  • 24
-1
votes
1 answer

How do make for login and add to cart to checkout using JMeter?

I'm new to JMeter. How do make for login and add to cart to checkout using jmeter? Can anybody tell me about bean shell for add to cart to checkout?
-1
votes
1 answer

jmeter if controller with loopin to same http request

I have a jmeter test plan with if controller, I need to loop the same http request until the if condition become true. if role==3664v then continue otherwise repeat the same http request page
Parthan P Vasu
  • 63
  • 4
  • 10
-1
votes
2 answers

How to write regular expressions for JMeter?

As I am new in using jmeter I'm stuck to write regular expression for this expression: /catalog/search_display?category_id=9">Parts Can somebody help me out.