One of the bigger discussions I see occur frequently is the discussion about how to deal with and address Flaky Tests. Just go back to Google and search for "How to deal with flaky tests"…
Up until recently, I have been stuck in the past with using version 2.6.4 of NUnit. I had never upgraded because I never knew of all the benefits that I could receive by…
The Pragmatic Programmer states Integration Testing shows the major subsystems that make up the project work and play well with each other. Unit tests isolate individual components and mock out the behavior of the external…
I have recently developed this pattern when I am writing tests that may not be new to some of you, but I wanted to share. It is using the TestCaseData class in combination with the…
At my current job, one big topic of conversation lately has been how we are passing in our configuration values to our Integration tests. I want to show you how you can use the *.runsettings…