I have tried using 'Load strings from a file' and with the static list stored in the profile with same results. (WAPT 6.0 Built on Sep 9 2009)
If the Ordered List is based on 'users', it works properly.
so:
$LOrder(2,datafile.txt) does not work
$LOrder(1,datafile.txt) works
But our testing environment would like to be based on # of sessions.
Note: $Var(Session number) increments properly and is set on same page as the other variables.
Also, is the LoopDocId in the xml supposed to be all zeros? i.e:
CODE
<Parameter Type="0">
<Name>login</Name>
<Functions>
<Function Type="5" LoopDocID="00000000-0000-0000-0000-000000000000">
<Order>2</Order>
<Strings/>
<FromFile>TRUE</FromFile>
<FileName>datafile.txt</FileName>
</Function>
</Functions>
</Parameter>
<Name>login</Name>
<Functions>
<Function Type="5" LoopDocID="00000000-0000-0000-0000-000000000000">
<Order>2</Order>
<Strings/>
<FromFile>TRUE</FromFile>
<FileName>datafile.txt</FileName>
</Function>
</Functions>
</Parameter>

Help










