Stories recently tagged with 'TDD'

Unit Tests Don't Work on Cubes(compositecode.com)

submitted by adronadron(835) 4 years, 4 months ago

I've been building web sites for a while now. I've been writing code, object oriented style for the better part of a decade. Unit testing I've been doing for all of about 1-2 years to various degrees. Nothing super advanced yet, and slowly I'm getting some of the more advanced unit testing methods figured out. Not so much advanced, but just newer methods for testing in different situations. So now I've figured out web service unit tests, database unit tests, and all sorts of other ways to unit test things. So my question is, how does one unit test a cube? read more...

3 comments |category: |Views: 7

tags: another

MVC/MVP Framework for WPF(devlicio.us)

submitted by bennagebennage(1150) 4 years, 4 months ago

Rob Eisenberg introduces MVP framework he's been developing for WPF (source code included). read more...

1 comment |category: |Views: 340

tags: another

Automated GUI testing - Is it worth it?(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 4 years, 4 months ago

Unit tests no. Acceptance and Integration testing yes with great success. read more...

add a comment |category: |Views: 16

tags: another

Are you a problem solver or a developer?(codebetter.com)

submitted by JanVanRyswyckJanVanRyswyck(2724) 4 years, 4 months ago

TDD vs BDD and why BDD is the wave of the future read more...

3 comments |category: |Views: 7

tags: another

Testing Routes in ASP.NET MVC(haacked.com)

submitted by HaackedHaacked(5105) 4 years, 5 months ago

Demonstration of how to unit test routes in the ASP.NET MVC framework. Provides a nice helper method to do it. read more...

add a comment |category: |Views: 32

tags: another

TDD and Dependency Injection with ASP.NET MVC(haacked.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Great post from Phil Haack about unit testing, mocking, injecting dependencies using an IoC container with the new MS MVC framework (delayed to the next week). read more...

add a comment |category: |Views: 33

tags: another

Circumventing statics and singletons(hammett.castleproject.org)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

A useful dependency injection pattern to make singletons and static members somewhat testable and decouple implementations. read more...

add a comment |category: |Views: 5

tags: another

Test Specific Subclasses vs Partial Mocks(haacked.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

An interesting discussion about mocking classes using partial mocks (in Rhino Mocks syntax) or ad-hoc classes. read more...

add a comment |category: |Views: 9

tags: another

TDD pt2 Pig Latin(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 5 months ago

Part 2 in a Test Driven Development series for the extreme beginner read more...

2 comments |category: |Views: 3

tags: another

Behavior Driven Development (BDD) and NBehave(geekswithblogs.net)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Quick introduction about BDD with naming style and basic concepts. read more...

add a comment |category: |Views: 44

tags: another

TDD Test Driven Development for Beginners pt1(buddylindsey.com)

submitted by percent20percent20(855) 4 years, 5 months ago

Part 1 in a series on Test Driven Development for the extreme beginners to Test Driven Development read more...

3 comments |category: |Views: 114

tags: another

TDD with ASP.NET MVC 3.5 Extensions(chadmyers.com)

submitted by chadmyerschadmyers(840) 4 years, 5 months ago

Doing TDD using the new ASP.NET MVC 3.5 Extensions read more...

add a comment |category: |Views: 26

tags: another

Best of the Shade Tree Developer (Jeremy Miller)(codebetter.com)

submitted by simonebsimoneb(5450) 4 years, 6 months ago

Compendium of the best posts from Jeremy Miller about many topics, from Testing through IoC to Agile. read more...

add a comment |category: |Views: 7

tags: another

Software construction is not a science(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

A third party look at Frans Bouma's and Phil Haack's recent spat about proveability, correctness, and testing. read more...

add a comment |category: |Views: 3

tags: another

"Correctness Provability" Should be the Goal, not Testability(weblogs.asp.net)

submitted by powerrushpowerrush(3873) 4 years, 6 months ago

"So in short: automated tests can show you you broke something which did work before. So they can prove your code ISN'T correct. They can't prove your code IS correct. That's a big difference and often overlooked." read more...

add a comment |category: |Views: 1

tags: another

Writing Testable Code Is About Managing Complexity(haacked.com)

submitted by davehoguedavehogue(160) 4 years, 6 months ago

One of the key benefits of the new ASP.NET MVC framework is improved testability of web applications. Phil Haack talks about why improved testability is good and how it helps to manage complexity and separate concerns. read more...

add a comment |category: |Views: 9

tags: another