6 messages in com.canoo.lists.webtest[Webtest] Re: Results.HTMl Not genera...
FromSent OnAttachments
PrasannaRH17 Aug 2006 23:09 
Prasanna20 Aug 2006 23:54 
Marc Guillemot20 Aug 2006 23:56 
Marc Guillemot20 Aug 2006 23:58 
Prasanna21 Aug 2006 04:28 
Marc Guillemot21 Aug 2006 10:17 
Subject:[Webtest] Re: Results.HTMl Not generated with Config Elemnet
From:Marc Guillemot (mgui@yahoo.fr)
Date:08/21/2006 10:17:03 AM
List:com.canoo.lists.webtest

Hi,

except if enclosed in a <not> (or <retry>) what is after a failed step inside <webtest> </webtest> will NOT be executed. How could for instance a setInputField be successfull if you didn't reach the page where it is located?

Marc.

Prasanna wrote:

Hi Marc,

I need to continue Testing even If a Step Failed .... Looking from docs I thought I should use following

haltonerror errorproperty haltonfailure failureproperty It has also been mentioned that "but still ultimately fails the build if anything went wrong."

In my test I do not get any build failures But still when a particular step fails entire web test stops..

Obviously I am not properly using above Properties in a proper format .. I want to know the exact way it should be used Because the Docs in your site does not have an example demonstrating the same...