Guest kurt Report post Posted October 6, 2009 While looping over a single profile with multiple sessions, variables based on 'sessions' do not change. 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: <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> Quote Share this post Link to post Share on other sites