Hi all,
i need to perform the following action to have in my tree listener : 
http_request1
http_request2
http_request2
http_request2
http_request2
...
 
My test plan is defined as below :
 
myvar = 1 (user defined variable)
 
if myvar==1 then (1st If Controller)
    http_request1
    myvar = 2
end if
 
if myvar == 2 then (2nd If Controller)
    http_request2
end if
 
 
 
myvar is defined as user defined variable in my test plan (high level).
My problem is that the value given to myvar is always the value re-defined
in my 1st IfController and the http_request1 is nevel called, always the
second http_request defined in my second ifController.
In my tree listener i have :
http_request2
http_request2
http_request2
http_request2
...
 
PS : If i set the value of myvar in another simple controller (after the two
If Controllers), I have the same result : it works as if myvar has always
the value 2.
 
Thanks in advance for any help/clarifications.
 

--
Bruno 

Reply via email to