Run groovy step in main testcase from Run TestCase step
I have a testcase which contains a Run TestCase step. In this Run TestCase step I have a groovy script which I want to run a groovy script step that is in the main testcase. What code would I write fo...