-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been reading about Agile, XP methodologies and TDDs.
I have been in projects which states it needs to do TDD, but most of the tests are somehow integration tests or during the course of project TDD is forgotten in effort to finish codes faster.
So, as far as my case goes, I have written unit…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I read this article about TDD and unit testing:
http://stephenwalther.com/blog/archive/2009/04/11/tdd-tests-are-not-unit-tests.aspx
I think it was an excellent article.
The author makes a distinction between what he calls "TDD Tests" and unit testing. They appear to be different tests to him.
Previous…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
First I am glad to see better TDD support in VS2010. Support for generating code stubs from my tests is ok - not as good as more mature TDD plug-ins but a good start.
I am looking for some best Silverlight 4.0 TDD practices. First Question: Anyone have links, recommendations? I know the new Silverlight…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I've recently been studying TDD, attended a conference and have dabbled in few tests and already I'm 100% sold, I absolutely love it TDD.
As a result I've raised this with my seniors and they are prepared to give it a chance, so they have tasked me with coming up with a way to implement…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
Modern ASP.NET web applications take full advantage of client-side JavaScript to provide better interactivity and responsiveness. If you are building an ASP.NET application in the right way, you quickly end up with lots and lots of JavaScript code. When writing server code, you should be writing…
>>> More