Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Basically I have been programing for a little while and after finishing my last project can fully understand how much easier it would have been if I\'d have done TDD. I guess I\'m still not doing it s
I would like to know what\'s the best approach to test the method \"pushEvent()\" in the following class with a jUnit test.
I\'m considering remaking my blog(currently in PHP, but <100 lines of non-layout code) in Ruby on Rails just for the fun of it. I want to make another project in Rails, but I should learn Rails(mor
Are there any guidelines when quoting estimates for projects/tasks involv开发者_高级运维ing TDD?
I have a few repository classes that are meant to talk to different kinds of data, deriving from an IRepository interface.
I\'m using HSQLDB for data layer integration testing, which is great.However, I\'m finding that my foreign key constraints are getting in the way of my tests.For example, to test a simple select on on
So I am wondering if anyone is familiar or has done any work with cucumber and Silverlight.I currently have a template directo开发者_开发知识库ry and build file that will create RSpec tests using Baco
I\'d like to start with TDD in ASP.NET NVC. Ge开发者_StackOverflowtting links pointing me to some ressources for absolute beginners on that matter would be helpfull. (why, when, how to write tests).
I\'m trying to build a test for a view that\'s decorated with @login_required, since I failed to make it work, I did a simple test