-
14
Webdriver Exception Handling
What should you do when something goes wrong with your scenario tests
Tagged with:
"CSharp"
2015
Jan
2014
Sep
-
23
Faking domain logic
Using C# extensions to create the illusion of domain logic -
22
Custom Webdriver Page Factories
Wrapping WebElements to reduce boilerplate clutter
Mar
-
14
Metaprogramming instead of duplication
convention over duplication, good or bad?
2013
Nov
-
14
Enhancing the builder pattern with closures
the trainwreck/builder/chaining pattern can be dangerous and here's why -
04
Integration Testing with SQLite
Decoupling your integrated database environment from your development.