public class DslTeardownThreadGroup extends DslSimpleThreadGroup<DslTeardownThreadGroup>
Usually this thread group is used to do some clean up in target environment, leave it in a predefined state, or to use some information obtained from the rest of the test.
Take into consideration when using information from other thread groups that jmeter variables (which are thread scoped) created or updated in other thread groups are not visible in this thread group. One way of passing information from one thread group to others can be JMeter Properties, or files. But use them with care, taking into consideration potentially parallel execution of threads in same thread group (or other thread groups).
Also consider that if you add multiple teardown thread groups in a plan, they will run in parallel, after "regular" thread groups.
By default, the thread group will be configured with 1 thread and 1 iteration. You can change this with provided methods.
| Modifier and Type | Class and Description |
|---|---|
static class |
DslTeardownThreadGroup.CodeBuilder |
DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder<T extends org.apache.jmeter.testelement.TestElement>BaseThreadGroup.SampleErrorAction, BaseThreadGroup.ThreadGroupChilditerations, threadCountsampleErrorActionchildrenguiClass, name| Constructor and Description |
|---|
DslTeardownThreadGroup(String name,
List<BaseThreadGroup.ThreadGroupChild> children) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.threads.AbstractThreadGroup |
buildSimpleThreadGroup() |
buildThreadGroup, children, iterations, threadCountbuildTestElement, sampleErrorActionbuildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuipublic DslTeardownThreadGroup(String name, List<BaseThreadGroup.ThreadGroupChild> children)
protected org.apache.jmeter.threads.AbstractThreadGroup buildSimpleThreadGroup()
buildSimpleThreadGroup in class DslSimpleThreadGroup<DslTeardownThreadGroup>Copyright © 2024. All rights reserved.