<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.peterkrantz.com/raakt/wiki/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.peterkrantz.com/raakt/wiki/feed.php">
        <title>RAAKT</title>
        <description></description>
        <link>http://www.peterkrantz.com/raakt/wiki/</link>
        <image rdf:resource="http://www.peterkrantz.com/raakt/wiki/lib/images/favicon.ico" />
       <dc:date>2008-09-04T16:07:24+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/examples/commandline"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/faq/faq"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/start"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/examples/batchtest"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/error-message-ids"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/tests"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/frameworks/watir"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.peterkrantz.com/raakt/wiki/lib/images/favicon.ico">
        <title>RAAKT</title>
        <link>http://www.peterkrantz.com/raakt/wiki/</link>
        <url>http://www.peterkrantz.com/raakt/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/examples/commandline">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-27T11:14:58+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Calling Raakt from the command line</title>
        <link>http://www.peterkrantz.com/raakt/wiki/examples/commandline</link>
        <description>This script shows how Raakt can be used in a simple Ruby script to test a remote web page. 

First, make sure you have installed Raakt (follow the installation instructions if necessary).

Then, install the WWW::Mechanize library (it will be used to fetch remote web pages) by opening a command prompt and type:</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/faq/faq">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-23T13:48:48+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Frequently asked questions</title>
        <link>http://www.peterkrantz.com/raakt/wiki/faq/faq</link>
        <description>I get an error when I test ASP.NET websites?

If you get the “ran out of buffer space error” it is likely that the page you are testing has a huge viewstate. This will lead to a buffer space error in Hpricot which Raakt uses to build the document tree. In newer versions of Raakt, this is set to 256 Kb. If this isn’t enough you need to specify something larger for the Hpricot.buffer_size variable in raakt.rb.</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/start">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-26T13:21:55+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Raakt - The Ruby Accessibility Analysis Kit</title>
        <link>http://www.peterkrantz.com/raakt/wiki/start</link>
        <description>Raakt is a web accessibility analysis tool that makes it easy to integrate basic accessibility evaluation early in the development process. This means that you will save time (and money) as basic technical accessibility issues can be caught automatically as part of your automated test procedure.</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/examples/batchtest">
        <dc:format>text/html</dc:format>
        <dc:date>2008-01-26T12:57:23+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Batch testing an entire site - Moved example to Simplecrawler project</title>
        <link>http://www.peterkrantz.com/raakt/wiki/examples/batchtest</link>
        <description>This example shows how Raakt can be used in a crawl script to check an entire site.

It is based on Ruport, Raakt and SimpleCrawler. Please see SimpleCrawler example.</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/error-message-ids">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-27T16:31:48+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Error message ids - created</title>
        <link>http://www.peterkrantz.com/raakt/wiki/error-message-ids</link>
        <description>Error message ids

 Raakt tests generate the following error messages: 
 Error id (eid)       Description       missing_title       The title element is missing. Provide a descriptive title for your document.empty_title         The title element is empty. Provide a descriptive title for your document.missing_alt         Missing alt attribute for image (with src ‘%s’).missing_heading     Missing first level heading (h1). Provide at least one first level heading describing document content.wro…</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/tests">
        <dc:format>text/html</dc:format>
        <dc:date>2007-08-27T16:31:01+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Tests</title>
        <link>http://www.peterkrantz.com/raakt/wiki/tests</link>
        <description>The following tests are available in Raakt. These generate error message objects. Each error message has an id and a description text. See Error message ids for more information. 

	*  check_areas: Check area elements and make sure they have a non-empty alt attribute.
	*  check_character_set: Verify that the charater set specified in HTTP headers match that specidied in the HTML meta element. This test will be skipped if you don’t pass a hash of http headers when setting up the test.
	*  check…</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/frameworks/watir">
        <dc:format>text/html</dc:format>
        <dc:date>2007-05-25T10:11:07+00:00</dc:date>
        <dc:creator>Peter Krantz</dc:creator>
        <title>Using Raakt in Watir</title>
        <link>http://www.peterkrantz.com/raakt/wiki/frameworks/watir</link>
        <description>Watir is a free, open-source functional testing tool for automating browser-based tests of web applications. It is pronounced “water”. Watir is a Ruby library that works with Internet Explorer on Windows.

Since Watir drives an instance of Internet Explorer it is very easy to test pages that use AJAX or other techniques to dynamically render content.</description>
    </item>
</rdf:RDF>
