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 28526 - 28555 of 32000   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
28526
Anyone have any tool recommendations for TDD with WindowsCE? Thanks. Carlton...
banshee858
Offline Send Email
Jul 1, 2008
11:34 pm
28527
... For starters, build everything for desktop Windows as well as WindowsCE, and use your "normal" TDD tools with the desktop build. If your test framework is...
Anthony Williams
anthony_w.geo
Offline Send Email
Jul 2, 2008
7:24 am
28528
Ahhhh but then you're not really testing CE code if you build it on the desktop ... .NET's Compact Framework != the desktop framework, and testing the desktop...
Andrew Badera
andrewbadera
Offline Send Email
Jul 2, 2008
11:18 am
28529
... If you are targeting the .NET Compact Framework, NUnitLite (http://easternhealingarts.com/Articles/softanswer.html) is based on a subset of NUnit's...
Brad Stiles
bradley.stiles@...
Send Email
Jul 2, 2008
12:26 pm
28530
Brad, Carlton, ... That article was nice, but NUnitLite is available here: http://www.nunitlite.com/ ... Cheers, - Kim...
Kim Gräsman
kimgrasman
Offline Send Email
Jul 2, 2008
12:29 pm
28531
... Stupid keyboard. :) Actually, I was trying to point to this one: http://www.codeplex.com/Wiki/View.aspx?ProjectName=NUnitLite....
Brad Stiles
bradley.stiles@...
Send Email
Jul 2, 2008
12:35 pm
28532
... That's true, but it's a good place to start. If you ensure your code compiles for CE as well, you won't accidentally use a feature only in the desktop...
Anthony Williams
anthony_w.geo
Offline Send Email
Jul 2, 2008
1:06 pm
28533
You can't write code the compiles on the desktop that also compiles on the device. The Compact Framework is a fairly narrow subset of the full framework. That...
Andrew Badera
andrewbadera
Offline Send Email
Jul 2, 2008
1:17 pm
28534
... You must be doing some really funky stuff then. When I'm working on a device app, I always use the method Anthony mentioned. I target the CF for the...
Brad Stiles
bradley.stiles@...
Send Email
Jul 2, 2008
1:28 pm
28535
Remoting is a good example. It didn't exist in 1.0, don't think it did in 2.0, and it's handicapped in 3.5 as CompactWCF. Another good example is when working...
Andrew Badera
andrewbadera
Offline Send Email
Jul 2, 2008
1:57 pm
28536
Though rethinking that first statement, that's not such a good example, rather an inverse of what I was trying to convey. Still working on coffee #1 here. ... ...
Andrew Badera
andrewbadera
Offline Send Email
Jul 2, 2008
1:58 pm
28537
... I guess I'm lucky that I've never had to write the code that uses such libraries. In this situation, I'd separate the module that needed the non-desktop ...
Anthony Williams
anthony_w.geo
Offline Send Email
Jul 2, 2008
2:29 pm
28538
Hi, We are glad to announce that today we have open-sourced Google C++ Testing Framework (http://code.google.com/p/googletest/), a library that helps you write...
Zhanyong Wan
doushiqian
Offline Send Email
Jul 4, 2008
1:53 pm
28539
I went and looked at the linked page. The description says: "Google's framework for writing C++ tests on a variety of platforms (Linux, Mac OS X, Windows,...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jul 4, 2008
2:12 pm
28540
... Tests that kill the process? That's the hardest part of testing C or C++, and why many XUnit ports are not so useful. Bad code won't throw an assertion...
Nat Pryce
nat_pryce
Offline Send Email
Jul 4, 2008
2:41 pm
28541
... Tests that kill the process? That's the hardest part of testing C or C++, and why many XUnit ports are not so useful. Bad code won't throw an assertion...
Nat Pryce
nat_pryce
Offline Send Email
Jul 4, 2008
2:41 pm
28542
John, this is not a fact but a hunch: I suppose a death test is a test that results into a crash of the application under test, essentially killing the ...
Erkki Pöyhönen
ekiaapee
Offline Send Email
Jul 4, 2008
9:47 pm
28543
Hi John, It's described here: http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Death_Tests - Kim On Fri, Jul 4, 2008 at 16:12, Donaldson, John...
Kim Gräsman
kimgrasman
Offline Send Email
Jul 5, 2008
5:26 am
28544
... This is not only a problem for C/C++ but also for PHP: When the PHP interpreter emits an E_FATAL error (or even segfaults) then PHPUnit 3.x will not...
Sebastian Bergmann
s_bergmann2004
Online Now Send Email
Jul 5, 2008
5:49 am
28545
When working with compact framework I use a similar (perhaps same) method Anthony suggests. I use NUnitLite and compact framework. Fast TDD with NUnit GUI on...
Seyit Caglar Abbasoglu
scabbasoglu
Offline Send Email
Jul 6, 2008
8:14 am
28546
Tests in the dev. environment should provide feedback as fast as possible and writing tests should be easy. Priority in dev. environment is practicality and...
Cenk Civici
arkoftime
Offline Send Email
Jul 6, 2008
7:13 pm
28547
Opinions anyone? Is it significantly more capable than my console-oriented system? [Mine is a CppUnit variant with test frameworks containing test functions,...
Alan Baljeu
alanbaljeu
Offline Send Email
Jul 7, 2008
8:12 pm
28548
Fixture Gallery 2.1 (release 2008-07-08) is now available for download from SourceForge. Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides ...
Gojko Adzic
gojko_lastname
Offline Send Email
Jul 8, 2008
2:57 pm
28549
Hi All, Although this is still an alpha-level release, NUnit 2.5 Alpha-3 contains enough new features that we think it will be of interest to a wider ...
Charlie Poole
cpoole98370
Offline Send Email
Jul 8, 2008
6:51 pm
28550
_____ From: testdrivendevelopment-owner@yahoogroups.com [mailto:testdrivendevelopment-owner@yahoogroups.com] On Behalf Of Vicky Pandya Sent: Thursday, July 10,...
Kent Beck
kentlbeck
Offline Send Email
Jul 10, 2008
9:56 pm
28551
Kent Beck: Test Driven Development by Example Ron Jeffries: Extreme Programming Adventures in C# Both have neat dialogue examples of how a test driven session...
Miika Makinen
khmerang
Offline Send Email
Jul 11, 2008
2:48 am
28552
That's exactly what my recommendation would be. Also, I would reiterate that you need to actually write some tests, do the red-green-refactor cycle. It's so...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jul 11, 2008
8:39 am
28553
Hi, ... Blowing my own trumpet, if you're a Java programmer, I'd recommend my own book, "Test Driven". Lasse -- Lasse Koskela * Author of "Test Driven"...
Lasse Koskela
lassekoskela
Offline Send Email
Jul 11, 2008
8:56 am
28554
Lasse - I blow your trumpet to. Its a very good book for teams doing Java development. There are about 5 copies kicking around various groups near me. Cheers ...
Mark Levison
marklevison
Offline Send Email
Jul 11, 2008
4:42 pm
28555
Hi there, I'm a new guy at my company working on a mature product (3 years old now). Since I arrived, I've been pushing TDD, and they've sort of put me in...
michael.dibernardo
michael.dibe...
Offline Send Email
Jul 14, 2008
7:05 pm
Messages 28526 - 28555 of 32000   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