Jmeter 5.3 No column found in sample metadata
I am having Jmeter 5.3 and trying to generate a Report from existing CSV file, using below command
JMeter – Assert on a variable
I have a regular expression that returns the below value:
How can I send 2k REST API messages in batches of 100 every 1min?
I have a data file with each line representing a REST API payload message. The requirement is to send 2k messages in batches of 100 every minute. Is it possible to do this in Jmeter? If so, how can I design the test ( which timer to use)?
Thanks.
JMeter Invalid URI Host Name
I had created a project using Jmeter and created thread group and one Http Request sampler.
How to read a text file line by line and use it in JSON body of REST API message in Jmeter?
I have the data in a text (.txt) file and not in CSV. Each line is a long JSON message. I need to read the file line by line and pass it to JSON body of my REST API message. I tried using a JDBC pre-processor using Groovy but it gets only ne line. Any help would be appreciated.
Jmeter HTTP Request Sampler Return Unrecognized IPV6 Address format
I had created a project using Jmeter and created thread group and one Http Request sampler.
JMeter HTTP Request Path left empty after SSO
New to JMeter and trying to make a HTTP Request. Here is an overview of my Thread Group
:
How to extract value from var in jMeter?
I am using jMeter and I need to extract the value from variable.
How to get an array of random values from a DataBase table via JDBC and pass them as parameters to REST API JSON messages in Jmeter?
My JSON message body will have an array of 1 or more objects and each object in the array will be populated with few attributes. I need to populate the value for one of the attributes called ‘ID’ by obtaining a random value from PostGresSQL Database. I have done it successfully for 1 object in the REST API Message body – by generating a random number (Jmeter random variable), passing it to DataBase using a sql query via JDBC PreProcessor sampler to get the ID. It works fine when there is only 1 object in the array but I am unsure how to pass & get more values if the array has more than 1 object. Any help/suggestion would be helpful.
Thanks,
NP
Passing authorization token from one API to another failing
I need to pass an authentication token from one api to next. I have tried json extractor as follows. But the next api [is still giving 401 unauthorized. Tried second api with direct token and it works