我是一个负载运行测试人员,我想知道如何在Jmeter中实现以下要求。
发布于 2018-02-20 07:54:13
在核心JMeter中:
发布于 2018-02-20 08:36:39
- [CSV Data Set Config](http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config) - for sequential data
- [Random CSV Data Set Config](https://www.blazemeter.com/blog/introducing-the-random-csv-data-set-config-plugin-on-jmeter) - for random data
- [HTTP Simple Table Server](https://jmeter-plugins.org/wiki/HttpSimpleTableServer/) - for unique and random data, suitable for [Distributed Testing](http://jmeter.apache.org/usermanual/remote-test.html) (basically equivalent of the [Virtual Table Server](https://admhelp.microfocus.com/lr/en/12.55/help/WebHelp/Content/VuGen/113800_c_paramater_overview.htm))
- `vuser_init()` - [setUp Thread Group](http://jmeter.apache.org/usermanual/component_reference.html#setUp_Thread_Group)
- `vuser_end()` - [tearDown Thread Group](http://jmeter.apache.org/usermanual/component_reference.html#tearDown_Thread_Group)
https://stackoverflow.com/questions/48876203
复制相似问题