JMeter – Java Request Defaults

JMeter - Java Request Defaults

In JMeter, ‘Java Request Defaults’ is used to set default parameters to pass them into Java Request. Java Request Defaults config element is added under the Test Plan. The parameter values can be overridden using Java Request.  How to add ‘Java Request Defaults’? You can follow below steps to add Java Request Defaults Input fields/Parameters “Java Request Defaults” … Read more

JMeter – HTTP Request Defaults

JMeter - HTTP Request Defaults 01

‘HTTP Request Defaults’ is a very basic and key element of JMeter. This config element is used when all requests in the JMeter script are sent to the same server. You can add a single HTTP Request Defaults element under Test Plan with the proper server name or IP address in the field ‘Server Name … Read more

JMeter – User Defined Variables

JMeter - User Defined Variables

In JMeter, the User Defined Variables config element is used to declare and define the variables which are used in the JMeter script. Some variables like application URL, port, etc. are generally defined in the User Defined Variable element.  If you need to define Global variables then add this element under the Test Plan. If it is … Read more

JMeter – Simple Config Element

JMeter - Simple Config Element

In JMeter, ‘Simple Config Element’ is used to add or override arbitrary values in samplers. You can choose the name of the value and the value itself. This element is very rarely used by the tester, although some developers might find a use for this element, as a basic GUI that they can use while … Read more

JMeter – Random Variable

JMeter - Random Number

In JMeter, the ‘Random Variable’ config element is used to generate a random integer value between a specified range for each iteration. The generated value can be concatenated with a string which is stored in a variable as a string. Refer to the below screenshot, in which ‘rand_CustomerID’ is a random variable which will store a string value … Read more

JMeter – Login Config Element

JMeter - Login Config Element

The simple definition of the ‘Login Config Element’ component in JMeter is the element used as a global component to add or override the credential in the following Samplers added to the test plan. This element is specially used for authentication. You can mention username and password in the login-config element and that can be replaced … Read more