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