SoapUI provides the " Run TestCase feature " :
https://www.soapui.org/docs/functional-testing/teststep-reference/run-testcase.html
The problem is that I cannot only use it to target a TestCase from another TestSuite.
I know I can achieve this via Groovy scripting but I would like to use the graphical interface.
Is there a way to call a TestCase from another TestSuite via the graphical interface ?
Thank you!