Stories recently tagged with 'Testing'

Liskov Substitution Principle and Testability(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 8 months ago

The next post in a series on testability and design principles. This post discusses the Liskov Substitution Principle and how it relates to Testability. read more...

add a comment |category: |Views: 19

tags: another

Adventures in C#: Using NUnit (xprogramming.com)

submitted by jhol3990jhol3990(495) 5 years, 8 months ago

See Ron Jeffries at work coming to terms with C# and Nunit. Whole site is worth looking over and keeping an eye on. read more...

add a comment |category: |Views: 48

tags: another

The Law of Demeter and Testability(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 8 months ago

This post looks at the relationship Testability has with the Law of Demeter. read more...

add a comment |category: |Views: 4

tags: another

Why You Should NOT Use Microsoft Unit Testing Framework(vaultofthoughts.net)

submitted by mikeonmikeon(5200) 5 years, 8 months ago

Description of a major flaw in the Microsoft's unit testing framework that makes it useless for anything but smallest projects. Read it or you will be sorry! read more...

add a comment |category: |Views: 26

tags: another

TDD Design Starter Kit (codebetter.com)

submitted by jhol3990jhol3990(495) 5 years, 8 months ago

A Set of articles on where to do and what to consider when beginning est drivern development. Stay Agile. read more...

add a comment |category: |Views: 15

tags: another

NCover/NCoverExplorer CI Factory Package Release(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 8 months ago

So with the release of NCover (1.5.5) I feel that I can release the NCover package for CI Factory. It includes a copy of NCoverExplorer and uses NCoverExplorer Extras. I got a lot of help from Grant Drake to create to this package. This package can be installed in 5 quick steps. It will add code coverage to your build with out having to edit/change/disturb your existing scripts workflow. read more...

add a comment |category: |Views: 8

tags: another

WATIR for .NET(hanselman.com)

submitted by gaechgaech(1240) 5 years, 9 months ago

WatiN stands for Web Application Testing in dotNet. Inspired by Watir, WatiN enables web application testing, through Internet Explorer on a Windows platform, expressed in any .Net language. read more...

1 comment |category: |Views: 172

tags: another

Linux + Subversion + Trac in a VmWare Image = Perfect Agile World(vmware.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I love Trac as SCM because it integrates directly with the Subversion repository and full support the agile methodology. Now thanks to the guys of VmWare you can download a the Free VmWare player http://www.vmware.com/download/player/ and run your linux box inside windows for free. And of course you can move it from machine to machine in your pen drive =) the best part, isn't ? read more...

1 comment |category: |Views: 596

tags: another

Announcing Our Book! (Windows Developer Power Tools)(frazzleddad.blogspot.com)

submitted by jflowersjflowers(1860) 5 years, 10 months ago

The book is around 1100 pages of goodness on open source and freeware tools you can use to improve your software development work. The book’s all about using tools to bring value to the entire development cycle from writing code to testing to lifecycle management. We’ve got something like 170 tools from Anthem.NET to Sysinternals RegMon to Bugzilla. We chose tools which help improve the quality of code you write, or help improve your productivity as a developer. (We also chose stuff we thought was just plain cool, too.) What’s really neat is that we’ve had a significant number of articles written by the tool creators themselves. This is great because 1) these folks know their own tools inside and out and can best write about the tools’ value, and 2) they were passionate enough to write the tool in the first place and that passion (hopefully!) comes across in their articles. We’ve also had some terrific folks contribute articles to the book as well. James and I have still ended up writing probably 70% of the book ourselves, plus we edited every submission for consistency, style, and content. read more...

add a comment |category: |Views: 3

tags: another

Unit Testing Data Access Code With The StubDataReader(haacked.com)

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

Presents a class that makes it really easy to quickly mock up a DataReader for unit testing purposes. read more...

add a comment |category: |Views: 29

tags: another