1. Computing

Discuss in my forum

David Bolton

GoogleTest C++ Test Framework

By , About.com GuideFebruary 25, 2013

Follow me on:

This is Google's multi platform test framework for writing C++ tests on Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian. Googletest is based on the xUnit architecture. and supports automatic test discovery, a rich set of assertions including user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, various options for running the tests, and XML test report generation.

I like testing software. It builds confdidence in software and ensures (with enough tests) that changes don't introduce new bugs or break existing code. I'll be creating tutorials on how to test with GoogleTest for C++, Cunit for C and Nunit for C# in the future.

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches test framework c test gp

©2013 About.com. All rights reserved.