Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
You can use a script to set the property in your project. Please see this article:
http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#1-1-get-and-set-properties
You can gain access to the value of the property by defining a variable that will hold it, using right-click-->Get Data... in your script to retrieve that value that you want to set as a custom property in your project. Then pass that value when you set the property.
See this article on how you can retrieve properties in your project using property expansion:
http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html
Regards,
Giscard
SmartBear Support
You can use a script to set the property in your project. Please see this article:
http://www.soapui.org/Scripting-Properties/tips-a-tricks.html#1-1-get-and-set-properties
You can gain access to the value of the property by defining a variable that will hold it, using right-click-->Get Data... in your script to retrieve that value that you want to set as a custom property in your project. Then pass that value when you set the property.
See this article on how you can retrieve properties in your project using property expansion:
http://www.soapui.org/Working-with-soapUI/point-and-click-testing.html
Regards,
Giscard
SmartBear Support