Hi, and Thanks for your answer:

I tried with a loop, and it still doesn't work, so I logged the user param
section, to understand what happens exactly.

User Defined variable
      webcca = ${_StringFromFile(${fichierWebCca},requeteUtilisateur,,)}

loop (2)
    User Defined Variable:
        ${_StringFromFile(${requeteUtilisateur},ligneCourante,,)}
        ${__logn(LECTURE  ligne courante de ${requeteUtilisateur}:
${ligneCourante}:   ,,)}
        http request (  ${ligneCourante}  )
Assert Results

The file pointed by ${requeteUtilisateur} contains
url1
url2

In the assertion result pane, I can see that the httprequest is sent twice,
but with url1 parameter each time.
In the log file, I can see the message correspondig to "__logn(LECTURE
ligne courante de ${requeteUtilisateur}: ${ligneCourante}:" only once.

It's like , the http request is executed 2 times while the User Defined
Variable once.

I tried with several value for StringToFile last parameter (no value, 1 and
2), but it behave the same, reading the first line of the file.

Regards,
      Jerome



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to