Forum Discussion

LLaurenss's avatar
LLaurenss
New Contributor
8 years ago

SoapUI getData: Select all custom properties instead of one by one.

I have one testcase to test a webservice but it has a huge amount of custom properties. Is it possible to generate the variables to access them?  Now I have to click on getData and select the correct property in the scripting env. but for so many properties it takes a while.

 

 

Second: if there is no way of doing it, is it maybe possible to iterate through all the custom properties in the script env?

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    What do you mean by "Script env"? A groovy script, you mean?
    • LLaurenss's avatar
      LLaurenss
      New Contributor

      Yes I have an assertion script file where I need access to all these properties. By now I added them all manually by clicking "get data" -> click on the right property.