sunilkumarcm
4 months agoNew Contributor
Rest step assertions written in SoapUI 5.5.0 are failing in SoapUI 5.8.0
I am using SoapUI 5.5.0 and we are in the process of migrating our scripts to SoapUI 5.8.0.But after migrating to SoapUI 5.8.0 many rest step assertions are failing because json path libraries in Soa...
- 3 days ago
SoapUI 5.8.0 uses a newer, stricter JSONPath library than 5.5.0, so some expressions that previously passed may fail. e.g., $..id[0]) now fail.
- There is no preference, flag, or plugin to revert to the old lenient behavior.
Practical options are to update JSONPath expressions to the stricter syntax or replace sensitive assertions with Groovy-based checks using custom JSON parsing and There is no compatibility mode that will make all 5.5.0 assertions pass unchanged.
Regards