Forum Discussion

roryLIT's avatar
roryLIT
Contributor
12 years ago

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 for this?

Thanks

2 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Can you be little more clear what you wanted to do?
  • See attachment for what testcase layout looks like:
    Contained in the resultTransfer Run Testcase step is a groovyscript step. In this groovyscript step I want to run the Groovy Script step that is next after the resultTransfer step (highlighted in the attachment)

    Thanks