<?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 frameworks</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>2010-09-09T00:18:44+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/frameworks/htmlunit?rev=1173700831"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/frameworks/nunit?rev=1173396506"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/frameworks/rails?rev=1173435674"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/frameworks/selenium?rev=1175293994"/>
                <rdf:li rdf:resource="http://www.peterkrantz.com/raakt/wiki/frameworks/watir?rev=1232978068"/>
            </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/frameworks/htmlunit?rev=1173700831">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-12T12:00:31+00:00</dc:date>
        <title>Using Raakt in HTMLUnit</title>
        <link>http://www.peterkrantz.com/raakt/wiki/frameworks/htmlunit?rev=1173700831</link>
        <description>This page is a work in progress. Currently just a collection of notes on how I think Raakt can be called from HTMLUnit tests. I am waiting for a new version of Hpricot for Jruby with a fix for ticket 68.

Installing stuff

Download and set up HTMLUnit

Follow the instructions at the HTMLUnit website. The binary distribution contains all dependencies for HTMLUnit. Make sure HTMLUnit is working correctly before continuing.</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/frameworks/nunit?rev=1173396506">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-08T23:28:26+00:00</dc:date>
        <title>Using Raakt in NUnit test (via Watir)</title>
        <link>http://www.peterkrantz.com/raakt/wiki/frameworks/nunit?rev=1173396506</link>
        <description>NUnit itself does not have the ability to do functional web testing. However, many feel that it is convenient to have all your tests runnable via NUnit as integration with e.g. CruiseControl.NET becomes simpler.

Scott Hanselman has a blog post describing how to set up NUnit tests that call command line scripts. You can use this to run Using Raakt in Watir tests from NUnit or, if you just want to do Raakt tests, you can use this simple example script:</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/frameworks/rails?rev=1173435674">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-09T10:21:14+00:00</dc:date>
        <title>Using Raakt in Ruby on Rails</title>
        <link>http://www.peterkrantz.com/raakt/wiki/frameworks/rails?rev=1173435674</link>
        <description>Using Raakt in Ruby on Rails is easily done by adding a custom assertion method to the Test::Unit::TestCase class. Open the file test_helper.rb in the test folder in your Rails application. Add the following method to the class Test::Unit::TestCase:</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/frameworks/selenium?rev=1175293994">
        <dc:format>text/html</dc:format>
        <dc:date>2007-03-30T22:33:14+00:00</dc:date>
        <title>Selenium</title>
        <link>http://www.peterkrantz.com/raakt/wiki/frameworks/selenium?rev=1175293994</link>
        <description>Selenium Remote Control is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser.

Selenium Remote Control provides a Selenium Server, which can automatically start/stop/control any supported browser.</description>
    </item>
    <item rdf:about="http://www.peterkrantz.com/raakt/wiki/frameworks/watir?rev=1232978068">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-26T13:54:28+00:00</dc:date>
        <title>Using Raakt in Watir</title>
        <link>http://www.peterkrantz.com/raakt/wiki/frameworks/watir?rev=1232978068</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 family of Ruby libraries. They support Internet Explorer on Windows, Firefox on Windows, Mac and Linux, Safari on Mac, Chrome on Windows.</description>
    </item>
</rdf:RDF>
