Hi,
I have a winforms app which performs actions (logging into a site and performing UI tests), but with a number of selected options such as logging in via basic auth or normal forms auth, as well as the browser type, etc.
Is the specification design pattern best suited to this? Are there any other good strategies?
Thanks