Forum Discussion
Manimaran
12 years agoOccasional Contributor
Basically, i want to identify and get the XML test request step name from the series of steps in that test cases. I can store the step as you said, but still i have to store more than 5 step names for a single run (as this is my configuration, based on my requirement) and this will again confuse me to get the name of XML request name (as if we hard coded). So i am looking for, is there any way that i can get the previously executed XML test request name using Groovy? (there could be lots of request executed for single run, but have to identify the XML test request step name). Please help me.