FragileTests are tests that readily break as you refactor parts of the application that refactoring tools (like the RefactoringBrowser) cannot identify. What are some tips in reducing the fragility of UnitTest''''''s? ------ CategoryTesting