Forum Discussion

erchristopher's avatar
erchristopher
Occasional Contributor
10 years ago

Parameterize step name in context.expand

how do i parameterize the below def response = context.expand('${Step1#Response}') def tcase = context.testCase.getTestStepAt(0).name; i want to supply tcase variable in place for the StepNa...