ahabib
7 years agoOccasional Contributor
problem with wsdl.wsdlprojectpro
Im trying to run a testcase from a groovy script, this is the code :
import com.eviware.soapui.impl.wsdl.WsdlProjectPro
def x =testRunner.testCase.testSuite.project.getPath()
WsdlProjectPro proje...
- 7 years ago
Hi ahabib,
You can define the project like this;
def project = context.getTestCase().getTestSuite().getProject();