Forum Discussion

kamatchipriya16's avatar
kamatchipriya16
Occasional Contributor
6 years ago

get property value from soapui groovy script to java

Hi..

I have created groovy script in soapui project and it is integrated with maven. 

In the script i used setPropertyValue like below..

testRunner.testCase.testSuite.project.setPropertyValue("report", "localhost:8080");

 

Now, i want to get the property from groovy script to java class..How can i get this property in java class.. 

 

Kindly help me ASAP.

2 Replies