/usr/share/doc/python-webtest-doc/index.html is in python-webtest-doc 2.0.28-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Testing Applications with WebTest — WebTest 2.0.28 documentation</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '2.0.28',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Functional Testing of Web Applications" href="webtest.html" />
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="webtest.html" title="Functional Testing of Web Applications"
accesskey="N">next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">WebTest 2.0.28 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="testing-applications-with-webtest">
<h1>Testing Applications with WebTest<a class="headerlink" href="#testing-applications-with-webtest" title="Permalink to this headline">¶</a></h1>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">author:</th><td class="field-body">Ian Bicking <<a class="reference external" href="mailto:ianb%40colorstudy.com">ianb<span>@</span>colorstudy<span>.</span>com</a>></td>
</tr>
<tr class="field-even field"><th class="field-name">maintainer:</th><td class="field-body">Gael Pasgrimaud <<a class="reference external" href="mailto:gael%40gawel.org">gael<span>@</span>gawel<span>.</span>org</a>></td>
</tr>
</tbody>
</table>
<div class="section" id="status-license">
<h2>Status & License<a class="headerlink" href="#status-license" title="Permalink to this headline">¶</a></h2>
<p>WebTest is an extraction of <code class="docutils literal"><span class="pre">paste.fixture.TestApp</span></code>, rewriting
portions to use <a class="reference external" href="http://docs.webob.org/">WebOb</a>. It is under
active development as part of the Pylons cloud of packages.</p>
<p>Feedback and discussion should take place on the <a class="reference external" href="https://groups.google.com/forum/?fromgroups#!forum/pylons-discuss">Pylons discuss list</a>, and bugs
should go into the <a class="reference external" href="https://github.com/Pylons/webtest/issues">Github tracker</a>.</p>
<p>This library is licensed under an <a class="reference external" href="license.html">MIT-style license</a>.</p>
</div>
<div class="section" id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h2>
<p>You can use pip or easy_install to get the latest stable release:</p>
<div class="highlight-sh"><div class="highlight"><pre><span></span>$ pip install WebTest
$ easy_install WebTest
</pre></div>
</div>
<p>Or if you want the development version:</p>
<div class="highlight-sh"><div class="highlight"><pre><span></span>$ pip install https://nodeload.github.com/Pylons/webtest/tar.gz/master
</pre></div>
</div>
</div>
<div class="section" id="what-this-does">
<h2>What This Does<a class="headerlink" href="#what-this-does" title="Permalink to this headline">¶</a></h2>
<p>WebTest helps you test your WSGI-based web applications. This can be
any application that has a WSGI interface, including an application
written in a framework that supports WSGI (which includes most
actively developed Python web frameworks – almost anything that even
nominally supports WSGI should be testable).</p>
<p>With this you can test your web applications without starting an HTTP
server, and without poking into the web framework shortcutting
pieces of your application that need to be tested. The tests WebTest
runs are entirely equivalent to how a WSGI HTTP server would call an
application. By testing the full stack of your application, the
WebTest testing model is sometimes called a <em>functional test</em>,
<em>integration test</em>, or <em>acceptance test</em> (though the latter two are
not particularly good descriptions). This is in contrast to a <em>unit
test</em> which tests a particular piece of functionality in your
application. While complex programming tasks are often suited to
unit tests, template logic and simple web programming is often best
done with functional tests; and regardless of the presence of unit
tests, no testing strategy is complete without high-level tests to
ensure the entire programming system works together.</p>
<p>WebTest helps you create tests by providing a convenient interface to
run WSGI applications and verify the output.</p>
</div>
<div class="section" id="quick-start">
<h2>Quick start<a class="headerlink" href="#quick-start" title="Permalink to this headline">¶</a></h2>
<p>The most important object in WebTest is <a class="reference internal" href="api.html#webtest.app.TestApp" title="webtest.app.TestApp"><code class="xref py py-class docutils literal"><span class="pre">TestApp</span></code></a>, the wrapper
for WSGI applications. It also allows you to perform HTTP requests on it.
To use it, you simply instantiate it with your WSGI application.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">If your WSGI application requires any configuration,
you must set that up manually in your tests.</p>
</div>
<p>Here is a basic application:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="k">def</span> <span class="nf">application</span><span class="p">(</span><span class="n">environ</span><span class="p">,</span> <span class="n">start_response</span><span class="p">):</span>
<span class="gp">... </span> <span class="n">headers</span> <span class="o">=</span> <span class="p">[(</span><span class="s1">'Content-Type'</span><span class="p">,</span> <span class="s1">'text/html; charset=utf8'</span><span class="p">),</span>
<span class="gp">... </span> <span class="p">(</span><span class="s1">'Content-Length'</span><span class="p">,</span> <span class="nb">str</span><span class="p">(</span><span class="nb">len</span><span class="p">(</span><span class="n">body</span><span class="p">)))]</span>
<span class="gp">... </span> <span class="n">start_response</span><span class="p">(</span><span class="s1">'200 OK'</span><span class="p">,</span> <span class="n">headers</span><span class="p">)</span>
<span class="gp">... </span> <span class="k">return</span> <span class="p">[</span><span class="n">body</span><span class="p">]</span>
</pre></div>
</div>
<p>Wrap it into a <a class="reference internal" href="api.html#webtest.app.TestApp" title="webtest.app.TestApp"><code class="xref py py-class docutils literal"><span class="pre">TestApp</span></code></a>:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="kn">from</span> <span class="nn">webtest</span> <span class="k">import</span> <span class="n">TestApp</span>
<span class="gp">>>> </span><span class="n">app</span> <span class="o">=</span> <span class="n">TestApp</span><span class="p">(</span><span class="n">application</span><span class="p">)</span>
</pre></div>
</div>
<p>Then you can get the response of a HTTP GET:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">resp</span> <span class="o">=</span> <span class="n">app</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">'/'</span><span class="p">)</span>
</pre></div>
</div>
<p>And check the results, like response’s status:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="k">assert</span> <span class="n">resp</span><span class="o">.</span><span class="n">status</span> <span class="o">==</span> <span class="s1">'200 OK'</span>
<span class="gp">>>> </span><span class="k">assert</span> <span class="n">resp</span><span class="o">.</span><span class="n">status_int</span> <span class="o">==</span> <span class="mi">200</span>
</pre></div>
</div>
<p>Response’s headers:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="k">assert</span> <span class="n">resp</span><span class="o">.</span><span class="n">content_type</span> <span class="o">==</span> <span class="s1">'text/html'</span>
<span class="gp">>>> </span><span class="k">assert</span> <span class="n">resp</span><span class="o">.</span><span class="n">content_length</span> <span class="o">></span> <span class="mi">0</span>
</pre></div>
</div>
<p>Or response’s body:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">resp</span><span class="o">.</span><span class="n">mustcontain</span><span class="p">(</span><span class="s1">'<html>'</span><span class="p">)</span>
<span class="gp">>>> </span><span class="k">assert</span> <span class="s1">'form'</span> <span class="ow">in</span> <span class="n">resp</span>
</pre></div>
</div>
<p>WebTest can do much more. In particular, it can handle <a class="reference internal" href="forms.html"><span class="doc">Form handling</span></a>.</p>
</div>
<div class="section" id="contents">
<h2>Contents<a class="headerlink" href="#contents" title="Permalink to this headline">¶</a></h2>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="webtest.html">Functional Testing of Web Applications</a><ul>
<li class="toctree-l2"><a class="reference internal" href="testapp.html">TestApp</a><ul>
<li class="toctree-l3"><a class="reference internal" href="testapp.html#making-requests">Making Requests</a></li>
<li class="toctree-l3"><a class="reference internal" href="testapp.html#making-json-requests">Making JSON Requests</a></li>
<li class="toctree-l3"><a class="reference internal" href="testapp.html#modifying-the-environment-simulating-authentication">Modifying the Environment & Simulating Authentication</a></li>
<li class="toctree-l3"><a class="reference internal" href="testapp.html#testing-a-non-wsgi-application">Testing a non wsgi application</a></li>
<li class="toctree-l3"><a class="reference internal" href="testapp.html#what-is-tested-by-default">What Is Tested By Default</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="testresponse.html">TestResponse</a><ul>
<li class="toctree-l3"><a class="reference internal" href="forms.html">Form handling</a><ul>
<li class="toctree-l4"><a class="reference internal" href="forms.html#getting-a-form">Getting a form</a></li>
<li class="toctree-l4"><a class="reference internal" href="forms.html#filling-a-form">Filling a form</a></li>
<li class="toctree-l4"><a class="reference internal" href="forms.html#field-types">Field types</a><ul>
<li class="toctree-l5"><a class="reference internal" href="forms.html#input-and-textarea-fields">Input and textarea fields</a></li>
<li class="toctree-l5"><a class="reference internal" href="forms.html#select-fields">Select fields</a></li>
<li class="toctree-l5"><a class="reference internal" href="forms.html#checkbox">Checkbox</a></li>
<li class="toctree-l5"><a class="reference internal" href="forms.html#radio">Radio</a></li>
<li class="toctree-l5"><a class="reference internal" href="forms.html#file">File</a></li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="forms.html#submit-a-form">Submit a form</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="testresponse.html#parsing-the-body">Parsing the Body</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="http.html">HTTP client/server utilities</a></li>
<li class="toctree-l2"><a class="reference internal" href="debugapp.html">WSGI Debug application</a></li>
<li class="toctree-l2"><a class="reference internal" href="webtest.html#framework-hooks">Framework Hooks</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="api.html"><code class="docutils literal"><span class="pre">webtest</span></code> API</a><ul>
<li class="toctree-l2"><a class="reference internal" href="api.html#webtest-app-testapp"><code class="docutils literal"><span class="pre">webtest.app.TestApp</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#webtest-app-testrequest"><code class="docutils literal"><span class="pre">webtest.app.TestRequest</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#webtest-response-testresponse"><code class="docutils literal"><span class="pre">webtest.response.TestResponse</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#module-webtest.forms"><code class="docutils literal"><span class="pre">webtest.forms</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#module-webtest.http"><code class="docutils literal"><span class="pre">webtest.http</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#module-webtest.lint"><code class="docutils literal"><span class="pre">webtest.lint</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="api.html#module-webtest.debugapp"><code class="docutils literal"><span class="pre">webtest.debugapp</span></code></a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contribute to webtest project</a><ul>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#getting-started">Getting started</a></li>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#execute-tests">Execute tests</a></li>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#use-tox-to-test-many-python-versions">Use tox to test many Python versions</a></li>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#generate-documentation">Generate documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="contributing.html#tips">Tips</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">News</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">2.0.28 (2017-08-01)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">2.0.27 (2017-03-15)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">2.0.26 (2017-03-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">2.0.25 (2017-02-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">2.0.24 (2016-12-16)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id6">2.0.23 (2016-07-21)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id7">2.0.22 (2016-07-21)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id8">2.0.21 (2016-04-12)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id9">2.0.20 (2015-11-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id10">2.0.19 (2015-11-01)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id11">2.0.18 (2015-02-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id12">2.0.17 (2014-12-20)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id13">2.0.16 (2014-09-19)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id14">2.0.15 (2014-04-17)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id15">2.0.14 (2014-01-23)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id16">2.0.13 (2014-01-23)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id17">2.0.12 (2014-01-17)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id18">2.0.11 (2013-12-29)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id19">2.0.10 (2013-11-14)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id20">2.0.9 (2013-09-18)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id21">2.0.8 (2013-09-17)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id22">2.0.7 (2013-08-07)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id23">2.0.6 (2013-05-23)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id24">2.0.5 (2013-04-12)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id25">2.0.4 (2013-03-28)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id26">2.0.3 (2013-03-19)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id27">2.0.2 (2013-03-15)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id28">2.0.1 (2013-03-05)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id29">2.0 (2013-02-25)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id30">1.4.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id31">1.4.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id32">1.4.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id33">1.3.6</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id37">1.3.5</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id39">1.3.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id44">1.3.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id46">1.3.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id48">1.3.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id50">1.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id51">1.2.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id54">1.2.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id56">1.2.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id57">1.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id59">1.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id60">1.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id61">1.0.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id62">1.0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id63">0.9</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="section" id="license">
<h2>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
<p>Copyright (c) 2010 Ian Bicking and Contributors</p>
<p>Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Testing Applications with WebTest</a><ul>
<li><a class="reference internal" href="#status-license">Status & License</a></li>
<li><a class="reference internal" href="#installation">Installation</a></li>
<li><a class="reference internal" href="#what-this-does">What This Does</a></li>
<li><a class="reference internal" href="#quick-start">Quick start</a></li>
<li><a class="reference internal" href="#contents">Contents</a></li>
<li><a class="reference internal" href="#license">License</a></li>
</ul>
</li>
</ul>
<h4>Next topic</h4>
<p class="topless"><a href="webtest.html"
title="next chapter">Functional Testing of Web Applications</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/index.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="webtest.html" title="Functional Testing of Web Applications"
>next</a> |</li>
<li class="nav-item nav-item-0"><a href="#">WebTest 2.0.28 documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Ian Bicking.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
</div>
</body>
</html>
|