This article applies directly to FitNesse .NET’s DoFixture, but can be adapted for use in other fixtures. One of FitNesse’s greatest weaknesses is the lack of flow control within tests. In everyday real world automated testing there are plenty of times where you will want a test to stop executing so that it does not waste time or cause damage. First create some variables to use to control test flow.