Skip to content

Instantly share code, notes, and snippets.

@anandsunderraman
Created October 1, 2014 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anandsunderraman/b8d60a2bc55469f19f78 to your computer and use it in GitHub Desktop.
Save anandsunderraman/b8d60a2bc55469f19f78 to your computer and use it in GitHub Desktop.
SoapUI set post parameters
//set sessionToken with jwt token to post request
testRunner.testCase.getTestStepByName("TestStep").testRequest.params.setPropertyValue('requestParameterName','requestParameterValue');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment