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 24710 - 24739 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24710
... take a look at Slickedit http://www.slickedit.com/ not so expensive and yearly releases they have a free trial...
marktxx
Offline Send Email
Jul 1, 2007
8:39 am
24711
Hi All, I'm working on an NUnit bug having to do with how numeric values are displayed in French. While I plan to fix the bug, I'm wondering if there isn't a...
Charlie Poole
cpoole98370
Offline Send Email
Jul 1, 2007
1:30 pm
24712
I am a Norwegian developer and have no problems with an English formatting style. I write 3.14 in code, so a failure should be reported in the same format. ...
Thomas Eyde
thomas_eyde
Offline Send Email
Jul 1, 2007
1:59 pm
24713
When we come to acceptance tests (e.g., FIT), we need to respect the locale used when the tests were written. The question, of course, is how do we capture the...
Amir Kolsky
kolsky
Offline Send Email
Jul 1, 2007
5:25 pm
24714
Hi Amir, ... I would agree with that. Here I'm thinking of unit tests. ... I'm not clear what you mean. By "language" do you mean the programming language used...
Charlie Poole
cpoole98370
Offline Send Email
Jul 1, 2007
5:44 pm
24715
Charlie, I assume that you can't switch your locale/language for the test cases to a fixed locale/language that doesn't depend on the computer the tests are...
Manuel Klimek
manuel.klimek
Offline Send Email
Jul 1, 2007
5:55 pm
24716
... I agree with you, Charlie. The unit tests are for programmers, not customers or even managers. If the statement is...
Steven Gordon
sfman2k
Offline Send Email
Jul 1, 2007
6:12 pm
24717
Hi Manuel, ... In fact, I have done that for the time being. The bug I got pointed out that 18 of the NUnit tests failed on a French OS. So now the tests are ...
Charlie Poole
cpoole98370
Offline Send Email
Jul 1, 2007
6:14 pm
24718
Hi Steven, ... And here I was trying not to express a preference for one view or the other. :-) But I'm starting to lean that way myself. UI tests would, of...
Charlie Poole
cpoole98370
Offline Send Email
Jul 1, 2007
6:18 pm
24719
... From: "Charlie Poole" <tdd@...> To: <testdrivendevelopment@yahoogroups.com> Sent: Sunday, July 01, 2007 12:14 PM Subject: RE: [TDD]...
John Roth
jhrothjr
Offline Send Email
Jul 1, 2007
7:21 pm
24720
... The programming language. As far as I know, there are no programming languages that are locale sensitive... Amir...
Amir Kolsky
kolsky
Offline Send Email
Jul 1, 2007
8:36 pm
24721
Hi Amir, ... That's what I thought but wanted to check. One issue, since NUnit may be used with multiple .Net languages, is deciding which set of conventions...
Charlie Poole
cpoole98370
Offline Send Email
Jul 1, 2007
10:08 pm
24722
I think this is the key question. Are there languages that could be tested by Nunit which are locale-sensitive? It's a question I haven't considered before. I...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jul 2, 2007
9:09 am
24723
Hi John, Good point. I don't /think/ any such languages exist but I know less than everything. :-) As a mitigating factor, folks would only be forced to /read/...
Charlie Poole
cpoole98370
Offline Send Email
Jul 2, 2007
12:14 pm
24724
PHPUnit 3.1.0 (02-Jul-2007) http://www.phpunit.de/wiki/ChangeLog#PHPUnit3.1.002-Jul-2007 After more than six months of development, I have released PHPUnit...
Sebastian Bergmann
s_bergmann2004
Offline Send Email
Jul 2, 2007
3:35 pm
24725
Very insteresting. Perhaps you could help me with this. I'm developing a authentication project which has a server side and client side. The product owner has...
Ricardo Mayerhofer
imp_galo
Offline Send Email
Jul 3, 2007
6:18 am
24726
... Hi Ricardo What exactly are you trying to test? If it's just the server code you've shown us above, than it's a trivial mocking exercise for the...
Amir Kolsky
kolsky
Offline Send Email
Jul 3, 2007
8:04 am
24727
I just posted a workbook for TDD. (6 page PDF + Java source). If you wanted to try it and tell me if it's useful, I'd be much obliged. ...
Brian Marick
briandawnpau...
Offline Send Email
Jul 3, 2007
2:12 pm
24728
... My first (and rather shallow) impression was that there seems to be a lot of domain-specific stuff that I would have to learn before I got to the TDD bits....
Kevin Lawrence
kevinwilliam...
Offline Send Email
Jul 3, 2007
4:17 pm
24729
... Does adding onto a just barely good enough RTF parser seem closer to the user? This would be in Ruby, though. ... Brian Marick, independent consultant ...
Brian Marick
briandawnpau...
Offline Send Email
Jul 3, 2007
5:49 pm
24730
Hi Brian, I believe this kind of workbook is long overdue, and I'm pleased and grateful that you began the process. ... I was going to suggest that a "useful"...
Kevin Rutherford
rutherfordso...
Offline Send Email
Jul 3, 2007
6:06 pm
24731
... Marginally. I suspect that those of us who inhabit lists like this are more interested than the average software developer in things like parsers and...
Kevin Lawrence
kevinwilliam...
Offline Send Email
Jul 3, 2007
6:57 pm
24732
At my job, we are just starting on TDD. At this point, we just writing unit test for existing code. (Yes, I know we're supposed to write the tests first ---...
zamescurran
Offline Send Email
Jul 4, 2007
2:22 am
24733
I'm trying to test AddCredential, I mean, if the text file was correctly inserted into the JarFile. Your guess is correct :) I could add a getter method but I...
Ricardo Mayerhofer
imp_galo
Offline Send Email
Jul 4, 2007
2:23 am
24734
... After that, the best form of HTML testing mocks the server, and uses XHTML. All your output HTML should be the highest possible quality XHTML, without any...
Phlip
phlipcpp
Offline Send Email
Jul 4, 2007
2:26 am
24735
Hi, James, ... That's a fine task - but it's not a unit. ... So write them - and make sure they pass - and see what you're left with. Divide and conquer....
Carl Manaster
cmanaster
Offline Send Email
Jul 4, 2007
2:30 am
24736
... You don't say what language you're using, but running a web server within the test doesn't have to be hard to maintain. See ...
George Dinwiddie
gdinwiddie
Offline Send Email
Jul 4, 2007
3:06 am
24737
... http://idiacomputing.com/moin/HtmlTestingUsingXpath -- ... * George Dinwiddie * http://blog.gdinwiddie.com Software Development...
George Dinwiddie
gdinwiddie
Offline Send Email
Jul 4, 2007
5:37 am
24738
James, getting everything "under test" is quite a big job. Typically in TDD'd code, the tests approach the code in size and complexity. So, don't be strict...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jul 4, 2007
7:35 am
24739
Hi James, We're doing similar types of things here, and I've come up with a simple rule for testing this sort of thing - basically, write a "live" or...
michaelgburton
Offline Send Email
Jul 4, 2007
3:34 pm
Messages 24710 - 24739 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