Assume I use soapUI for non-regression. When doing a modify on a project it generates a XML file which is not made to be human readable.
This leads to some issues:
- it makes code review complex (
git diff
is not exploitable) - can lead to conflict when several team members are working simultaneously.
I experience Karate: https://github.com/intuit/karate, which nicely solves the issue.
Is there ways/tips to avoid this issue when using SopaUI (file split, paid edition...) ?