Forum Discussion
- davidp_1Occasional Contributor
Did you ever find a solution to this? I know it's old, but I'm looking at the same question. Thanks.
- nmrao
Champion Level 2
Looks you replied to a very old topic.
It is pretty simple. you can place all your properties into a file called soapui.properties and place it under SOAPUI_HOME/bin directory.
In order access these properties in the project, you can use them like ${#Project#PROPERTY_NAME}.
Hope this resolves your issue.