bethany 发表于 2009-7-22 11:18:47

LoadRunner中的replace with a parameter和number of interation的关系

我在script中使用右键,replace with a parameter,添加了3个参数,那么, 我在run-time setting 中number of iteration就一定要设成3吗?请问number of iteration的3 和replace with a parameter的三个参数有关系吗?
请看附件

houzeal 发表于 2009-7-22 11:40:37

如果你的设置的三个参数都要run的话必须设置3次迭代

ffwithvv 发表于 2009-7-22 12:11:34

是这样的,number of iteration里设置的次数是你脚本运行“action”的次数,如果是3,那么脚本就迭代3次,即运行action部分3次。而在replace with a parameter里设置3个参数表示脚本有可能会用到这3个参数,当然具体怎么用还要根据下面的“select next row”和“update value on”再加上迭代的次数来看了。举个例子:如果你设置了3个参数:28277,10001,99506,然后在下面的“select next row"中选择“unique ”,“update value on”选择“ each iteration”,然后迭代次数为2次的话,那么被迭代到的参数为28277,10001,,如果是迭代3次的话那么被迭代到的参数为28277,10001,99506

boymarco 发表于 2009-7-24 09:03:37

楼上的解释很清楚
页: [1]
查看完整版本: LoadRunner中的replace with a parameter和number of interation的关系