Skip to content

Instantly share code, notes, and snippets.

@infomaven
Last active May 21, 2024 16:29
Show Gist options
  • Select an option

  • Save infomaven/bf649b25d22df1ce8ebfcc5af3b8bf27 to your computer and use it in GitHub Desktop.

Select an option

Save infomaven/bf649b25d22df1ce8ebfcc5af3b8bf27 to your computer and use it in GitHub Desktop.
SoapUI OSS Cheat Sheets

SoapUI Properties

SoapUI Properties can be defined in the gui and then referenced using a Property Expansion in later parts of the test.

These expressions can be inserted into payloads, Groovy code or entered as values for downstream Properties.

Some examples -

${#Project#PropertyName} – For Project Level

${#TestSuite#PropertyName} – For Test Suite level

${#TestCase#PropertyName} – For Test Case level

${TestStepName#PropertyName} – For Test Step level

${#MockService#PropertyName} – For MockService property

${#Global#PropertyName} – For Global properties, found in File → Preference → Global properties tab. This property can be used across all projects

${#System#PropertyName} – For System Property, found in Help → System properties

${#Env#PropertyName} – For environment variable

References

SoapUI docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment