|
|
Stories recently tagged with 'TDD'
|
|
published 7 days, 16 hours ago, submitted by
Tazer
19 days, 8 hours ago
blog.wekeroad.com — Let's get this out of the way: I know you're going to think I'm nuts as you read this. You may "pfft" to what you're about to read - know that I know you're "pfft"-ing me. All I ask is that you consider what I'm about to suggest... read more...
1 comment
|
category: C# | Views: 446
|
|
tags:
TDD, DDD, C#, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
martinig
3 months, 5 days ago
methodsandtools.com — Acceptance test-driven development is what helps developers build high-quality software that fulfills the business’s needs as reliably as TDD helps ensure the software’s technical quality. read more...
add a comment
|
category: Unit Testing | Views: 14
|
|
tags:
TDD, Agile, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
powerrush
3 months, 10 days ago
mikehadlow.blogspot.com — ...it's a really neat tool if you're writing a lot of unit tests and find yourself forever constructing mock objects read more...
|
|
tags:
TDD, mocking, Testing, UnitTesting | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 30 days ago, submitted by
Jemm
3 months, 30 days ago
haacked.com — One principle to follow when writing a unit test is that a unit test should ideally not cross boundaries. read more...
add a comment
|
category: Unit Testing | Views: 180
|
|
tags:
Haacked, TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 3 days ago, submitted by
ssmith
4 months, 9 days ago
stevesmithblog.com — Getting started with Test Driven Development can be challenging. In this blog post, Steve offers some advice on how to get started either for a brand new project or one that already in maintenance mode. read more...
2 comments
|
category: Patterns | Views: 393
|
|
tags:
TDD, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adron
4 months, 13 days ago
adronbhall.com — Ok, ok, ok, the other two parts where lean on the unit tests. Now we get down to the mocking, faking, and testing. The first two tests I wrote have to do with the UserListing Entity. Once again, since we're in a situation were thing are generated by LINQ, I'm not really sure of a solid reason, or how, to write tests that fail first. How would one do that for testing entities? I'm not sure but here are my first two that run returning green lights. read more...
|
|
tags:
TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adron
4 months, 15 days ago
adronbhall.com — In the next part of this series I undertook are some of my various clean ups. Create respective test classes for each of the pieces of the database that will have respective entities, methods, or objects to test. But before really getting on a roll with the tests I have to detour through creating a fake for the DataContext Object for my LINQ to SQL Data Access Layer.
So check it out, and send some feedback. read more...
|
|
tags:
TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
terrble
4 months, 16 days ago
codebetter.com — I wanted to talk about the issues that people get when they begin working with TDD, the same issues that tend to make them abandon TDD after an initial experiment. Those are the 'hard-to-test' areas, the things production code needs to do, that those presentations and introductory books just don't seem to explain well. In this post we will start with a quick review of TDD, and then get into why people fail when they start trying to use it. Next time around we will look more closely at solutions. read more...
|
|
tags:
TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adron
4 months, 16 days ago
adronbhall.com — Just a few examples here. First we'll setup the basic architecture from the lowest common denominator - the database - bounce up to the first layer, and test in isolation and test in integration. These examples are simply the easiest ways to test the basic data and data access layer using Stubs, Mocks, and general unit test practices.
irst off here are the pieces of the architecture that you'll NEED regardless. No real coding in this entry (except for the T-SQL), just setting up the solution to put the tests in and have the initial database architecture setup. The part 2 entry will have more on the testing, and part 3 will have actual functional code tests and implementations - after all, I'm working this up in a test driven development mentality - "mostly". read more...
|
|
tags:
TDD, Testing | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
volume4
4 months, 24 days ago
dotnet.dzone.com — I've been collecting book recommendations on software design principles and patterns, test-driven development, and agile development. I wanted to share my current reading list with you in case you are interested in learning more about these topics. If you have any additional book recommendations -- please share! read more...
add a comment
|
category: ASP.NET | Views: 22
|
|
tags:
Agile, Patterns, ASP.NET, TDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
adminjew
5 months, 4 days ago
blog.wekeroad.com — I've heard/read rumblings over the last few months that "SubSonic is tightly coupled" and therefore you have to "drag it around" with you in your project. I can see why people might think this - ActiveRecord is not the most testable thing in the world :). I've really tried to push SubSonic into the TDD realm and thought it might be a good idea to show how you can structure up a highly testable, decoupled application using SubSonic as your Data Access tool. read more...
1 comment
|
category: C# | Views: 29
|
|
tags:
IoC, ASPNETMVC, MVC, TDD, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 3 days ago, submitted by
powerrush
5 months, 11 days ago
noop.nl — In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
read more...
3 comments
|
category: Other | Views: 734
|
|
tags:
Agile, ProjectManagement, DesignPatterns, ObjectOriented, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 5 months, 27 days ago, submitted by
eBUg
5 months, 30 days ago
blog.wekeroad.com — In this episode I implement mocking so I can test my Authentication action for my UserController. In order to do this, however, I have to mock up the HttpContext...
Not much else to say here - it's all about Mocking! read more...
add a comment
|
category: ASP.NET | Views: 137
|
|
tags:
MVC, TDD, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|