数据不能重复使用的话,参数化时该怎么设置
用户注册时用户名不能重复,参数化的时候该怎么设置?我是这样设置的:select next: unique
update value on: each iteration
when out of values: abort user
但是在contrllor 中运行的时候还是会出现数据重用的问题。
不知道为什么? update value on: each iteration
每次迭代会更新参数值,如果想在整个场景中都保持不变,可以选择once 是每次都要变的,不能用一样的值 选择Unique+Each Occurrence
页:
[1]