Enterprise library -- Test usability and "runnability"

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2005/4/11/enterprise-library-test-usability-and-quotrunnabilityquot.html
Published Monday, April 11, 2005 5:16 PM by RoyOsherove

Comments

Monday, April 11, 2005 12:44 PM by jerrad anderson

# re: Enterprise library -- Test usability and "runnability"

I wonder if for things like the issue with not having an oracle database to test against warrants a formal rule in unit testing.

"Don't assume that all integration tests will be run in a stable environment" Should our tests be more reflective of the environment or should they be ridged so that all tests environments are the same.

I think maybe instead of having pass, failed, or skipped as test outcomes, maybe another outcome could be "UnSupportable". This would indicate that this test was skipped because the underlying features meant to be tested cannot be tested.

Our unit tests then should check to see if Active directory is available, or if an oracle instance is nearby.