Created
October 1, 2014 18:47
-
-
Save anandsunderraman/b8d60a2bc55469f19f78 to your computer and use it in GitHub Desktop.
SoapUI set post parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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