diva-e-api-testNew ContributorJoined 11 years ago2 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Is ist possible to see why an assertion test step fails? Thank you for reply. It worked, I saw some more information at script and error log. I still found another good tip at https://www.soapui.org/scripting-properties/tips-tricks.html#8-Logging-results. These results contain the value of properties which do not match. Is ist possible to see why an assertion test step fails? I have an assertion test step which fails and I have no idea why it does. It would be very helpful to have the same information as in a REST-request test step where it is possible to add an assert. If I run the test step and the assertion fails, I get information like"Comparison failed. Path: [$['variable'][0]['code']]; Expected value: [xyz; Actual value: [xxy]. " Solved