Forum Discussion
2 Replies
- Hi!
If I have interpreted you correctly, you want to provide a dynamic value for an enumerated field in a request.
You should be able to in the drop down menu right click and use the Get Data.. menu to use property expansion and pass the value through a custom property.
This property could be set by some Groovy Script or similar.
Have a at: http://www.soapui.org/Scripting-Propert ... nsion.html and http://www.soapui.org/Scripting-Propert ... rties.html
--
Regards
Erik
SmartBear Sweden - BAlmeidaOccasional ContributorIt works. I was looking for an image like other text boxes to refer the test data instead of right clicking on drop down
. Thanks Erik