Forum Discussion
kamahade
15 years agoRegular Contributor
How do I try using SoapUITestCaseRunner in groovy ?
I read this as well http://www.soapui.org/Test-Automation/i ... junit.html
What jar files, I should add in classpath ? I tried soapui-pro-3.5.1.jar file , SOAPUIPRO lib folder
still am getting
I read this as well http://www.soapui.org/Test-Automation/i ... junit.html
What jar files, I should add in classpath ? I tried soapui-pro-3.5.1.jar file , SOAPUIPRO lib folder
still am getting
groovy> import com.eviware.soapui.tools;
groovy> SoapUITestCaseRunner runner = new SoapUITestCaseRunner();
groovy> runner.setProjectFile( "D:\\soapui-release-B\\try.xml" );
groovy> runner.run();
3 compilation errors:
unable to resolve class com.eviware.soapui.tools
at line: 1, column: 1
unable to resolve class SoapUITestCaseRunner
at line: 3, column: 22
unable to resolve class SoapUITestCaseRunner
at line: 3, column: 31
Related Content
- 2 years ago
- 3 years ago
- 3 years ago
- 4 years ago
- 12 years ago
Recent Discussions
- 6 days ago
- 10 days ago