TA的每日心情 | 开心 2014-12-16 13:43 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
是在脚本目录下的*.prm里面保存的。
内容格式如下:
[parameter:test]
Delimiter=","
ParamName="test"
TableLocation="Local"
ColumnName="Col 1"
GenerateNewVal="EachIteration"
Table="test.dat"
Type="Table"
value_for_each_vuser=""
OriginalValue=""
auto_allocate_block_size="1"
SelectNextRow="Sequential"
StartRow="1"
OutOfRangePolicy="ContinueWithLast"
[parameter:seat]
Delimiter=","
ParamName="seat"
TableLocation="Local"
ColumnName="Col 1"
Table="seat.dat"
GenerateNewVal="EachIteration"
Type="Table"
value_for_each_vuser=""
OriginalValue="Aisle"
auto_allocate_block_size="1"
SelectNextRow="Sequential"
StartRow="1"
OutOfRangePolicy="ContinueWithLast" |
|