Hi Folks, Just looking to see what y'all might have to say in reagrds to what a reasonable threshold of percent of code covered in TDD might be. If we're not...
Definitions and usages of Unit Tests. Pretty short. http://home.att.net/~geoffrey.slinker/maverick/UnitTest.html Paper was inspired when I was asked to write...
I want to build an application that should have a GUI. I want to build it atop a framework like Eclipse or FreeRIDE that will allow me to essentially provide ...
Hello, I am working with ASP.Net 2.0 beta and attempting to use some of its new features while continuing with NUnitAsp driven development. I'm making use of...
When Testing the ui I have gotten into the habit of making my controls modifiers public so that I can modify the form directly from my test fixture! It seems...
One way: inherit MyMenuHelper from MenuHelper. Give MyMenuHelper a constructor which supplies a Form (the form you will call) (or even better the interface to...
I am trying to figure out the best way to test if my menuitems are hooked up correctly. My menu control notifies me that some menu item has been clicked and...
I'm running into what I think must be pretty common. The question is basically: are there standards, books or something that addresses the following issue: I...
I know that NUnit is the granddaddy of Dot.Net testing, but I personally have been running into its limitations and they are starting to bug me. I was...
AnyUnit C/C++ Edition add-in for Visual Studio 2003 .NET is available for download at http://www.anyunit.com. AnyUnit is a unit testing environment that allows...
I know we recently had a thread dealing with randomness (shuffling a deck). The consensus seemed to be to sweep that issue under the rug and try to test around...
I am trying to develop the habit of writing unit tests as I work. Right now, I am refactoring some existing code that does not have any unit tests. How much...
I've got a copy of "JUnit Recipes" and have been reading the posts in this group for a few months now. However, I'm currently doing a school project in web...
Removing duplication is a tool. You can have a perfectly good design, where the details of the design are replicated many times over. Or you can have a...
A friend, Jeff, and I were discussing over lunch the idea that All Design is Elimination of Duplication Even if I don't quite agree with it yet, I think it's...
Is there a collection of techniques, akin to a collection of patterns, that someone has collected for TDD? As an example of what might become a pattern: I...
Hi! I'm doing unit testing for quit a while now, but I often come accross some problems where I just don't know, how to test it. Sometimes I find a better ...
... test ... the ... When you swap pairs, what do they do to your tests? -- Phlip http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces...
Hi All, I'd like to introduce you a new testing framework for Java development - Jetif. Jetif is a open source regression testing framework implemented in pure...
I have been trying to informally categorize the various flavours of tdd that are out there in the real world. I'm curious what other forms might exist and what...
Hi all, I've been looking into TDD for a while, and am sure that it is the way forward for my team. I've tried to get it into our workflow using NUnit a few...
Hi, I think you can try NUnitAsp, it is better for web application in representation lay. In business layer u can still use NUnit. Btw, with NUnitAsp test you...
I may be suffering from a mental block, but I'm having trouble wrapping my head around the idea of using TDD for system utilities without either breaking out...
... The code is speaking to you. Listen to what it tells you to do. -- Phlip http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces...
TDDers: Try this: Install Visual Studio 7, and install NUnit 2.2 Double click on: C:/Program Files/NUnit 2.2/src/samples/csharp/csharp-sample.csproj Hit <F10>....