1 message in com.canoo.lists.webtestRe: [Webtest] failed test
FromSent OnAttachments
Marc Guillemot25 Sep 2007 23:57 
Subject:Re: [Webtest] failed test
From:Marc Guillemot (mgui@yahoo.fr)
Date:09/25/2007 11:57:35 PM
List:com.canoo.lists.webtest

Hi,

continuing after a failure is probably not the best solution.

Have a look at this thread http://www.nabble.com/Resume-after-failing-step-tf3559116.html this explains what is probably a better organization of the tests (and a way to implement the feature you ask for, if you really need it).

Marc.

spike78 wrote:

Hi,

is it possible if a test in a group fail, the other groups will continued ?

Example:

I have this structure:

<webtest name="test"> <group description="1"> ...... </group>

<group description="2"> ...... </group> </webtest>

If "group1" fail, group 2 will not continued. How can I do this.

.... thx....

sorry for my bad english ;)

spike