3 Further Information - essenius/FitNesseFitSharpFibonacciDemo GitHub Wiki
More examples/guidelines
- Game Management Demo - a walkthrough of the different fixture types in FitNesse along with associated C# fixtures, in an ATDD style engagement.
- Feature Demos - going more in depth on the Wiki capabilities
- FitNesseRun - how to run FitNesse tests in Azure Pipelines
Fixtures for different types of interfaces to applications under test
- Rest Fixture - highlighting the use of the REST fixture and handling of JSON, XML and text payloads.
- Selenium Fixture - explaining how to do web testing (using Selenium Webdriver under the hood).
- UI Automation Fixture - showing how to do thick client (WinForms/WPF) testing
- Excel Fixture - diving into how to text Excel spreadsheets
Utilities
Theory