JMeter的;控制foreach嵌套

时间:2015-04-15 10:48:33

标签: foreach jmeter

是否可以将2个foreach控件嵌套在Jmeter中?

我想做那样的事情:

Set variables 1 (with 5 variables)
Foreach (from 1 to 5)
   Set variables 2 (with 3 variables)
   Foreach (from 1 to 3)
        HTTP petition, with 2 parameters (1 from setvariables 1 and another from setvariables2)

我期望的结果是15个HTTP请愿。

我现在得到的结果只有3个HTTP petitios(只有第一个值o Setvariable 1)。

1 个答案:

答案 0 :(得分:0)

有可能。

我有像

这样的变量
A_1 = a
A_2 = b
A_3 = c
A_4 = d
A_5 = e

&安培;

B_1 = 1
B_2 = 2
B_3 = 3
B_4 = 4
B_5 = 5

变量A&的外for loop内循环用于B. 对于每个'A',我得到所有B执行如下。

enter image description here


也可以使用CSV Data Set Config

请在我的博客中详细查看。

http://www.testautomationguru.com/jmeter-looping-2-csv-files/