kamahade
15 years agoRegular Contributor
com.eviware.soapui.config.TestStepConfig
TestSuite implementation for WSDL projects. com.eviware.soapui.impl.wsdl Class WsdlTestSuite constructor method has following signature
WsdlTestSuite(WsdlProject project, com.eviware.soapui.config.TestSuiteConfig config)
Here what is ? com.eviware.soapui.config.TestSuiteConfig ... I could not get to know how to configure this or declare this.
If I want to use WsdlTestSuite , how do I use it ?
Class WsdlTestCase also uses this com.eviware.soapui.config.TestSuiteConfig which I could not see it anywhere. When I tried, am getting error
How do I define my Project and start working on that ?
WsdlTestSuite(WsdlProject project, com.eviware.soapui.config.TestSuiteConfig config)
Here what is ? com.eviware.soapui.config.TestSuiteConfig ... I could not get to know how to configure this or declare this.
If I want to use WsdlTestSuite , how do I use it ?
Class WsdlTestCase also uses this com.eviware.soapui.config.TestSuiteConfig which I could not see it anywhere. When I tried, am getting error
[size=50]org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script19.groovy: 5: You cannot create an instance from the abstract interface 'com.eviware.soapui.config.TestSuiteConfig'. @ line[/size]
How do I define my Project and start working on that ?
def mytestsuite = new com.eviware.soapui.impl.wsdl.WsdlTestSuite(proj,config); ?