The TestRunner must be debuggable.
Here is a general outline of a TestRunner execution:
.FrontPage .RecentChanges .FitNesse.SuiteAcceptanceTests
Here is a general outline of a TestRunner execution:
- TestRunner is started
- TestRunner initiates a FitServer? session
- FitServer? sends a request specifying which test to run to a FitNesse? server
- FitNesse? responds by sending all the test data
- FitServer? accepts the test data and executes the test.
- TestRunner accepts the test results from FitServer? as they are completed
- TestRunner generates reports and output.
.FrontPage .RecentChanges .FitNesse.SuiteAcceptanceTests