Search the web
Sign In
New User? Sign Up
testdrivendevelopment · Test-driven Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 6956 - 6986 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6956
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...
Nick Robinson
fromconcept
Offline Send Email
Jun 2, 2004
8:48 pm
6958
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...
Send Email
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...
yahoogroups@...
jhrothjr
Offline Send Email
Jun 4, 2004
12:04 pm
6960
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...
Paul Hodgetts
agilelogic
Offline Send Email
Jun 6, 2004
7:37 pm
6961
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...
Thomas L Roche
tlroche
Offline Send Email
Jun 7, 2004
3:13 pm
6962
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...
Anthony Williams
anthony_w.geo
Offline Send Email
Jun 8, 2004
8:57 am
6963
... 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,...
Mark Van Peteghem
mvp_be
Offline Send Email
Jun 8, 2004
10:04 am
6964
... I would leave the duplication there, in case /eventually/ the production code transformed from lookup table to general algorithm. -- J. B. Rainsberger, ...
J. B. Rainsberger
nails762
Offline Send Email
Jun 8, 2004
9:05 pm
6965
Does anyone know if a port has been/is being done of JUnitPerf for use with NUnit?...
pwwist
Offline Send Email
Jun 10, 2004
3:13 pm
6966
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...
dammak rafik
medrafik2000
Offline Send Email
Jun 10, 2004
3:13 pm
6967
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...
tushar
t_a_k_2002
Offline Send Email
Jun 10, 2004
3:15 pm
6968
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...
tushar komawar
t_a_k_2002
Offline Send Email
Jun 10, 2004
3:15 pm
6969
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...
Stephen Smith
smithfield_s...
Offline Send Email
Jun 10, 2004
4:02 pm
6970
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...
Stephen Smith
smithfield_s...
Offline Send Email
Jun 10, 2004
4:08 pm
6971
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...
Nick Robinson
fromconcept
Offline Send Email
Jun 10, 2004
4:20 pm
6972
... Testing does not require any specific tools. Just start writing tests. However, if you start writing tests, then refactor out the framework that usually...
J. B. Rainsberger
nails762
Offline Send Email
Jun 10, 2004
4:27 pm
6973
... That's something that you, your manager or someone higher up the organizational chart decides. ... Build tests into separate assemblies from the production...
J. B. Rainsberger
nails762
Offline Send Email
Jun 10, 2004
4:28 pm
6974
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...
Griffin Caprio
griffinc18
Online Now Send Email
Jun 10, 2004
8:25 pm
6975
I'd be interested in trying that out! ... From: Griffin Caprio [mailto:griffincaprio@...] Sent: 10 June 2004 21:26 To:...
Alan Flaherty
alanflaherty
Offline Send Email
Jun 11, 2004
1:34 pm
6976
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...
mr_padraig
Offline Send Email
Jun 12, 2004
2:47 am
6977
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...
Chad Woolley
thewoolleyman
Offline Send Email
Jun 12, 2004
7:08 am
6978
... 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...
Dave Rooney
daverooneyca
Offline Send Email
Jun 12, 2004
12:34 pm
6979
... 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...
pwwist
Offline Send Email
Jun 12, 2004
3:46 pm
6980
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...
Ayende Rahien
ayende_rahien
Offline Send Email
Jun 12, 2004
3:46 pm
6981
one of my fried is asking.what types tlc using in u organization...
raja_testing
Offline Send Email
Jun 12, 2004
3:47 pm
6982
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...
Ayende Rahien
ayende_rahien
Offline Send Email
Jun 12, 2004
3:48 pm
6983
... 1. If creating history is troubling you, don't create history? 2. Use the NUnit SetUp and TearDown methods to manage history? Ron Jeffries ...
Ron Jeffries
ronaldejeffries
Offline Send Email
Jun 12, 2004
4:19 pm
6984
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? ...
Griffin Caprio
griffinc18
Online Now Send Email
Jun 13, 2004
1:34 am
6985
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...
Jamie Cansdale
turboslug
Offline Send Email
Jun 13, 2004
11:19 am
6986
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...
Amir Kolsky
kolsky
Offline Send Email
Jun 13, 2004
9:40 pm
Messages 6956 - 6986 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help