【发布时间】:2017-02-02 17:15:19
【问题描述】:
我有一个包含正文数据的 HTTP 采样器:
{
"voice": "Nancy",
"basic": "sad",
"type": "basic",
"text": "She fell."
}
我将线程数设置为 50,并将加速周期设置为 10 秒。 我有一组句子需要在“文本”字段中填写。
She had your dark suit in greasy washwater all year.
Don't ask me to carry an oily rag like that.
This was easy for me.
Jane may earn more money by working hard.
She is thinner than I am.
Bright sunshine shimmers on the ocean.
......... another 42 sentences
总数:50(每个请求一个)
也就是说,当一个新的请求被触发时,我需要一个新的句子出现在“文本”字段中。
如何处理这种情况是使用BeanShell脚本还是uuid??
【问题讨论】:
标签: apache http scripting jmeter httprequest