The do’s and don’ts of integration testing
Get the biggest bang for your buck with integration tests that are fast, reliable and easy to maintain.
Continue readingNeil Syrett | Quality Engineer
Get the biggest bang for your buck with integration tests that are fast, reliable and easy to maintain.
Continue readingFed up with messy test code that’s difficult to maintain and extend? Read on to learn how to supercharge your automated test by implementing IoC using .NET Dependency Injection
Continue readingI spend a fair amount of time reviewing automation code and frameworks and recently I’ve come to the conclusion that the testing community has a problem. We have an unhealthy obsession with test contexts! I’m not fundamentally opposed
Continue readingJust under a year ago the team and I made the bold decision to delete our existing suite of automated browser test. The suite was your traditional web test framework – SpecFlow, Selenium WebDriver, Page Object Model.
Continue readingBefore I get hammered by the checking vs testing advocates, please let me caveat this post by saying that this entire post is about automated checking, but for readability purposes I may from time to time use
Continue reading