Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. // Set test case property
  2. testRunner.testCase.setPropertyValue("PropertyName", Value)
  3. // Set test suite property
  4. testRunner.testCase.testSuite.setPropertyValue("PropertyName", Value)
  5. // Set project property
  6. testRunner.testCase.testSuite.project.setPropertyValue("PropertyName", Value)
  7. // Set global property
  8. com.eviware.soapui.SoapUI.globalProperties.setPropertyValue("PropertyName", Value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement