ContributionsMost RecentMost LikesSolutionsRest 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 SoapUI 5.8.0 are enforcing stricter compliance/parsing when validating assertions. Some of my assertions with indices are failing only in SoapUI 5.8.0 like for example jsonpath count assertion $..id[0] is failing in 5.8.0, but working fine with SoapUI 5.5.0. I would like to know 1.Is there any SoapUI preference or a property or flag in settings.xml with which I can revert to a more lenient compliance check with schema like in SoapUI 5.5.0? 2.Is there any patch or plugin by using which my rest step assertions written in 5.5.0 will pass? 3.Or any other solution or groovy script If I have this solution, i can save time in modifying all assertions which will take days Re: Wild card in Contains assertion I have checked "Use token as regular expression".But even then if I use regular expression in contains assertion, it is not working Wild card in Contains assertion I have lot of "contains" assertions in my scripts. like assertion content as <ns3:rte>100</ns3:rte> But unfortunately because of schema changes ,namespace prefix have changed.I have to change ns3 to ns4.And chances are there it may change again to ns7 or ns10 in future Can I use wild care for namespace prefix like <*:rte>100</*:rte> or please tell me how I can use regular expression in contains assertion Need property value in the data source in the junit reportI am using soapui pro.I have a REST test request step under my test case.This test request is executed for different sets of data taken from an excel data source having multiple rows.There is a column "test type" in my excel data source for different types of tests.For example "test with special chars" ,"test with normal text" etc In my junit test report I can see the test request name.I want to put value from "test type" column also in the junit report.I have gone through report scripting.But could not succeed here.Plz help me