Search the web
Sign In
New User? Sign Up
agile-testing · Agile Software Testing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6978 - 7007 of 18125   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6978
... I'm not suggesting that white is better than black, or that TDD is better than something else. I'm just pointing out that TDD is a white box activity,...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 1, 2005
10:37 am
6979
... When I'm doing TDD, often when I think about what test to write next, I look at the code and think about what test would likely fail and therefore force me...
Ilja Preuss
ipreussde
Offline Send Email
Aug 1, 2005
10:39 am
6980
XP Day 2005 : 28th & 29th November, London, U.K. ================================================ ~~ More than XP. More than one day ~~ XP Day is a two day...
xpday_submissions
xpday_submis...
Offline Send Email
Aug 1, 2005
9:18 pm
6981
From Ron's quote of the wikipedia ... The test data should be selected by what the unit tested is supposed to do, not by its internals. At least that's how I...
Amir Kolsky
kolsky
Offline Send Email
Aug 1, 2005
9:41 pm
6982
... Personally, I look at what the unit that I'm testing is still NOT doing that it NEEDS to do, and I write the test. This is how my code evolves, not by ...
Amir Kolsky
kolsky
Offline Send Email
Aug 1, 2005
9:43 pm
6983
Lets say you have build an application using Struts and you specified in validation.xml that the password field is between 6 and 8 chars long. Would you have...
David Vydra
dvydra2
Offline Send Email
Aug 1, 2005
11:19 pm
6984
... Really? How do you choose what would make a good next test? I make that determination based on what I did to implement the previous test, and what seems...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 2, 2005
3:19 am
6985
... How do you know what it's not doing, other than by looking at the code? Ron Jeffries www.XProgramming.com Make it real or else forget about it -- Carlos...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 2, 2005
3:20 am
6986
... By comparing what I want it to do to what the tests tell me it does!...
Amir Kolsky
kolsky
Offline Send Email
Aug 2, 2005
7:02 am
6987
It depends on how brave I feel at that moment... I can choose a path that will add new functionality - which might cause me to create some new code with the...
Amir Kolsky
kolsky
Offline Send Email
Aug 2, 2005
7:04 am
6988
... Amir, when I make those choices, I consider what the code does, as well as what the tests say. I suspect that you do so, as well, unless you have someone...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 2, 2005
10:05 am
6989
... about what is in it. Translation: When we [developers] [claim to] do TDD, we are also writing the program. So we [developers] [think we] know everything...
Michael Bolton
michael_a_bo...
Offline Send Email
Aug 2, 2005
12:56 pm
6990
Wikipedia:>[5] White box testing does not account for errors caused by omission, and all visible code must also be readable. ... we're working toward readable...
Michael Bolton
michael_a_bo...
Offline Send Email
Aug 2, 2005
12:57 pm
6991
We're currently using Fitnesse for specifying business behavior. The business analysts are trying to write end to end tests. That is the way they think about...
Kenig, Neil
nkenig
Offline Send Email
Aug 2, 2005
6:05 pm
6992
... In my experience, this would lead to very complex and difficult to maintain tests unless the system is very simple and the states it can be in are very...
Brian Spears
wormdrowner1
Offline Send Email
Aug 2, 2005
6:21 pm
6993
http://www.gamesfromwithin.com/articles/0412/000061.html Via Len's blog: <http://www.lenholgate.com/archives/000453.html> Grig...
Grig Gheorghiu
gheorghe_ghe...
Offline Send Email
Aug 2, 2005
6:58 pm
6994
I wouldn't test it unless you care if it breaks. ;) Jared Ship It! is shipping! http://www.jaredrichardson.net <BLOCKED::http://www.jaredrichardson.net> ...
Jared Richardson
jrrichardson...
Offline Send Email
Aug 2, 2005
7:05 pm
6995
Jared, That is indeed the question -- do I care? It seems that there are two possible scenarios: 1. This is a custom application with a single configuration....
David Vydra
dvydra2
Offline Send Email
Aug 2, 2005
9:17 pm
6996
Let me as this. Given a method: void f(someObject x) { x.doSomething(); } Would you, after carefully regarding f, say: "hmmm, it might be that this here x be...
Amir Kolsky
kolsky
Offline Send Email
Aug 2, 2005
9:56 pm
6997
Two comments: 1. Try to get the environment - the context of the test - to be disposable. That is, work the setup so that when you're done with the test you...
Amir Kolsky
kolsky
Offline Send Email
Aug 2, 2005
10:05 pm
6998
[snip] "I think, hope, he would agree that there is a huge variance in what people mean when they say something like "we've done unit testing"." [snip] Where I...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 2, 2005
10:32 pm
6999
... I agree. Are you changing positions? ;-> Ron Jeffries www.XProgramming.com Improvement stops when we start believing that ideas about how to improve are...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 2, 2005
11:21 pm
7000
... Of course. Indeed. Ron Jeffries www.XProgramming.com I must create a system, or be enslaved by another man's; I will not reason and compare; my business is...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 3, 2005
2:41 am
7001
... here x be null. Might be y'all should write a test that will get this in?" ... But we haven't.... The question I ask is: "What is the range of valid values...
Amir Kolsky
kolsky
Offline Send Email
Aug 3, 2005
5:25 am
7002
... Well, Amir, I'd write different tests given knowledge of the code. I guess you wouldn't. That's OK. Ron Jeffries www.XProgramming.com No one expects the...
Ron Jeffries
ronaldejeffries
Offline Send Email
Aug 3, 2005
9:59 am
7003
Learn Innovative Ways to Find the Right Balance of Plan-Driven and Agile Approaches at the Better Software Conference & EXPO... Traditional software...
meishagator
Offline Send Email
Aug 3, 2005
1:10 pm
7004
... Good! ... [ ... ] ... I'm guessing that the fixtures written in C++ test code written in C++, and that the fixtures written in C# test code written in C#. ...
Edmund Schweppe
ed_schweppe
Offline Send Email
Aug 3, 2005
2:15 pm
7005
Does anybody have any suggestions for organization of tests or other, preferably open source, solutions that will allow us to test C++, C#, and possibly Python...
Kenig, Neil
nkenig
Offline Send Email
Aug 3, 2005
3:11 pm
7006
The fellows from Atomic Objects showed me a very quick demo of SysTIR. Does anyone else have any experience with it? http://atomicobject.com/systir.page Note:...
mb@...
michael_a_bo...
Offline Send Email
Aug 3, 2005
3:49 pm
7007
Lets try this on an example, can you think of one (being the man-of-examples between the two of us)... Amir Kolsky XP& Software...
Amir Kolsky
kolsky
Offline Send Email
Aug 3, 2005
7:42 pm
Messages 6978 - 7007 of 18125   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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