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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 7259 - 7288 of 28695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7259
... Actually, it's quite easy to notice the error if you're doing test-driven development regardless of whether you're using code or data to generate your...
Chris Hanson
cmh23
Offline Send Email
Aug 1, 2004
8:00 am
7260
... I presume that the master resource file has labels in place of localized strings. Use Gold Master on that file. I presume that you have translated files...
J. B. Rainsberger
nails762
Offline Send Email
Aug 2, 2004
4:09 pm
7261
TDD Zealots: I wrote a parser to solve math expressions like "3.0 ^(4 - 5)", or "3 / 8", and tossed its extra light code here: ...
Phlip
phlipcpp
Offline Send Email
Aug 2, 2004
10:09 pm
7262
Hi All, I was looking for an example where extreme programming is succesful in outsourced cases(software development outsourcing) to different geographies and...
mukadam_sami
Offline Send Email
Aug 3, 2004
7:25 am
7263
Hi all! In my never ending quest to try to learn TDD (and play in areas where I have little experience), I'm trying to write a second generation of a small ...
Paul Michali
pc_michali
Offline Send Email
Aug 3, 2004
11:22 am
7264
... Well, I think I'd not be where you are. But if I were where you are, I'd write a test that opens a spreadsheet containing A1="Hello", and read the Hello...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 3, 2004
11:51 am
7265
... Thanks, Ron. I'll give it a try - reading just a cell from the spreadsheet. In that case, would you start with a test to see if you could just connect to...
Paul Michali
pc_michali
Offline Send Email
Aug 3, 2004
1:50 pm
7266
I agree. I'd test a component that receives and Excel file name and returns "hello". In the first test I'd actually return a hard coded "hello" and then make...
 
royosherove
Offline Send Email
Aug 3, 2004
2:10 pm
7267
... You have a cognitive mismatch here. The behaviors the user sees on the screen don't match the ones whose tests will seed this situation. Most spreadsheets...
Phlip
phlipcpp
Offline Send Email
Aug 3, 2004
2:36 pm
7268
If you are working in Java you can use Jakarta POI to read an Excel spread sheet: http://jakarta.apache.org/poi/index.html...
Martin Wegner
marty_wegner
Online Now Send Email
Aug 3, 2004
2:54 pm
7269
... Well, I haven't looked at the code to connect, so I don't know. I suspect I'd write the test I described, read A1 from some file and find "Hello". ... The...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 3, 2004
6:14 pm
7270
I thought I sent this last week, but found it sitting in my drafts... ... I think of it as writing acceptance tests for the vendor API. I don't want to depend...
James Grenning
jwgrenning
Online Now Send Email
Aug 4, 2004
1:35 am
7271
... I'm not familiar with this. Do you know of any pointers to info on this? ... I wrote some stories. Here's a summary of what I have: 1 Statistics on current...
Paul Michali
pc_michali
Offline Send Email
Aug 4, 2004
1:42 am
7272
... Thanks. I'll look at it. PCM WORKING @ HOME (Paul Michali)...
Paul Michali
pc_michali
Offline Send Email
Aug 4, 2004
1:43 am
7273
... Oh, let me clarify a bit. I get monthly reports from the National club office. The report contains the current membership information as an Excel...
Paul Michali
pc_michali
Offline Send Email
Aug 4, 2004
1:51 am
7274
... This site has megabytes of answers and examples on the subject: http://groups.google.com ===== Phlip ...
Phlip
phlipcpp
Offline Send Email
Aug 4, 2004
2:04 am
7275
... This certainly explains why we need to read Excel. But don't you already have an Excel reading capability then? I thought you were just starting on that....
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 4, 2004
2:47 am
7276
This month’s presentation at eXtreme Programming San Diego will be the second in the “Open Source Tools for Extreme Programming” series. This is a...
June Clarke
joonspoon
Offline Send Email
Aug 4, 2004
5:11 am
7277
... I'm trying to redesign, from scratch, an application to do all this, so that I can try it using TDD w/Java (learning exercise). So, I have a story that is...
Paul Michali
pc_michali
Offline Send Email
Aug 4, 2004
11:23 am
7278
I need your help finding a .NET unit testing framework, which supports the dynamic generation of tests. Background: We're building some smoke tests (in...
Mark Levison
marklevison
Offline Send Email
Aug 4, 2004
5:42 pm
7279
From: "Mark Levison" <mlevison.at.databeacon.com@...> Sent: Wednesday, August 04, 2004 1:42 PM Subject: [TDD] Looking for a test...
yahoogroups@...
jhrothjr
Offline Send Email
Aug 4, 2004
5:56 pm
7280
... False, since 2.19, there is a support for suites of tests, i.e. dynamic tests. See http://blog.dotnetwiki.org/archive/2004/07/19/625.aspx ... From: Mark...
Jonathan de Halleux
jdehalle
Offline Send Email
Aug 4, 2004
6:21 pm
7281
... Thanks Jonathan somehow I managed to miss that. Next time you come to Ottawa (Canada), I buy you a pint (or three). Cheers Mark Levison...
Mark Levison
marklevison
Offline Send Email
Aug 4, 2004
6:42 pm
7282
... We can even do this the TDD way: [Test] [Repeat(5)] public void DrinkPint() { Jonathan jonathan = new Jonathan(); Pint pint = new Pint(); jonathan.Drink(...
Jonathan de Halleux
jdehalle
Offline Send Email
Aug 4, 2004
7:08 pm
7283
... I had hoped to get to this, but it looks like it won't fit for me. Wish I could! Sorry! Ron Jeffries www.XProgramming.com Just because we learned something...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 4, 2004
7:27 pm
7284
... http://www.xpsd.org/cgi-bin/wiki?RecursiveDescentParser ... I'm not sure for what you apologize. I too, upon occassion, have ignored your published source...
Phlip
phlipcpp
Offline Send Email
Aug 4, 2004
8:00 pm
7285
Hi, Everybody! XPAU is just a a little over a week away!! I've posted this to the XP list.. with a great response... and I apologize if you get this several...
Kay Pentecost
tranzpupy
Offline Send Email
Aug 5, 2004
2:00 am
7286
Hi Phlip, I believe what you presented was the end result. I'd be more interested in seeing the intermediate steps - a little test, a little code, a little...
Kaoru Hosokawa
throw_catch
Offline Send Email
Aug 5, 2004
2:43 pm
7287
... I threw them all away. Sorry! Try this: http://www.xpsd.org/cgi-bin/wiki?TestDrivenDevelopmentTutorialRomanNumerals The NanoCppUnit built into the RDP...
Phlip
phlipcpp
Offline Send Email
Aug 5, 2004
3:17 pm
7288
I'm looking for some advice on how to proceed. I'm developing an application that has as its heart a third-party COM object. The actual COM object itself...
ben_fulton2000
Offline Send Email
Aug 5, 2004
3:56 pm
Messages 7259 - 7288 of 28695   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