public class ResponseFileSaver extends BaseListener
This element is dependant of the scope: this means that if you add it at test plan level it will generate files for all samplers in test plan, if added at thread group level then it will generate files for samplers only in the thread group, and if you add it at sampler level it will generate files only for the associated sampler.
By default, it will generate one file for each response using the given (which might include the directory location) prefix to create the files and adding an incremental number to each response and an extension according to the response mime type.
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseFileSaver.CodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileNamePrefix |
guiClass, name| Constructor and Description |
|---|
ResponseFileSaver(String fileNamePrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
buildConfiguredTestElement, buildTestElementGui, buildTreeUnder, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected String fileNamePrefix
public ResponseFileSaver(String fileNamePrefix)
protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2024. All rights reserved.