参数化的数据有150条,我在controller里运行了10个用户,
结果报告这个错误,用户明明够用呀,请大家帮忙
Error: Parameter 'lgname': No more unique values for this parameter in table 'lgname.dat' [unique range is 2-2].The parameter continues with last value of the range according to "When Out Of Values" policy.作者: snnylip 时间: 2008-1-22 23:01
你把参数属性重新设置下就行了.你肯定设了一个为uinque.然后 When Out Of Values的值为continues with last value .你把uinque改为sequential就可以了.