Forum Discussion

bernard777's avatar
12 years ago

dynamic rest parameters

i have a restful post request in soap ui having a few parameters in it. now i want to somehow dynamicaly change one of the parameters in order to do a load test on our site. How can i dynamically change the parameters in soap ui working together with loadui. which program can i use?

1 Reply

  • SiKing's avatar
    SiKing
    Community Expert
    Depending on exactly what you want, there are like a hundred possible answers.
    For example, to just generate a random string you could use property expansion for the value of your parameter, like
    ${=Math.random()}