Manimaran
12 years agoOccasional Contributor
How to know which teststep is running?
Hi,
I have set of test steps(Test Request Steps) inside a test case as below and one groovy step. Based on my input from excel, i run a particular request step and at the same time, i will disable all other request steps on the same run. In groovy step, i do some validation based on the executed test step (request step). How can i get the test step name of the executed test step on each time or for each run from the Groovy step? Can anyone help me.
Test Case1
Test Request 1
Test Request 2
Test Request 3
Groovy Step
I have set of test steps(Test Request Steps) inside a test case as below and one groovy step. Based on my input from excel, i run a particular request step and at the same time, i will disable all other request steps on the same run. In groovy step, i do some validation based on the executed test step (request step). How can i get the test step name of the executed test step on each time or for each run from the Groovy step? Can anyone help me.
Test Case1
Test Request 1
Test Request 2
Test Request 3
Groovy Step