Skip to content

Tag Archives: Data-Driven Testing

UI Automation Beneath the Presentation Layer using .NET’s Reflection

This week I am in Bad Homburg, Germany where I gave a keynote at the Testing & Finance conference. It was really great to see some very dear friends and meet new colleagues from around the world. Bad Homburg is about 30 minutes by train from Frankfurt, and it is a quaint little town with [...]

Data-Driven Testing

Originally Published Sunday, January 04, 2009
I am generally not a big fan of static data in test automation, but being a pragmatic person, I know there are clearly times when using data-driven testing is just plain common-sense. For example, data-driven testing is an effective automation approach when designing ‘black-box’ tests for testing an API.
Data-driven testing [...]