You are on page 1of 18

Configuration Element

Configuration elements can be used to set up defaults and


variables for later use by samplers these elements are
processed at the start of the scope in which they are found,
i.e. before any samplers in the same scope.

List

CSV Data Set Config


FTP Request Defaults
DNS Cache Manager
HTTP Authorization Manager
HTTP Cache Manager
HTTP Cookie Manager
HTTP Request Defaults
HTTP Header Manager
Java Request Defaults
JDBC Connection Configuration
Login Config Element
LDAP Request Defaults
LDAP Extended Request Defaults
TCP Sampler Config
User Defined Variables
Random Variable
Counter
Simple Config Element

CSV Data Set Config

We can achive parameterization using this element.


Use under the the targeted sampler with POST request.

Test Plan for CSV Data Set Config

HTTP Cookie Manager

The cookie manager stores and sends cookies just like a web browser.

If you have an HTTP Request and the response contains a cookie, the
Cookie Manager automatically stores that cookie and will use it for all future
requests to that particular web site.

HTTP Cache Manager


The HTTP Cache Manager is used to add
caching functionality to HTTP requests
within its scope to simulate browser cache
feature

HTTP Request Defaults

This element lets you set default values that your HTTP Request controllers use. For example, if
you are creating a Test Plan with 25 HTTP Request controllers and all of the requests are being
sent to the same server, you could add a single HTTP Request Defaults element with the "Server
Name or IP" field filled in. Then, when you add the 25 HTTP Request controllers, leave the
"Server Name or IP" field empty. The controllers will inherit this field value from the HTTP Request
Defaults element.

HTTP Header Manager

The Header Manager lets you add or override HTTP request header
We record Header manager along with each HTTP request

Java Request Defaults


The Java Request Defaults component
lets you set default values for Java testing

JDBC Connection Configuration

Use while Building DB Testing to connect with respective DB .

Login Config Element


The Login Config Element lets you add or
override username and password settings
in samplers that use username and
password as part of their setup

LDAP Request Defaults


The LDAP Request Defaults component
lets you set default values for LDAP
testing

LDAP Extended Request Defaults


The LDAP Extended Request Defaults
component lets you set default values for
extended LDAP testing

TCP Sampler Config


The TCP Sampler Config provides default
data for the TCP Sampler
The TCP Sampler opens a TCP/IP
connection to the specified server. It then
sends the text, and waits for a response.
Example:::https://jmeterworld.wordpress.c
om/2009/02/19/tcp-sampler-jmeter/

User Defined Variables


This functionality allows changing
parameters in multiple places of test-plan
The User Defined Variables element lets
you define an initial set of variables, just
as in the Test Plan.

Random Variable

The Random Variable Config Element is used to generate random numeric


strings and store them in variable for use later.

Counter

The counter can be set up so


that it increments
independently for each user i.e.
thread, or it can be a global
counter

You might also like