Hi,

I think I know the psychological implication of red bar / green bar.
Often if there are no errors people question if the tests even ran and
checking the output is confusing and non intuitive. Honestly I would
like to see a well written MFC (or similar) test runner for UT++ so
the it can compete in that area. I just don't feel it a feature for
myself, but my superiors, integration tester and more naive
colleagues.

Did I catch that right, you use UnitTest++ in your courses? I think
that is really awesome. I would like to hear how your students react
to it. Often many think that TDD is nonsense and a waste of time,
mostly the more novice programmers.

Sean

On Mon, Jan 18, 2010 at 6:46 PM, Mike Smith <smit...@ucalgary.ca> wrote:
> I'll mention it again -- For people beginning (e.g. my students) the red
> bar etc is very useful
>
> Also -- the ability to actually show "all test successes" appears very
> reassuring for beginners -- although when that feature is added, you
> need to also modify the editor output (background task) to show test
> failures in a different colour to make them stand out -- as the errors
> get buried in a mass of successes (except initially when the successes
> get buried in a mass of errors :-)
>
>
>
> David Lind wrote:
>> Sure, give me a day or two and I'll post a tutorial.
>>
>> --==--
>> DKL
>>
>> On Fri, Jan 15, 2010 at 1:19 PM, Sean Farrell <sean.farr...@rioki.org
>> <mailto:sean.farr...@rioki.org>> wrote:
>>
>>     Hi David,
>>
>>     looks really interesting. But how does the addin code relate to your
>>     changes with the run levels? What I mean is that the run levels are
>>     interesting, in isolation, not only in VS.
>>
>>     Care to write a short tutorial how to "install" what you did on
>>     http://unittestcpp.rioki.org/tutorials?
>>
>>     Anyway, I am interested to see more such VS integration (as an add on
>>     library). Not really for myself, but to promote it in my company. The
>>     thing is that many think see of UT++ and say "That's it?" and I say,
>>     "Yea, you don't need more." After some longer discussions I can kinda
>>     show them that red bars, bells and whistles are not what unit testing
>>     i about. It seems that some people "need" the red bars and make their
>>     decision based on that. I am in luck, since I introduced UT++ first to
>>     the project. But some even think that the VS .net testing code is so
>>     kewl... Yea they test native C++ with .net.
>>
>>     Sean
>>
>>     On Tue, Jan 12, 2010 at 4:52 PM, David Lind <davidkl...@gmail.com
>>     <mailto:davidkl...@gmail.com>> wrote:
>>     > The addin allows the user to specify the run level, suite name,
>>     and test
>>     > name. See the following description.
>>     >
>>     >
>>     
>> https://sourceforge.net/tracker/?func=detail&aid=2814856&group_id=158151&atid=806686
>>     
>> <https://sourceforge.net/tracker/?func=detail&aid=2814856&group_id=158151&atid=806686>
>>     >
>>     > See the attached screen shots.
>>     >
>>
>>     
>> ------------------------------------------------------------------------------
>>     Throughout its 18-year history, RSA Conference consistently
>>     attracts the
>>     world's best and brightest in the field, creating opportunities
>>     for Conference
>>     attendees to learn about information security's most important
>>     issues through
>>     interactions with peers, luminaries and emerging and established
>>     companies.
>>     http://p.sf.net/sfu/rsaconf-dev2dev
>>     _______________________________________________
>>     unittest-cpp-devel mailing list
>>     unittest-cpp-devel@lists.sourceforge.net
>>     <mailto:unittest-cpp-devel@lists.sourceforge.net>
>>     https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel
>>
>>
>> ------------------------------------------------------------------------
>>
>> ------------------------------------------------------------------------------
>> Throughout its 18-year history, RSA Conference consistently attracts the
>> world's best and brightest in the field, creating opportunities for 
>> Conference
>> attendees to learn about information security's most important issues through
>> interactions with peers, luminaries and emerging and established companies.
>> http://p.sf.net/sfu/rsaconf-dev2dev
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> unittest-cpp-devel mailing list
>> unittest-cpp-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel
>>
>
> --
> Michael Smith Ph. D.,
> Professor, Department of Electrical and Computer Engineering.
> Adjunct Professor, Department of Radiology, University of Calgary.
> Analog Devices University Ambassador.
>
> Electrical and Computer Engineering,    Voice: (+1) 403-220-6142
> University of Calgary, Calgary,         Fax: (+1) 403-282-6855
> Alberta, Canada T2N1N4                  Email: mike.sm...@ucalgary.ca
>
> Experience can't be taught, experience can only be earned.
>
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for Conference
> attendees to learn about information security's most important issues through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> unittest-cpp-devel mailing list
> unittest-cpp-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel
>

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to