ContributionsMost RecentMost LikesSolutionsCreate a payload on groovy and call a step passing it Hi all, I want to create a payload on groovy and call a step passing this payload I need to do something like this: GROOVY CODE: <code> def step = testRunner.testCase.testSteps["POST XPTO"].name; def _from = "XXX"; def _to = "YYY"; testRunner.runTestStepByName(step, _from, _to) </code>