Forum Discussion

scotthclements's avatar
scotthclements
New Contributor
8 years ago

Issue with v1.8.0 - Assertion Failure Due to SoapUI not Reading ActualJSON Response Value

We recently upgraded to version 1.8 from 7.  We are experienceing a bug where assertions are failing due to the actual response in the assertion step is [] (blank) when the response actually has the correct value and we see it in the response pane

 

Has anyone else experienced this issue and if so, what was resolution, if any?

 

Additional, any advice on how to revert back to 1.7.?   I cannot fine version 1.7 exe on SmeartBear site.

3 Replies

    • scotthclements's avatar
      scotthclements
      New Contributor

      Thank you for the response, Tanya.  I installed the update and the issue still present.  I have followed your recomendation and reported to customer care team.  Thank you

    • catch22's avatar
      catch22
      Occasional Contributor

      In 1.8 Assertions on a JDBC responses fail for me because fields are now in lowercase


      1.7

      <Results>
      <ResultSet fetchSize="128">
      <Row rowNumber="1">
      <DATA>12345</DATA>

       

      1.8

      <Results>
      <ResultSet fetchSize="128">
      <Row rowNumber="1">
      <data>12345</data>