Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / html / boost_test / practical_usage_recommendations / web_wisdom.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Web Wisdom</title>
5 <link rel="stylesheet" href="../../boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../index.html" title="Boost.Test">
8 <link rel="up" href="../practical_usage_recommendations.html" title="Practical usage recommendations">
9 <link rel="prev" href="tutorials/hello.html" title="A testing framework, what for?">
10 <link rel="next" href="../section_faq.html" title="Frequently Asked Questions">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="tutorials/hello.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../practical_usage_recommendations.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../section_faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="boost_test.practical_usage_recommendations.web_wisdom"></a><a class="link" href="web_wisdom.html" title="Web Wisdom">Web
28       Wisdom</a>
29 </h3></div></div></div>
30 <p>
31         If you can't find answer to the question you have on these pages, it is quite
32         possible someone already faced an issue similar to yours and posted about
33         this online. This page gathers a few of the additional materials you may
34         review.
35       </p>
36 <div class="note"><table border="0" summary="Note">
37 <tr>
38 <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="../../../../../../doc/src/images/note.png"></td>
39 <th align="left">Note</th>
40 </tr>
41 <tr><td align="left" valign="top"><p>
42           The following material is provided "as is". The views, implementation
43           or methods expressed are their respective authors and do not necessarily
44           represent positions of the Boost.Test contributors, and might be outdated.
45         </p></td></tr>
46 </table></div>
47 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
48 <li class="listitem">
49             <a href="http://stackoverflow.com/search?q=boost+test" target="_top">Stack overflow
50             Boost.Test related questions</a>
51           </li>
52 <li class="listitem">
53             <a href="http://www.ibm.com/developerworks/aix/library/au-ctools1_boost/?S_TACT=105AGY20&amp;S_CMP=HP" target="_top">Get
54             to know the Boost unit test framework (from IBM)</a>
55           </li>
56 <li class="listitem">
57             <a href="http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/" target="_top">C++
58             Unit Testing With Boost.Test</a>
59           </li>
60 <li class="listitem">
61             <a href="http://www.beroux.com/english/articles/boost_unit_testing/" target="_top">C++
62             Unit Testing Framework: A Boost Test Tutorial</a>
63           </li>
64 <li class="listitem">
65             <a href="http://praveen.kumar.in/2010/04/30/introduction-to-test-driven-development-in-c-using-boost-test-library/" target="_top">Introduction
66             to Test-Driven Development in C++ using Boost Test Library</a>
67           </li>
68 <li class="listitem">
69             C++ Unit Tests With Boost.Test: <a href="https://legalizeadulthood.wordpress.com/2009/07/04/c-unit-tests-with-boost-test-part-1/" target="_top">part
70             1</a>, <a href="https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-2/" target="_top">part
71             2</a>, <a href="https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-3/" target="_top">part
72             3</a>, <a href="https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-4/" target="_top">part
73             4</a>, <a href="https://legalizeadulthood.wordpress.com/2009/07/05/c-unit-tests-with-boost-test-part-5/" target="_top">part
74             5</a>
75           </li>
76 <li class="listitem">
77             <a href="http://alexott.net/en/cpp/CppTestingIntro.html" target="_top">Test-driven
78             development and unit testing with examples in C++</a>
79           </li>
80 <li class="listitem">
81             <a href="http://www.hpfsc.de/default.php?url=./boosttest/index.html" target="_top">How
82             to use Boost Test for automated testing</a>
83           </li>
84 <li class="listitem">
85             <a href="http://www.abauchu.net/blog/post/2009/12/02/Unit-tests-with-BoostTest" target="_top">Unit
86             tests with Boost.Test</a>
87           </li>
88 <li class="listitem">
89             <a href="http://richarddingwall.name/2008/06/08/boost-how-do-i-write-a-unit-test-for-a-signal/" target="_top">Boost:
90             How do I write a unit test for a signal?</a>
91           </li>
92 <li class="listitem">
93             <a href="https://chuckaknight.wordpress.com/2013/04/18/testing-using-the-boost-unit-test-framework" target="_top">Testing
94             Using the Boost Unit Test Framework</a>
95           </li>
96 <li class="listitem">
97             <a href="https://sanecpp.wordpress.com/2014/10/08/introduction-to-unit-testing/" target="_top">Introduction
98             to unit testing</a>
99           </li>
100 <li class="listitem">
101             <a href="http://www.alittlemadness.com/2009/12/04/using-boost-test-with-boost-build/" target="_top">Using
102             Boost.Test with Boost.Build</a>
103           </li>
104 <li class="listitem">
105             <a href="http://www.alittlemadness.com/2009/12/10/boost-test-xml-reports-with-boost-build/" target="_top">Boost.Test
106             XML Reports with Boost.Build</a>
107           </li>
108 <li class="listitem">
109             <a href="http://edn.embarcadero.com/article/32703" target="_top">Boost Unit Testing
110             with C++BuilderX</a>
111           </li>
112 <li class="listitem">
113             <a href="http://www.sharprobotica.com/2010/04/including-boost-test-in-your-c-project/" target="_top">Including
114             Boost.Test in Your C++ Project</a>
115           </li>
116 <li class="listitem">
117             <a href="http://bitten.edgewall.org/wiki/BoostTest" target="_top">Using Boost.Test
118             in Bitten</a>
119           </li>
120 <li class="listitem">
121             <a href="http://seandenigris.com/blog/?p=187" target="_top">Automate acceptance/unit
122             testing C++ in Xcode (using Boost.Test)</a>
123           </li>
124 <li class="listitem">
125             <a href="http://www.codeproject.com/Articles/368966/Automation-of-running-Boost-Test-with-Visual-Studi" target="_top">Automation
126             of running Boost.Test with Visual Studio macros</a>
127           </li>
128 <li class="listitem">
129             <a href="http://richarddingwall.name/2008/06/01/using-the-boost-unit-test-framework-with-xcode-3/" target="_top">Using
130             the Boost Unit Test Framework with Xcode 3</a>
131           </li>
132 <li class="listitem">
133             <a href="http://www.lonecpluspluscoder.com/2014/09/some-boost-test-notes/" target="_top">Some
134             Boost.Test notes</a>
135           </li>
136 <li class="listitem">
137             <a href="http://www.devexp.ru/2010/01/boost-test-yunit-testirovanie-i-cmake/" target="_top">Boost.Test
138             tutorial (in Russian)</a>
139           </li>
140 <li class="listitem">
141             Boost Test. Setup and usage (<a href="http://blog.yastrebkov.com/2009/07/boost-test.html" target="_top">Russian</a>,
142             <a href="http://blog.yastrebkov.com/2010/07/boost-test-setup-and-usage.html" target="_top">English</a>)
143           </li>
144 <li class="listitem">
145             <a href="http://www.ncbi.nlm.nih.gov/toolkit/doc/book/ch_boost/" target="_top">Using
146             the Boost Unit Test Framework</a>
147           </li>
148 <li class="listitem">
149             <a href="http://endl.ch/content/gallio-adapter-boosttest" target="_top">Gallio adapter
150             for Boost.Test</a>
151           </li>
152 <li class="listitem">
153             <a href="http://sindicollo.blogspot.com/2008/11/boosttest.html" target="_top">Russian
154             translation of small tutorial to Boost.Test</a>
155           </li>
156 <li class="listitem">
157             <a href="http://www.eld.leidenuniv.nl/~moene/Home/projects/testdox/boosttest/" target="_top">Customizing
158             the output log and report format</a>
159           </li>
160 <li class="listitem">
161             <a href="https://github.com/etas/vs-boost-unit-test-adapter" target="_top">Boost
162             Test Adapter</a> (Boost.Test extension for Microsoft Visual Studio,
163             also available from <a href="https://visualstudiogallery.msdn.microsoft.com/5f4ae1bd-b769-410e-8238-fb30beda987f" target="_top">here</a>).
164           </li>
165 <li class="listitem">
166             <a href="https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.TestAdapterforBoostTest" target="_top">Microsoft
167             Boost Test Adapter</a>
168           </li>
169 </ul></div>
170 </div>
171 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
172 <td align="left"></td>
173 <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2019 Boost.Test
174       contributors<p>
175         Distributed under the Boost Software License, Version 1.0. (See accompanying
176         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
177       </p>
178 </div></td>
179 </tr></table>
180 <hr>
181 <div class="spirit-nav">
182 <a accesskey="p" href="tutorials/hello.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../practical_usage_recommendations.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../section_faq.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
183 </div>
184 </body>
185 </html>