Month: June 2023

The Driver Pattern

June 23, 2023
We're going to take a look at a simple 'Driver Pattern' example. A simple example with a C# SpecFlow project. Think of this as a basic introduction before we take a look at a more complex, practical, example of the Driver Pattern with a Selenium Web Driver in SpecFlow. The Driver Pattern with SpecFlow I don't think of the The Driver Pattern in the context of say 'Gang of 4' classic design patterns. It doesn't really fall into any of the 23 patterns that are defined by the 'Gang of 4'. To be honest I find it more logical to think of it just as refactoring. Pulling out code, that might be duplicated, and making it available as it's own...
Read more...