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...
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 29606 - 29635 of 32011   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29606
Hi James, Without getting into the issue of what's a unit test, what's an integration test and whether it is bad to use html files for unit tests, the team I...
Jon Dickinson
jondig_2000
Offline Send Email
Jan 1, 2009
5:23 pm
29607
... That's a very good point. I usually use XPath expressions in assertions to specify just what I care about the HTML structure and ignore irrelevant...
Nat Pryce
nat_pryce
Offline Send Email
Jan 2, 2009
12:18 pm
29608
Michael Feathers and I are working up a talk that will be a review of effectively 10 years of TDD. The idea is partly just to look at the history, but mainly...
Steve Freeman
smg_freeman
Online Now Send Email
Jan 2, 2009
3:30 pm
29609
... Exactly: XPath is a query language, just like SQL, so you can use it with surgical precision, to skip irrelevant and volatile details, like your page...
Phlip
phlipcpp
Offline Send Email
Jan 2, 2009
9:53 pm
29610
I've got a web-app that's supposed do to the following 1. Given a link on the main page 2. When the user clicks the link 3. a) the clicked link is added to a...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 2, 2009
11:10 pm
29611
I've finally posted the results from the TDD survey that I ran in October at http://www.ambysoft.com/surveys/tdd2008.html . As usual the source data, the...
Scott Ambler
scottwambler
Offline Send Email
Jan 3, 2009
8:46 pm
29612
... Hi Scott -- you refer to TDD (above) as a validation technique yet Ward Cunningham helped many of us realize that TDD is first and foremost a design ...
Joshua Kerievsky
jlk112067
Offline Send Email
Jan 3, 2009
10:50 pm
29613
======================================================== CALL FOR PAPERS ======================================================== W I K I S Y M 2 0 0 9 The...
Dirk Riehle
dirkriehle
Offline Send Email
Jan 3, 2009
11:13 pm
29614
I liked the prominence of wikis in design and documentation in the survey. The Wiki Symposium is definitely interested in experiences with using wikis in...
Dirk Riehle
dirkriehle
Offline Send Email
Jan 3, 2009
11:16 pm
29615
... What do you mean by "capture"? Do you mean that they create models and/or documents that they keep and maintain as they build the application? Or do you...
Nat Pryce
nat_pryce
Offline Send Email
Jan 4, 2009
10:47 am
29616
... Good point: Scott is indulging in PHB-speak, and "leveraging our synergies" when he implies designs can be captured! The neutral way to say that might be...
Phlip
phlipcpp
Offline Send Email
Jan 4, 2009
5:11 pm
29617
I was a bit surprised to see no reference to Beck and GammaŽs paper "Test Infected". Got me thinking about tests before code all those years ago. John D. ... ...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jan 5, 2009
8:49 am
29618
... "Test Infected". Got me thinking about tests before code all those years ago. ... If you think something should be there, just add it to the list. --Nat...
nat_pryce
Offline Send Email
Jan 5, 2009
4:00 pm
29619
Hi Nat, Okay, IŽll try - I never edited a wiki before. I think their collaboration and the paper resulted in the first version of JUnit. John D. ... From:...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jan 5, 2009
4:35 pm
29620
... common for ... models. ... to ... the ... Both. - Scott...
Scott Ambler
scottwambler
Offline Send Email
Jan 5, 2009
11:23 pm
29621
... Drive PHP from an external app, so you can capture the headers (drive it as-if it's running as a CGI --- environment variables set for CGI, Request data on...
Anthony Williams
anthony_w.geo
Offline Send Email
Jan 6, 2009
5:51 pm
29622
Thanks Anthony. So I need to learn how to do http-requests at a more granular level than: $html = GetHTML($url); .. which is what I got now. [FYI: My current...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 6, 2009
7:41 pm
29623
Hi Olof, Are you using one of the PHP test frameworks? For a list, see http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#PHP Charlie...
Charlie Poole
cpoole98370
Offline Send Email
Jan 6, 2009
9:25 pm
29624
Nope, I'm using "poor mans unit testing" which means assert only :) Anthony gave me an idea however - why not mix different test tools? For example, I'm a lot...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 6, 2009
10:45 pm
29625
... If that works for you, fine. On the other hand, there might be some capabilities in the existing PHP testing frameworks that will reduce the amount of...
Adam Sroka
adamjaph
Offline Send Email
Jan 6, 2009
11:00 pm
29626
Hi Olof, ... Can't they? Well, not right now. :-) If you build it, let me know. ;-) Carlie...
Charlie Poole
cpoole98370
Offline Send Email
Jan 7, 2009
12:34 am
29627
2009/1/7 Adam Sroka <adam.sroka@...> ... Primary reason for using PHP is because it is available on the host I'm already paying a service fee to (and...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 7, 2009
7:32 am
29628
Hi Olof, ... In the case of PHPUnit, I was able to simply upload it to my host, just as I do for my own PHP programs. I imagine that any PHP framewor would...
Charlie Poole
cpoole98370
Offline Send Email
Jan 7, 2009
7:52 am
29629
... Installing the PHP testing frameworks is just a matter of uploading the PHP scripts, just as you would your PHP scripts. You then just include them from...
Anthony Williams
anthony_w.geo
Offline Send Email
Jan 7, 2009
8:03 am
29630
2009/1/7 Charlie Poole <charlie@...> ... If it's that simple - it is my kind of install. Maybe I'll try it. ... -- Min blogg: ...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 7, 2009
9:25 am
29631
... In that case I might reconsider. ... Thanks! I'll check that out. ... -- Min blogg: http://olofb.wordpress.com [My blog, in Swedish]...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 7, 2009
9:28 am
29632
My new book titled "Bridging the Communication Gap: Specification by Example and Agile Acceptance Testing" (ISBN: 978-0-9556836-1-9) is printed and it is now...
Gojko Adzic
gojko_lastname
Offline Send Email
Jan 7, 2009
5:46 pm
29633
... Apologies for not reading the whole thread, but shouldn't all unit testing occur on your own desktop? Wouldn't uploading to a server cause friction,...
Phlip
phlipcpp
Offline Send Email
Jan 10, 2009
3:35 pm
29634
... In short: no. What I'm doing is running the tests continously on the server, via a script I call autotest.php. I simply surf onto that page, and that page...
Olof Bjarnason
olof.bjarnason@...
Send Email
Jan 10, 2009
4:31 pm
29635
Does that mean your tests are running in the production environment? --Nat ... -- http://www.natpryce.com...
Nat Pryce
nat_pryce
Offline Send Email
Jan 10, 2009
7:25 pm
Messages 29606 - 29635 of 32011   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