Write extracted data to a file using jmeter

后端 未结 5 728
伪装坚强ぢ
伪装坚强ぢ 2020-11-28 10:57

I am using JMeter v2.5.
I need to get data from the responses of the test and extract data from it (which I am doing using regular exp extractor). How do I store this ex

5条回答
  •  半阙折子戏
    2020-11-28 11:08

    You may use https://jmeter-plugins.org/wiki/FlexibleFileWriter/ with sample variables set up. Or with fake Dummy Sampler. Anyway Flexible File Writer is good for writing data into file.

提交回复
热议问题