dchester11
15 years agoOccasional Contributor
soapui model questions
This may be more of a Java or Groovy API question. I am relatively new to both. I see a couple places in the documentation where the testRunner variable is expanded in a script step. One example is def tc = testRunner.testCase.testSuite.project.testSuites["Sample Simple TestSuite"].testCases["Simple Login and Logout w. Properties Steps"]. I see in the soapui api docs the entry for the testRunner interface, but I do not see where it is documented to expand each property like that. How can I figure out what properties are available to each of the variables available to me in the scripting steps? Thank you.


