Uses of Interface
us.abstracta.jmeter.javadsl.core.testelements.MultiLevelTestElement
-
-
Uses of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.assertions
Subinterfaces of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.assertions Modifier and Type Interface Description interfaceDslAssertionClasses in us.abstracta.jmeter.javadsl.core.assertions that implement MultiLevelTestElement Modifier and Type Class Description classDslJsonAssertionAllows asserting that part of a JSON response exists or has some value.classDslResponseAssertionAllows marking a request result as success or failure by a specific result field value. -
Uses of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.configs
Subinterfaces of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.configs Modifier and Type Interface Description interfaceDslConfigClasses in us.abstracta.jmeter.javadsl.core.configs that implement MultiLevelTestElement 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 MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.listeners
Subinterfaces of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.listeners Modifier and Type Interface Description interfaceDslListenerClasses in us.abstracta.jmeter.javadsl.core.listeners that implement MultiLevelTestElement Modifier and Type Class Description classAutoStopListenerAllows stopping a test plan execution when collected statistics meet some defined criteria.classBaseListenerclassDslBackendListener<T extends DslBackendListener<T>>Contains common logic used by test elements that use the backend listener.classDslViewResultsTreeShows a popup window including live results tree using JMeter built-in View Results Tree element.classDslVisualizerProvides general logic for listeners which show some live information in Swing window.classGraphiteBackendListenerTest element which publishes all test run metrics to a Graphite instance.classHtmlReporterGenerates a nice HTML report at the end of test plan execution.classInfluxDbBackendListenerTest element which publishes all test run metrics to an InfluxDB instance.classJtlWriterAllows to generate a result log file (JTL) with data for each sample for a test plan, thread group or sampler, depending on what level of test plan is added.classResponseFileSaverGenerates one file for each response of a sample/request. -
Uses of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.postprocessors
Subinterfaces of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.postprocessors Modifier and Type Interface Description interfaceDslPostProcessorClasses in us.abstracta.jmeter.javadsl.core.postprocessors that implement MultiLevelTestElement Modifier and Type Class Description classDslBoundaryExtractorProvides simple means for extracting into a variable a part of a request or response using just left and right boundaries surrounding the desired text.classDslDebugPostProcessorAdds a sub result to a given sampler result, including jmeter variables, jmeter properties, etc., which are handy when debugging test plans.classDslJsonExtractorAllows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.classDslJsr223PostProcessorAllows running custom logic after getting a sample result.classDslRegexExtractorAllows extracting part of a request or response using regular expressions to store into a variable.classDslVariableExtractor<T extends DslVariableExtractor<T>>Contains common logic for post processors which extract some value into a variable. -
Uses of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.preprocessors
Subinterfaces of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.preprocessors Modifier and Type Interface Description interfaceDslPreProcessorClasses in us.abstracta.jmeter.javadsl.core.preprocessors that implement MultiLevelTestElement Modifier and Type Class Description classDslJsr223PreProcessorAllows running custom logic before executing a sampler. -
Uses of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.timers
Subinterfaces of MultiLevelTestElement in us.abstracta.jmeter.javadsl.core.timers Modifier and Type Interface Description interfaceDslTimerClasses in us.abstracta.jmeter.javadsl.core.timers that implement MultiLevelTestElement Modifier and Type Class Description classBaseTimerContains common logic for all timers.classDslConstantTimerAllows using JMeter Constant Timers which pause the thread for a given period.classDslSynchronizingTimerUses JMeter Synchronizing Timer to allow sending a batch of requests simultaneously to a system under test.classDslThroughputTimerAllows using JMeter Constant Throughput Timers which pauses samplers under its control to limit the maximum number of samples per minute.classDslUniformRandomTimerAllows specifying JMeter Uniform Random Timers which pause the thread with a random time with uniform distribution. -
Uses of MultiLevelTestElement in us.abstracta.jmeter.javadsl.http
Classes in us.abstracta.jmeter.javadsl.http that implement MultiLevelTestElement 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.
-