Jump to content
WAPT Forum
Sign in to follow this  
Guest kurt

Ordered List variables do not change with sessions

Recommended Posts

Guest kurt

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>

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...