Skip to main content
1 vote
2 answers
140 views

I'm using a JSR223 Sampler (Groovy) in JMeter to read an SQL query from a file and process it before execution. The file contains key-value pairs in a semicolon-separated format, where the query key ...
Gajendra Shete's user avatar
0 votes
1 answer
103 views

I have a text file (.txt) and am opening the file using JSR223 Sampler under once only controller like: BufferedReader br = new BufferedReader(new FileReader(filePath) vars.putObject("br",br)...
NPAL's user avatar
  • 11
0 votes
1 answer
105 views

In Jmeter. Does anyone know how to save all results from a test and store them in SQL Server? Is it possible to store the results directly in SQL Server, or do I need to load them via a CSV file? I ...
Ingemar Johansson's user avatar
0 votes
1 answer
48 views

i am testing on a API and the response for the get request is given in the format of JSON. so by using JSON extractor i extracted the required data for my next sampler requests. the configuration of ...
Rakesh's user avatar
  • 23
0 votes
1 answer
63 views

I need to create a new CSV file by capturing 100s of array values retured as part of a JSON response Payload. My response payload for a GET call: { "total": 5, "limit": 5, "...
GorkhaliHero's user avatar
0 votes
1 answer
30 views

I want to do load testing for a server where i will be sending request with data continously. Requirement: In jmeter , i want to send requests with data(text) through TCP protocol continously for long ...
keshav kumar Goud's user avatar
0 votes
1 answer
83 views

I tried following the steps mentioned in this link for diameter load testing using JMeter https://dzone.com/articles/diameter-server-load-testing-a-guide and got stuck in writing my own AAA module ...
Srikanth Ramakrishnan's user avatar
1 vote
1 answer
41 views

How to increase a variable value by 5% in beanshell and pass it in another request. Lets say I am fetching a value using JSON extractor and saving it in a variable. I need to add 2% in this value and ...
KeshavKumar's user avatar
0 votes
1 answer
63 views

I have created a test plan and added setup thread group where few pre-requisites are verified using different HTTP requests and respective JSR223 assertions. Failed assertions related data i.e. ...
Islam's user avatar
  • 1
0 votes
1 answer
935 views

Issue Description I have a script with 2 different samples nested inside a Stepping Thread Group (Not the usual Thread Group). Each sample has a JSR223 PreProcessor that has a small code to generate ...
GorkhaliHero's user avatar
0 votes
1 answer
56 views

Our website is generating a dynamic loginkey which uses AES. Now, since I'm not using the encrypt.js code that they used on the website. I tried to replicate this part of the code from the website ...
Nelza's user avatar
  • 17
0 votes
1 answer
474 views

I have an encrypt.js script that is used to encrypt and decrypt the password entered by user. It is embedded in the application webpage. I try to load the same script in jmeter using this code load ('/...
Nelza's user avatar
  • 17
0 votes
1 answer
455 views

I'm encountering an issue with Hibernate Validator 6.2.3 while using Java 17. When attempting to validate entities using org.hibernate.validator.constraints.ScriptAssert, I'm getting the following ...
vivek4348's user avatar
  • 507
-1 votes
1 answer
231 views

SCENARIO: I have a JMeter script (e.g, jmeterScript.jmx) that needs to be triggered via Jenkins Job (auto-scheduled). This script has a JSR223 PreProcessor, through which it needs to access a CSV file ...
GorkhaliHero's user avatar
-2 votes
1 answer
178 views

There are 2 requests. In the first request through the Regular Expression Extractor I get data that looks like VAR_1=foo VAR_2=bar VAR_3=base VAR_N=NNN VAR_matchNr=N The data is stored in the ...
Aleks's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
31