Oracles solve “This thing needs more tests than I can list!” We use data driven testing to reduce the number of tests into a…
Tag
testing
Architecture
Failing Tests for Minor Bugs

Scenario Consider a case where there is a test case with several steps, and one of the steps fails because a bug is present…
Architecture
Classifying Manual Tests in Microsoft Test Manager

Automated tests in TFS have a very helpful method of categorizing tests. With the addition of a .NET attribute on the test method, you…
Quality
Smoke Tests vs. BVTs

Lately, I have seen some confusion at the level of testing that should be done when a daily build is generated. How do we…