Could anyone 开发者_JS百科explain the word regression test in an understandable way?Regression test is a test that is performed to make sure that previously working functionality still works, after ch
I\'m trying to get Capybara running in a simple Ruby script -- i.e. without/outside of Rails. Here\'s the script:
I\'m taking a stab at setting up 开发者_StackOverflowunit tests for some utility classes in a project I\'m working on, and one of the classes (contains licensing info) has a method that does some dete
Has anyone got a TDD-ish methodology for designing complex WPF xaml components (i.e., ControlTemplates, Custom Controls with dependency properties)?
We\'ve started using Part Cover to track test code coverage of our application. IMO its a great tool for getting an overall score for your tests and for highlighting test areas where you might have be
I currently have like 10 tests that test whenever my Tetris piece doesn\'开发者_C百科t move left if there is a piece in the path, or a wall. Now, I will have to test the same behaviour for the right m
I want to refactor a DLL to make it MEFable too开发者_运维技巧. Should I unit test whether a class is decorated with [Export] or [Import] and other MEF attributes?Your tests should focus more on the g
I\'ve been reading a lot on TDD over the past few months and decided to jump in and try it out with an easy example, I\'m just not sure I\'m testing for the right things in practice. Here the tests fo
I wonder how TDD is done in Rails. Here are the steps I have written down: Create migrations and models for the database tables
So I\'m getting used to TDD, but I\'ve come across an unexpected problem: I\'m getting really tired of 100% code coverage. The tests are getting more tedious to write than the code itself, and I\'m no