Forum Discussion
Please post the script and attach error log.
- iou100610 years agoOccasional Contributor
The Error log is already in the description. the script is a blank one. I even commented all the code and the same error still there
- iou100610 years agoOccasional Contributor
Forget this error log
Tue Nov 17 10:18:51 CST 2015:ERROR:cannot get error line number!
Tue Nov 17 10:18:51 CST 2015:ERROR:java.lang.IllegalStateException: No match found
java.lang.IllegalStateException: No match found
at java.util.regex.Matcher.group(Unknown Source)
at com.eviware.soapui.support.GroovyUtils.extractErrorLineNumber(GroovyUtils.java:132)
at com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep.run(WsdlGroovyScriptTestStep.java:177)
at com.eviware.soapui.impl.wsdl.panels.teststeps.GroovyScriptStepDesktopPanel$RunAction$1.run(GroovyScriptStepDesktopPanel.java:263)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) - iou100610 years agoOccasional Contributor
I just tried to create a new test case with "Run TestCase" step, and also invoke a new test case with only a blank Groovy script. When I try to run the case the second time, the same error displayed
- nmrao10 years ago
Champion Level 1
Issue related to Run Test Case test step is addressed in maintenance build of ReadyAPI 1.5.0. Try the updated build from
https://support.smartbear.com/downloads/readyapi/nightly-builds/
And update this thread.
- iou100610 years agoOccasional Contributor
Thanks , when I run the same script with the latest version, the error is disappeared