Uses of Class
us.abstracta.jmeter.javadsl.core.configs.BaseConfigElement
-
Packages that use BaseConfigElement Package Description us.abstracta.jmeter.javadsl.core.configs us.abstracta.jmeter.javadsl.http -
-
Uses of BaseConfigElement in us.abstracta.jmeter.javadsl.core.configs
Subclasses of BaseConfigElement in us.abstracta.jmeter.javadsl.core.configs Modifier and Type Class Description classDslCounterAllows easy usage of auto incremental values in test plans.classDslCsvDataSetAllows using a CSV file as input data for JMeter variables to use in test plan.classDslVariablesAllows setting JMeter thread variables that can be used later on in JMeter expressions or JSR223 scripts. -
Uses of BaseConfigElement in us.abstracta.jmeter.javadsl.http
Subclasses of BaseConfigElement in us.abstracta.jmeter.javadsl.http Modifier and Type Class Description classAutoEnabledHttpConfigElementclassDslAuthManagerAllows specifying HTTP authentication to be automatically included in HTTP requests.classDslCacheManagerAllows configuring caching behavior used by HTTP samplers.classDslCookieManagerAllows configuring cookies settings used by HTTP samplers.classDslHttpDefaultsAllows configuring default values for common properties of HTTP samplers.classHttpHeadersAllows specifying HTTP headers (through an underlying JMeter HttpHeaderManager) to be used by HTTP samplers.
-