JimL
14 years agoContributor
Assertion in SOAP test step shows "UNKNOWN"?
Hi,
I just noticed something strange.
I have a test case, with a Groovy script step and a SOAP request step.
When I created the SOAP request step, I added two assertions:
- Response is SOAP
- Response contains "Success"
The test case seems to work ok, but when I look at it in SOAPUI now (after having created the test case several days ago), and click "Assertions", SOAPUI is showing:
SOAP Response - UNKNOWN
Contains - UNKNOWN
I was kind of worried about that, so I looked at the XML from saving the project, and it has this:
So, it looks like the 2 assertions are still correct in the SOAPUI project, but the SOAPUI UI itself is now displaying them INcorrectly!
Is this a known bug/problem in SOAPUI V4.0?
Thanks,
Jim
I just noticed something strange.
I have a test case, with a Groovy script step and a SOAP request step.
When I created the SOAP request step, I added two assertions:
- Response is SOAP
- Response contains "Success"
The test case seems to work ok, but when I look at it in SOAPUI now (after having created the test case several days ago), and click "Assertions", SOAPUI is showing:
SOAP Response - UNKNOWN
Contains - UNKNOWN
I was kind of worried about that, so I looked at the XML from saving the project, and it has this:
<con:assertion name="SOAP Response" type="SOAP Response"/>
<con:assertion name="Contains" type="Simple Contains">
<con:configuration>
<token>Success</token>
<ignoreCase>false</ignoreCase>
<useRegEx>false</useRegEx>
</con:configuration>
</con:assertion>
So, it looks like the 2 assertions are still correct in the SOAPUI project, but the SOAPUI UI itself is now displaying them INcorrectly!
Is this a known bug/problem in SOAPUI V4.0?
Thanks,
Jim