A long shot, but have you definitely got the same versions of NUnit on your machine and the server? For example, we had a later version of NUnit on our build...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the testdrivendevelopment group. File :...
testdrivendevelopment...
Jun 4, 2004 12:01 pm
6959
From: "cuchovillena" <avillena.at.master7.cl@...> Sent: Thursday, June 03, 2004 9:06 AM Subject: Re: [TDD] Looking for something like...
As part of its programs to support the agile community, the Agile Alliance provides a News service for the publication of agile events and announcements. The...
I'd like to work up an example of TDDing a simple Java GUI frontend to the Money example in _Test-Driven Development by Example_. I'm wondering, can anyone...
Hi all TDDers I've been noticing a pattern that appears in some of my code. I have a routine that takes some input and produces output in a fairly simple way...
... In TDD we write the simplest implementation that satisfies the test (to start with anyway), indeed. But usually we only test one input value at that point,...
... I would leave the duplication there, in case /eventually/ the production code transformed from lookup table to general algorithm. -- J. B. Rainsberger, ...
hi, Applied unit test need to use a specific tools.Or anybody can code a unit test by using assertions similar to the case of tools?I think that the spirit of...
hey people, I have NUnit v2.1.4 and just tried few examples. I want to know that Is it required to remove the test classes before submitting the final code to...
hi , I had problem in accessing the file on LAN for running NUnit V2.1.4 ! then I applied solution as given on testdriven( loosen the security settings for the...
Ensure that the projects have been compiled with 2.1.4, I experienced this same problem with historic tests, when I upgraded NUnit. Steve On Thu, 10 Jun 2004...
I would leave the tests in situ! You can always do a build with a 'Conditional' (c#) attribute so the tests are compiled out. I personally always separate the...
It depends on how you structure your tests. I take it from your question you are including your tests inside your production code? If you use something like...
... Testing does not require any specific tools. Just start writing tests. However, if you start writing tests, then refactor out the framework that usually...
... That's something that you, your manager or someone higher up the organizational chart decides. ... Build tests into separate assemblies from the production...
I have thought about it. I was trying to figure out if there was any interest in a port. I have some internal code written, but I was unsure if there was...
A client of mine with many (200+)C# programmers transitioning at once to TDD would surely benefit from such a port. And I too would like to have it. --Patrick...
Hi, I'm evaluating tools to functional test a web app. This particular webapp makes heavy use of javascript (using onclick to perform submit via functions...
... One thing I noticed about jWebUnit (which uses HttpUnit), is that it seems to need all JavaScript to be in functions, i.e. little snippets of JavaScript...
... any ... enough ... Well I'm definitely 100% interested. It seems to me that response and load testing doesn't get as much column space as other aspects in...
I don't use the administrator account on my machine, and as a result, I can't seem to install any (most?) of the add ins for VS.Net Does any of you has a...
I'm using NUnit to test some data back-end that I'm writing, and my problem is that the tests must run with no history between runs (obviously) But the tests...
Great. I will look at collecting my internal code ( with boss approval, of course ) to release it into the wild this week. Any ideas on hosting locations? ...
Hi Ayende, I have done some investigating and found that it is possible to run NUnit Add-In as a non-administrator. I originally hoped you would be able to...
How about you do not use the file system's objects but rather roll your own file object that maps to either a real file in production, or to a mock during...