Forum to learn about unit testing?

  • Follow


Hi all.

I am trying to learn how to use unit testing in a most productive way.
Such questions are at best marginally pertinent to this group;
I suppose they are acceptable as long as one asks about sepcific
technical aspects of Boost.Test or CppUnit.

However, I am trying to find out how to write tests in order to check
the internal workings in my classes etc. In this case a question will
be more about TDD or XP than the C++ programming language as such.

Are there online discussion fora or FAQs where such questions are
discussed?

Rune

-- 
      [ See http://www.gotw.ca/resources/clcm.htm for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]

0
Reply Rune 5/29/2008 5:57:37 AM

Rune Allnor schreef:
> Hi all.
> 
> I am trying to learn how to use unit testing in a most productive way.
> Such questions are at best marginally pertinent to this group;
> I suppose they are acceptable as long as one asks about sepcific
> technical aspects of Boost.Test or CppUnit.
> 
> However, I am trying to find out how to write tests in order to check
> the internal workings in my classes etc. In this case a question will
> be more about TDD or XP than the C++ programming language as such.
> 
> Are there online discussion fora or FAQs where such questions are
> discussed?
> 
> Rune
> 

The test driven development and extreme programming groups on Yahoo
groups welcome such discussion:

http://tech.groups.yahoo.com/group/extremeprogramming/
http://tech.groups.yahoo.com/group/testdrivendevelopment/

-- 
      [ See http://www.gotw.ca/resources/clcm.htm for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]

0
Reply Martijn 5/29/2008 9:29:05 PM


Martijn Meijering wrote:
> > Are there online discussion fora or FAQs where such questions are
> > discussed?

> The test driven development and extreme programming groups on Yahoo
> groups welcome such discussion:
>
> http://tech.groups.yahoo.com/group/extremeprogramming/
> http://tech.groups.yahoo.com/group/testdrivendevelopment/

There is also the USENET ng, comp.software.extreme-programming.

Regards,

Andrew Marlow


-- 
      [ See http://www.gotw.ca/resources/clcm.htm for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]

0
Reply marlow 5/30/2008 8:57:38 AM

marlow.andrew@googlemail.com wrote in news:0d3430bb-3941-4a3f-bb91-
45234f7b16a3@26g2000hsk.googlegroups.com:

> Martijn Meijering wrote:
>> > Are there online discussion fora or FAQs where such questions are
>> > discussed?
> 
>> The test driven development and extreme programming groups on Yahoo
>> groups welcome such discussion:
>>
>> http://tech.groups.yahoo.com/group/extremeprogramming/
>> http://tech.groups.yahoo.com/group/testdrivendevelopment/
> 
> There is also the USENET ng, comp.software.extreme-programming.
> 
> Regards,
> 

I would warn that the unmoderated nature of C.S.e-p was what lead to the
creation of the yahoo groups. The signal to noise ration dropped way too
low.

Otis

-- 
      [ See http://www.gotw.ca/resources/clcm.htm for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]

0
Reply Otis 5/30/2008 10:21:19 PM

Rune Allnor wrote:
>I am trying to learn how to use unit testing in a most productive way.
>...
>Are there online discussion fora or FAQs where such questions are
>discussed?

There is a newsgroup: comp.software.testing
-- 
Roberto Waltman

[ Please reply to the group,
   return address is invalid ]

      [ See http://www.gotw.ca/resources/clcm.htm for info about ]
      [ comp.lang.c++.moderated.    First time posters: Do this! ]

0
Reply Roberto 6/5/2008 2:19:39 AM

4 Replies
92 Views

(page loaded in 0.083 seconds)

Similiar Articles:













7/22/2012 9:30:18 PM


Reply: