Forum Discussion
jpr
6 years agoOccasional Contributor
When I look at the XML source of the SoapUI project, it looks like the startStep is not actually disappearing, but rather replaced by the name of an assertion in that test case? Strange.. and still haven't figured out what actually triggers this.
jpr
6 years agoOccasional Contributor
It looks like, when changing the NAME of an assertion in the start step, it also incorrectly changes the startStep name of the SOAP Mock Response to the name of the assertion.
I suspect the problem is here somewhere? https://github.com/SmartBear/soapui/blob/fe41852da853365c8be1ab331f713462695fd519/soapui/src/main/java/com/eviware/soapui/impl/wsdl/teststeps/WsdlMockResponseTestStep.java#L767