Forum Discussion
Manimaran
12 years agoOccasional Contributor
It just gives the step name as 'Groovy Step'. But what i need is, for one of my test case, i will be running 'Test Request 2' and at the same time my other two test requests will be disabled. So at this point of time, Test Request 1 and 3 will be in disabled mode, Test Request 2 will be in enabled mode and it was the one executed. Now once after executing the request, it comes to groovy step and here i need to get the name of the executed test request (i.e; immediate previous executed test step name. for eg, I should get the name as 'Test Request 2'). how should i get that? Please help me.