This is probably a case of diving into the deep end of the pool without knowing enough, but I'm in need of a more modular solution, so I'm hoping someone can help steer me in the right direction.
My team consists of 20+ people and we're trying to version control the SoapUI projects, but I've found that in a lot of cases, we're hitting hard-to-resolve conflicts and occasionally overwriting each other's work. Short story - it's unmaintainable in its current state.
What I'd like to do is get a single "master" project that can run tests from several other projects, that way we can spread out the tests across several files and have more modular sections. I'm assuming that I'll need to use Groovy for this, but I haven't found a way to access anything beyond the same-project scope to try to pull in SoapUI test cases or suites.
Is it possible to load a test case or test suite from another project file and run it? If possible, snippets or references to examples would be a ton of help.
Thanks!
Jen