Hi, i want to access the stepResults eg. duration etc. in a simple groovy webtest script like this:
ant.testSpec(name:'simple Groovy Webtest'){
config(config_map)
steps(){
invoke(url:'linkpage.html')
verifyText(description:"Index", text:"index")
}
}
}
Is it possible to get these for every called step ?
greetings
Stefan Majer
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

