<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RgyDd4</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=RgyDd4"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/RgyDd4"/>
	<updated>2026-04-26T23:24:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=requirements-testing-examples&amp;diff=18164</id>
		<title>requirements-testing-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=requirements-testing-examples&amp;diff=18164"/>
		<updated>2007-07-06T01:22:19Z</updated>

		<summary type="html">&lt;p&gt;RgyDd4: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Requirements Testing Examples ==&lt;br /&gt;
&lt;br /&gt;
The XUnit framework approach to writing test cases is still the most common way of implementing automated tests, but there are already a number of examples of mini languages and formats for web testing:&lt;br /&gt;
&lt;br /&gt;
=== Feed Parser Test Suite ===&lt;br /&gt;
&lt;br /&gt;
The XML files from the [http://feedparser.org/tests/ Feed Parser Test Suite] created by Mark Pilgrim are prefixed with a comment containing a description and expectation, decoupling the test assertions from imperative code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Description: Atom namespace (official)&lt;br /&gt;
Expect:      bozo and feed['title'] == u'Example Atom'&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Description: entry contributor homepage&lt;br /&gt;
Expect:      bozo and entries[0]['contributors'][0]['url'] == u'http://example.com/'&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Canoo WebTest ===&lt;br /&gt;
&lt;br /&gt;
[http://webtest.canoo.com/manual/WebTestHome.html Canoo WebTest] runs test steps defined in the Ant XML format:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;target name=&amp;quot;login&amp;quot; &amp;gt; &lt;br /&gt;
  &amp;lt;webtest name=&amp;quot;normal&amp;quot; &amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>RgyDd4</name></author>
	</entry>
</feed>