Uses of Interface
us.abstracta.jmeter.javadsl.core.DslTestPlan.TestPlanChild
-
-
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl with parameters of type DslTestPlan.TestPlanChild Modifier and Type Method Description static DslTestPlanJmeterDsl. testPlan(DslTestPlan.TestPlanChild... children)Builds a new test plan. -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core
Methods in us.abstracta.jmeter.javadsl.core with parameters of type DslTestPlan.TestPlanChild Modifier and Type Method Description DslTestPlanDslTestPlan. children(DslTestPlan.TestPlanChild... children)Allows adding additional children elements to a test plan.Constructor parameters in us.abstracta.jmeter.javadsl.core with type arguments of type DslTestPlan.TestPlanChild Constructor Description DslTestPlan(List<DslTestPlan.TestPlanChild> children) -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.assertions
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.assertions Modifier and Type Interface Description interfaceDslAssertionClasses in us.abstracta.jmeter.javadsl.core.assertions that implement DslTestPlan.TestPlanChild 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 DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.configs
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.configs Modifier and Type Interface Description interfaceDslConfigClasses in us.abstracta.jmeter.javadsl.core.configs that implement DslTestPlan.TestPlanChild 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 DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.controllers
Classes in us.abstracta.jmeter.javadsl.core.controllers that implement DslTestPlan.TestPlanChild Modifier and Type Class Description classDslTestFragmentController -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.listeners
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.listeners Modifier and Type Interface Description interfaceDslListenerClasses in us.abstracta.jmeter.javadsl.core.listeners that implement DslTestPlan.TestPlanChild 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 DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.postprocessors
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.postprocessors Modifier and Type Interface Description interfaceDslPostProcessorClasses in us.abstracta.jmeter.javadsl.core.postprocessors that implement DslTestPlan.TestPlanChild 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 DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.preprocessors
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.preprocessors Modifier and Type Interface Description interfaceDslPreProcessorClasses in us.abstracta.jmeter.javadsl.core.preprocessors that implement DslTestPlan.TestPlanChild Modifier and Type Class Description classDslJsr223PreProcessorAllows running custom logic before executing a sampler. -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.testelements
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.testelements Modifier and Type Interface Description interfaceMultiLevelTestElementThis is just a simple interface to avoid code duplication for test elements that apply at different levels of a test plan (at test plan, thread group or as sampler child). -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.threadgroups
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.threadgroups Modifier and Type Interface Description interfaceDslThreadGroupClasses in us.abstracta.jmeter.javadsl.core.threadgroups that implement DslTestPlan.TestPlanChild Modifier and Type Class Description classBaseThreadGroup<T extends BaseThreadGroup<T>>Contains common logic for all Thread Groups.classDslDefaultThreadGroupRepresents the standard thread group test element included by JMeter.classDslSetupThreadGroupA thread group that allows running any logic before any other thread group.classDslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>>Contains common logic for thread groups that only require children in constructor and provide simple settings (like iterations, threads, etc).classDslTeardownThreadGroupA thread group that allows running any logic after any other thread group.classRpsThreadGroupConfigures a thread group which dynamically adapts the number of threads and pauses to match a given rps. -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
Classes in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup that implement DslTestPlan.TestPlanChild Modifier and Type Class Description classSimpleThreadGroupHelperclassUltimateThreadGroupHelper -
Uses of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.timers
Subinterfaces of DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.core.timers Modifier and Type Interface Description interfaceDslTimerClasses in us.abstracta.jmeter.javadsl.core.timers that implement DslTestPlan.TestPlanChild 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 DslTestPlan.TestPlanChild in us.abstracta.jmeter.javadsl.http
Classes in us.abstracta.jmeter.javadsl.http that implement DslTestPlan.TestPlanChild 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.
-