kannan
4 years agoOccasional Contributor
NullPointerException at com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep
I am stuck with below error . I am calling a groovy test step from assertion of a Test Step and this groovy test step is calling another test case . it is running but below exception is coming . ...
- 4 years agoIf I were into your shoes, I would use the script assertion itself (my understanding is that call a groovy script from script assertion) and not call another groovy script. And also avoid having dependency on another test case.
Please check if it is possible to re-design the test to be independent.
Is it possible to crate sample project to reproduce the issue?