Uses of Interface
us.abstracta.jmeter.javadsl.core.configs.DslConfig
-
Packages that use DslConfig Package Description us.abstracta.jmeter.javadsl.core.configs us.abstracta.jmeter.javadsl.http -
-
Uses of DslConfig in us.abstracta.jmeter.javadsl.core.configs
Classes in us.abstracta.jmeter.javadsl.core.configs that implement DslConfig Modifier and Type Class Description classBaseConfigElementContains common logic for config elements defined by the DSL.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 DslConfig in us.abstracta.jmeter.javadsl.http
Classes in us.abstracta.jmeter.javadsl.http that implement DslConfig 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.
-