| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 2 | <HTML> |
|---|
| 3 | <HEAD> |
|---|
| 4 | <TITLE>Boost Test Library how to</TITLE> |
|---|
| 5 | <LINK rel="stylesheet" type="text/css" href="../style/btl.css" media="screen"> |
|---|
| 6 | <LINK rel="stylesheet" type="text/css" href="../style/btl-print.css" media="print"> |
|---|
| 7 | <META http-equiv="Content-Language" content="en-us"> |
|---|
| 8 | <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
|---|
| 9 | </HEAD> |
|---|
| 10 | <BODY> |
|---|
| 11 | <DIV class="header"> <A href="../index.html">Boost.Test</A> > <SPAN class="current_article">Tutorials |
|---|
| 12 | and usage |
|---|
| 13 | recommendations</SPAN></DIV> |
|---|
| 14 | <DIV class="body"> <IMG src="../btl1.gif" width="252" height="43" alt="Boost Test logo"> |
|---|
| 15 | <H1 class="subtitle">Tutorials and usage recommendations</H1> |
|---|
| 16 | <H5>Tutorials</H5> |
|---|
| 17 | <P class="first-line-indented">You think writing tests is |
|---|
| 18 | difficult, annoying and fruitless work? I beg to differ. Read through these |
|---|
| 19 | tutorials and I am sure you should agree. </P> |
|---|
| 20 | <UL> |
|---|
| 21 | <LI><A href="../tutorials/intro_in_testing.html">Introduction into testing</A> - why testing worth |
|---|
| 22 | the effort </LI> |
|---|
| 23 | <LI><A href="../tutorials/hello_the_testing_world.html">Hello the testing world</A> - beginners |
|---|
| 24 | introduction into testing using Boost.Test</LI> |
|---|
| 25 | <LI><A href="../tutorials/new_year_resolution.html">Boost.Test driven development |
|---|
| 26 | or my New Year resolution</A> - Boost.Test "getting started" for |
|---|
| 27 | TDD</LI> |
|---|
| 28 | </UL> |
|---|
| 29 | <H5>Usage recomendations</H5> |
|---|
| 30 | <P class="first-line-indented">On following pages collected |
|---|
| 31 | tips and recommendations on how to use and apply Boost Test in your real |
|---|
| 32 | life practice. You don't necessarily need to follow them, but I found them |
|---|
| 33 | handy.</P> |
|---|
| 34 | <UL> |
|---|
| 35 | <LI><A href="generic.html">Generic</A></LI> |
|---|
| 36 | <LI><A href="msvc_net.html">Microsoft Visual Studio .NET users specific</A></LI> |
|---|
| 37 | <LI><A href="command_line.html">Command-line (non-GUI) users specific</A></LI> |
|---|
| 38 | </UL> |
|---|
| 39 | </DIV> |
|---|
| 40 | <DIV class="footer"> |
|---|
| 41 | <DIV class="footer-body"> |
|---|
| 42 | <P> © <A name="Copyright">Copyright</A> <A href="mailto:boost-test%20at%20emailaccount%20dot%20com%20%28please%20unobscure%29">Gennadiy |
|---|
| 43 | Rozental</A> 2001-2006. <BR> |
|---|
| 44 | Distributed under the Boost Software License, Version 1.0. |
|---|
| 45 | (See accompanying file <A href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A> or |
|---|
| 46 | copy at <A href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</A>)</P> |
|---|
| 47 | <P>Revised: |
|---|
| 48 | <!-- #BeginDate format:Sw1 -->26 February, 2006<!-- #EndDate --> |
|---|
| 49 | </P> |
|---|
| 50 | </DIV> |
|---|
| 51 | </DIV> |
|---|
| 52 | </BODY> |
|---|
| 53 | </HTML> |
|---|