<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://badgerfiles.com/snips/lib/exe/css.php?s=feed" 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://badgerfiles.com/snips/feed.php">
        <title>BadgerFiles: Snips</title>
        <description></description>
        <link>http://badgerfiles.com/snips/</link>
        <image rdf:resource="http://badgerfiles.com/snips/lib/images/favicon.ico" />
       <dc:date>2008-11-18T18:45:29-08:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=home&amp;rev=1222302723"/>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=ruby:convert_output_to_html&amp;rev=1214022634"/>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=ruby:intro_to_watir&amp;rev=1206709118"/>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=ruby:watir_and_ruby&amp;rev=1206645939"/>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=ruby:dbi_connection&amp;rev=1206645669"/>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=ruby:handle_popups&amp;rev=1206474838"/>
                <rdf:li rdf:resource="http://badgerfiles.com/snips/doku.php?id=ruby:log_results&amp;rev=1206474439"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://badgerfiles.com/snips/lib/images/favicon.ico">
        <title>BadgerFiles: Snips</title>
        <link>http://badgerfiles.com/snips/</link>
        <url>http://badgerfiles.com/snips/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=home&amp;rev=1222302723">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-24T17:32:03-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>home</title>
        <link>http://badgerfiles.com/snips/doku.php?id=home&amp;rev=1222302723</link>
        <description>Write it. Document it. Remember it forever.

Watir and Ruby: Collection of information about using Watir to automate web application testing. 

Scratch: Book outline.</description>
    </item>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=ruby:convert_output_to_html&amp;rev=1214022634">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-20T21:30:34-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>ruby:convert_output_to_html</title>
        <link>http://badgerfiles.com/snips/doku.php?id=ruby:convert_output_to_html&amp;rev=1214022634</link>
        <description>Use the RedCloth module to turn textile markup into HTML. Textile is a simple markup language that can be used to quickly turn plain text files into HTML. See &lt;http://hobix.com/textile/&gt; for a quick reference guide. More information on RedCloth can be found at &lt;http://whytheluckystiff.net/ruby/redcloth/&gt;.</description>
    </item>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=ruby:intro_to_watir&amp;rev=1206709118">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-28T05:58:38-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>ruby:intro_to_watir</title>
        <link>http://badgerfiles.com/snips/doku.php?id=ruby:intro_to_watir&amp;rev=1206709118</link>
        <description>Web application testing in ruby (Watir) is a open-source, automated testing framework based on Ruby. Watir provides a library that helps testers control Microsoft Internet Explorer to perform automated test scenarios. This brief tutorial assumes you:</description>
    </item>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=ruby:watir_and_ruby&amp;rev=1206645939">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-27T12:25:39-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>ruby:watir_and_ruby</title>
        <link>http://badgerfiles.com/snips/doku.php?id=ruby:watir_and_ruby&amp;rev=1206645939</link>
        <description>Intro to Watir: A quick start guide to Watir. 

Common Code

 Handle Popups: Popups are evil, yet developers insist on using them. Here are some examples to help you process them.

Log Results: If you like to puts your results, try ruby's Logger instead.</description>
    </item>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=ruby:dbi_connection&amp;rev=1206645669">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-27T12:21:09-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>ruby:dbi_connection</title>
        <link>http://badgerfiles.com/snips/doku.php?id=ruby:dbi_connection&amp;rev=1206645669</link>
        <description>Most documentation that instructs you how to connect to MSSQL server using ODBC fail to instruct how to set up the data source name (DSN). The DSN is an arbitrary value that gets defined via the Windows Administrative Tools Control Panel. Run the Data Sources utility to add a user DSN. The wizard is fairly self explanatory.</description>
    </item>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=ruby:handle_popups&amp;rev=1206474838">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-25T12:53:58-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>ruby:handle_popups</title>
        <link>http://badgerfiles.com/snips/doku.php?id=ruby:handle_popups&amp;rev=1206474838</link>
        <description>In my testing, I encounter popups for File Download, confirmations, and warnings on page load. Variations of these scripts can be found in the Watir Popup FAQ and the Watir mailing lists. Consult the FAQ at &lt;http://wiki.openqa.org/display/WTR/JavaScript+Pop+Ups&gt; for more scenarios.</description>
    </item>
    <item rdf:about="http://badgerfiles.com/snips/doku.php?id=ruby:log_results&amp;rev=1206474439">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-25T12:47:19-08:00</dc:date>
        <dc:creator>Mike Badger</dc:creator>
        <title>ruby:log_results</title>
        <link>http://badgerfiles.com/snips/doku.php?id=ruby:log_results&amp;rev=1206474439</link>
        <description>Ruby includes a flexible Logger class to help us redirect test results to the STDOUT or to file. It also lets us assign a severity for each log message, and best of all, we decide what to log. 

To test this code and appreciate the logging levels, run the script once for each severity by changing the logger.level = Logger::INFO line.</description>
    </item>
</rdf:RDF>
