12 messages in com.canoo.lists.webtest[Webtest] accesing StepResults in a G...
FromSent OnAttachments
Stefan Majer26 Nov 2007 03:22 
Marc Guillemot26 Nov 2007 04:41 
Florent Blondeau26 Nov 2007 05:36 
Stefan Majer26 Nov 2007 11:01 
Florent Blondeau27 Nov 2007 03:10 
Stefan Majer27 Nov 2007 10:41 
Florent Blondeau28 Nov 2007 02:04 
Marc Guillemot28 Nov 2007 02:42 
Stefan Majer29 Nov 2007 08:37 
Marc Guillemot29 Nov 2007 10:56 
Stefan Majer20 Dec 2007 10:54 
Marc Guillemot28 Dec 2007 00:17 
Subject:[Webtest] accesing StepResults in a Groovy WebTest
From:Stefan Majer (ste@x-cellent.com)
Date:11/26/2007 03:22:57 AM
List:com.canoo.lists.webtest

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