Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I am trying to learn TDD, but getting RSpec开发者_开发百科 + Autotest setup on Windows 7 has been a pain.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
The first part of the TDD cycle is selecting a test to fail.I\'d like to start a community wiki about this selection process.
I know there is TypeMock and JustMock, but both are commercial products and quite expensive. Are there free开发者_JS百科 or open source mocking frameworks that can compete with the two?
Is it possible to mark a test as \"expected to fail\" with PHPUnit?T开发者_运维知识库his would be useful when performing TDD, and you want to distinguish between genuinely failed tests, and tests that
I have started using a TDD approach to develop a small app that reads data from Excel files. Using a repository pattern type approach I have come to a hurdle which baffles me.
How do I create a unit test to test a class that sits in a loop? Here\'s the scenario. I have a class that is injected with a reference to a serial port.
Everyone knows about some relevant statistics about positive impact of using test/behavior driven development in real projects. I know statistics can be very misleading, but it would be nice to see so
Reading this question has helped me solidify some of the problems I\'ve always had with unit-testing, TDD, et al.