Call a testsuite inside a testcase?

I know we can call another testcase from inside the testcase.
Is it possible to call a testsuite inside the testcase?

so I don’t need to call each testcase like this inside the testcase if I have 100 testcases!
WebUI. callTestCase(testcase1)

WebUI. callTestCase(testcase100)

One workaround I can think of is to generate a CMD in console mode for the testsuite, then run it inside the testcase. Is there a better way?

Runtime. getRuntime ().exec(cmd_for_running_testsuite)

1 Like

No, not right now, but if I move this to the suggestions category… well, we’ll have to wait and see :wink:

thanks. it’s a good feature that Katalon should have.