... Well, you can black-box test before you write code. But whitebox testing, which is based on knowing the internals of the code has to wait until the code is...
250
Karl Scotland
kjscotland
Apr 8, 2005 11:24 am
... matter ... Really? How do you know what code to write? How do you know what its supposed to do? If you know that, you can write a test for it. By ...
251
Adrian Howard
ajh65537
Apr 8, 2005 1:08 pm
... Erm. No it doesn't. Why would you think it does? Adrian...
252
Adrian Howard
ajh65537
Apr 8, 2005 1:15 pm
... ... and there's also the issue over testing. Doing pointless black-box testing that could never break in any real world situation. Adrian...
253
Greg C
gmc444
Apr 8, 2005 4:25 pm
... I didn't say the choice of language doesn't make a difference, I said that it has less impact than the management of the project. Software people spend a ...
254
Tom Vilot
tvilot
Apr 8, 2005 4:52 pm
... Wait. That sounds like Rob .... ;c) (kidding) ... Wait. That *also* sounds like Rob ... ... (not kidding!)...
255
Terrence Brannon
princepawn
Apr 8, 2005 11:23 pm
... whitebox testing means looking at your code and writing tests based on what you see there. until the code is written there is nothing that can be seen or...
256
Curtis Poe
curtis_ovid_poe
Apr 8, 2005 11:26 pm
... It's takes me about two seconds to say "I'm going to write this line of code. I had better write a test for it first." Cheers, Ovid [Non-text portions of...
257
Rob Kinyon
dragonchild93
Apr 9, 2005 12:18 am
... According the XP methodology, whitebox testing is a smell that you didn't write enough tests at first. *wink* Rob...
258
Adrian Howard
ajh65537
Apr 10, 2005 1:43 pm
... True, but sometimes I have to write those tests to demonstrate to myself where I have fouled up :-) Adrian...
259
Adrian Howard
ajh65537
Apr 10, 2005 1:46 pm
On 9 Apr 2005, at 00:22, Terrence Brannon wrote: [snip] ... [snip] I guess my definition of whitebox testing is a little different from that. I consider it...
260
Gerard Lim
mindmeld20
Apr 10, 2005 4:19 pm
Yet Another YAPC::NA 2005 Conference Reminder ... YAPC::NA 2005 is Yet Another Perl Conference, North America, this year to be held in downtown Toronto,...
261
Tony Byrne
tony_j_byrne
Apr 10, 2005 7:30 pm
I've just published my first open source effort. It's called PerlActor and it's a simple framework to enable XP Customers to write their own executable...
262
Terrence Brannon
princepawn
Apr 11, 2005 1:27 pm
... Won't people have a hard time finding it if it is not in the Test:: namespace? Perhaps it should have been called Test::Actor -- Carter's Compass: I know...
263
Tony Byrne
tony_j_byrne
Apr 11, 2005 1:47 pm
Hello Terrence, TB> Won't people have a hard time finding it if it is not in the Test:: TB> namespace? Perhaps it should have been called Test::Actor I was...
264
Tony Byrne
tony_j_byrne
Apr 28, 2005 8:52 am
Folks, I'm pleased to announce my first release of Test::C2FIT for Perl. It's available now from CPAN: ...
265
Rob Kinyon
dragonchild93
Apr 28, 2005 2:09 pm
Tony - Why don't you ask the author(s) of Test::FIT to take over the namespace? I've done that before with good results, especially if the author(s) don't have...
266
Tony Byrne
tony_j_byrne
Apr 28, 2005 4:39 pm
Hello Rob, RK> Looks good! Incidentally, Ward mentioned in an earlier mail some weeks ago, that the original Perl port of FIT didn't find much penetration....
267
Karl Scotland
kjscotland
Apr 29, 2005 8:31 am
... that ... a ... hoping ... port will ... actually ... useful on a ... of ... a port. ... A long time ago, I got one of the perl FITs working with FITnesse. ...
268
Tony Byrne
tony_j_byrne
Apr 29, 2005 8:47 am
Hello Karl, KS> A long time ago, I got one of the perl FITs working with FITnesse. KS> I've not got the code anymore unfortunately, but I don't seem to KS>...
269
Rob Nagler
robnagler
May 1, 2005 6:56 pm
fyi [Non-text portions of this message have been removed]...
270
robnagler
May 2, 2005 2:30 pm
... The attachment was text, but encoded as binary, I guess: Date: Sun May 1 11:54:11 2005 Subject: [Boulder.pm] Higher-Order Perl, Monday 8p Message-ID:...
271
Siegfried Heintze
Sieg_Heintze
May 6, 2005 4:37 am
Was this a one time event or can I expect to see more such meetings? I regret I was unable to attend. Siegfried _____ From: extremeperl@yahoogroups.com...
272
robnagler
May 19, 2005 4:21 am
... Sorry for the late reply. Yes, we'll be doing something every now and then. It was a small meeting, but we all enjoyed it afaik. :-) Rob...
273
alex_viggio@...
aviggio
May 19, 2005 4:52 am
Registration is now open for the Agile2005 Conference to be held at the Denver Marriott City Center July 24-29. We are offering a special discounted rate of ...
274
ingo_1972
May 22, 2005 10:16 pm
Hello, I'd like to use the IO::ClassLoader class. But the code die's at this line: Bivio::IO::Alert->bootstrap_die('maps must be a hash_ref') unless...
275
robnagler
May 24, 2005 4:47 am
... These are configuration parameters. Bivio::IO::ClassLoader offers three services: simple imports, mapped imports, and delegated imports. The header...
276
Terrence Brannon
princepawn
May 24, 2005 8:31 pm
... ack. More of the Bivio self-containedness. ... http://www.metaperl.com/article-pod/Catalog-lazy_loaders/lazy_loaders.html ... yes, I call those lazy...
277
ingo_1972
May 24, 2005 9:11 pm
Rob, thank you for your answer. My problem is that I have a script which uses Bivio. This is working fine. My task is that I have to move it to a different...
278
Terrence Brannon
princepawn
May 25, 2005 3:49 am
... sounds like an issue for the Bivio BOP yahoogroup! -- Carter's Compass: I know I'm on the right track when, by deleting something, I'm adding...