groovy - LoadTest SoapUI not work with script to increse value -
i use soapui 4.5.1. have testsuite 4 steps, see below, , load test. each teststep in context. - properties; create 1 variable "number" , set value ( eg: 100); - groovy script : increment variable (+1) , set new value; - property transfer : transfer value variable "number" , put on element in xml inside request. goal run loadtest "loadtest-request" , check time each request on interval of 60 seconds.
soapui_4_5_1.png problem each request don't update new value executed on step "property transfer".
the solution question here
answer: scope of property problem. when change scope , used scope testcase, work correct.
Comments
Post a Comment