Skip to content

Commit 4178147

Browse files
committed
working on api testing projects and hosted services
1 parent 580ed8c commit 4178147

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

api-creation.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,26 @@ <h2>API creation frameworks</h2>
6161
other WSGI framework with minimal porting effort.</p>
6262
</li>
6363
</ul>
64+
<h2>API testing projects</h2>
65+
<p>Building, running and maintaining APIs requires as much effort as building,
66+
running and maintaining a web application. API testing frameworks are the
67+
equivalent of browser testing in the web application world.</p>
68+
<ul>
69+
<li><a href="https://github.com/zatosource/zato-apitest">zato-apitest</a> invokes HTTP
70+
APIs and provides hooks for running through other testing frameworks.</li>
71+
</ul>
72+
<h2>Hosted API testing services</h2>
73+
<ul>
74+
<li>
75+
<p><a href="https://www.runscope.com/">Runscope</a> is an API testing SaaS application
76+
that can test both your own APIs and external APIs that your application
77+
relies upon.</p>
78+
</li>
79+
<li>
80+
<p><a href="http://smartbear.com/api-testing/">SmartBear</a> has several API monitoring
81+
and testing tools for APIs.</p>
82+
</li>
83+
</ul>
6484
<h2>API creation resources</h2>
6585
<ul>
6686
<li>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-13T07:06:21Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2014-06-13T09:25:32Z</updated></feed>

source/content/pages/06-apis/0605-api-creation.markdown

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,25 @@ applications through machine-to-machine communication.
3737
other WSGI framework with minimal porting effort.
3838

3939

40+
## API testing projects
41+
Building, running and maintaining APIs requires as much effort as building,
42+
running and maintaining a web application. API testing frameworks are the
43+
equivalent of browser testing in the web application world.
44+
45+
* [zato-apitest](https://github.com/zatosource/zato-apitest) invokes HTTP
46+
APIs and provides hooks for running through other testing frameworks.
47+
48+
49+
50+
## Hosted API testing services
51+
* [Runscope](https://www.runscope.com/) is an API testing SaaS application
52+
that can test both your own APIs and external APIs that your application
53+
relies upon.
54+
55+
* [SmartBear](http://smartbear.com/api-testing/) has several API monitoring
56+
and testing tools for APIs.
57+
58+
4059
## API creation resources
4160
* [NARWHL](http://www.narwhl.com/) is a practical API design site for
4261
developers confused about what is appropriate for RESTful APIs.

0 commit comments

Comments
 (0)