Forum Discussion
sanj
Super Contributor
Looks like the paramter order is reversed
username and domain
punter
8 years agoContributor
Tried same result
- sanj8 years agoSuper Contributor
has answer to your question
- punter8 years agoContributor
Still ,no solution
just want to pass a value in test step custom property
- sanj8 years agoSuper Contributor
I have tried the link below it works for me
https://www.soapui.org/scripting-properties/tips-tricks.html
Below is what I did and it works for me
testRunner.testCase.setPropertyValue( "Firstname", "Sanjeet" )
def testCaseProperty = testRunner.testCase.getPropertyValue( "Firstname" )
Related Content
- 10 months ago
- 5 years ago
Recent Discussions
- 2 days ago
- 2 days ago