is there any way to get either the test name or test location into a groovy
script

i tried this

def currentTest = step.getWebtestProperty("webtest.name").toUpperCase()
println("test in work  = " + currentTest)

but it doesn't work

any ideas?

Reply via email to