nradov
9 years agoNew Contributor
XInclude to reduce size of SoapUI XML project files?
We're using SoapUI Pro to automate web service testing. Due to the quantity and complexity of test cases we have many SoapUI XML project files which are larger than 10 MB. All of those files are checked in to our source code repository so this is hurting performance and making it hard for developers to switch back and forth between branches.
Is there a good way to reduce SoapUI XML project file size by factoring out common elements into separate shared files? I was thinking of using XInclude but I'm not sure whether it's supported. Is there another recommended solution?