Forum Discussion
jsreesoap
11 years agoContributor
Thanks Marcus.
I tried to get testSuite property by using..
import com.eviware.soapui.SoapUI
def projectProperty = SoapUI.getWorkspace().getProjectByName("REST Project 1 End to End").getTestSuiteByname("https://testapi.foliofn.com End to End TestSuite").getPropertyValue("folioName")
log.info projectProperty
it threw me error. Not sure what I am doing wrong :-(
I tried to get testSuite property by using..
import com.eviware.soapui.SoapUI
def projectProperty = SoapUI.getWorkspace().getProjectByName("REST Project 1 End to End").getTestSuiteByname("https://testapi.foliofn.com End to End TestSuite").getPropertyValue("folioName")
log.info projectProperty
it threw me error. Not sure what I am doing wrong :-(