Hi, I am trying to run a test case which uses two "blocks" of code, each nested inside a pair of <webtest> tags. The first "block" contains the actual test case, and the second contains code to format the results so they can be published on a webserver.
Currently, I have haltonfailure="true". However, if the first part of the test fails WebTest halts completely and doesn't execute the next set of <webtest> tags to format the results. Is there a way of ensuring that the second "block" will be executed, even when the first one fails? Any help is much appreciated, Peter -- View this message in context: http://www.nabble.com/Help-with-haltonfailure-tf1992684.html#a5468542 Sent from the WebTest forum at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

