<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.fitnesse.info/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://www.fitnesse.info/feed.php">
        <title>FitNesse.Info</title>
        <description></description>
        <link>http://www.fitnesse.info/</link>
        <image rdf:resource="http://www.fitnesse.info/lib/images/favicon.ico" />
       <dc:date>2010-03-11T16:43:56-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.fitnesse.info/webtest:webtest_reference?rev=1262850594&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/fit_framework_implementation_differences?rev=1262815599&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/trinidad?rev=1262621021&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/wiki:syntax?rev=1262009627&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/start?rev=1260455482&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/start_using?rev=1258802142&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/webtest?rev=1258497272&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/talk:webtest?rev=1252590590&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.fitnesse.info/fixturegallery:importantconcepts:markupvariables?rev=1247000364&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.fitnesse.info/lib/images/favicon.ico">
        <title>FitNesse.Info</title>
        <link>http://www.fitnesse.info/</link>
        <url>http://www.fitnesse.info/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.fitnesse.info/webtest:webtest_reference?rev=1262850594&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-07T02:49:54-05:00</dc:date>
        <dc:creator>Gojko Adzic</dc:creator>
        <title>webtest:webtest_reference</title>
        <link>http://www.fitnesse.info/webtest:webtest_reference?rev=1262850594&amp;do=diff</link>
        <description>This page lists all available methods in the WebTest fixture for customer-friendly web testing through FitNesse and Selenium. See main WebTest page for more information (especially on getting started). Method arguments are marked as bold. 

WebTest does a lot of smart mapping to identify fields, button and elements by captions, names, DOM element IDs and contained text. In most cases, you should be able to identify any element by the text that is actually displayed to the user on the screen. You…</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/fit_framework_implementation_differences?rev=1262815599&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-06T17:06:39-05:00</dc:date>
        <dc:creator>Gojko Adzic</dc:creator>
        <title>fit_framework_implementation_differences</title>
        <link>http://www.fitnesse.info/fit_framework_implementation_differences?rev=1262815599&amp;do=diff</link>
        <description>This page is an attempt to document differences between FitServer implementations for various languages, especially the things that should work but don't. (see download for instructions how to download different FitServer implementations)

Java

	*  basic fit fixtures do only inputs with fields, outputs with methods. FitLibrary fixtures do getters but not methods in general.
	*  symbols with = in column headers
	*  no standard way to check for exceptions
	*  class and method names are case sensi…</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/trinidad?rev=1262621021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-04T11:03:41-05:00</dc:date>
        <dc:creator>Gojko Adzic</dc:creator>
        <title>trinidad</title>
        <link>http://www.fitnesse.info/trinidad?rev=1262621021&amp;do=diff</link>
        <description>Trinidad is an in-process test runner for FitNesse tests. Here's what you can do with it:

	*  run fitnesse fit and slim tests without starting the server as part of your build
	*  run fitnesse tests from JUnit within your IDE
	*  debug and troubleshoot fitnesse fixtures in-process as if you were working with unit tests
	*  easily include fitnesse acceptance tests into your build (through JUnit)
	*  easily run tests in transactions and roll back after each test (with Spring)
	*  execute fitnesse…</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/wiki:syntax?rev=1262009627&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-28T09:13:47-05:00</dc:date>
        <dc:creator>Gojko Adzic</dc:creator>
        <title>wiki:syntax - old revision restored</title>
        <link>http://www.fitnesse.info/wiki:syntax?rev=1262009627&amp;do=diff</link>
        <description>DokuWiki supports some simple markup language, which tries to make the datafiles to be as readable as possible. This page contains all possible syntax you may use when editing the pages. Simply have a look at the source of this page by pressing the Edit this page button at the top or bottom of the page. If you want to try something, just use the playground page. The simpler markup is easily accessible via quickbuttons, too.</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/start?rev=1260455482&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-10T09:31:22-05:00</dc:date>
        <dc:creator>Gojko Adzic</dc:creator>
        <title>start</title>
        <link>http://www.fitnesse.info/start?rev=1260455482&amp;do=diff</link>
        <description>Quick start 

	*  What is FitNesse?
	*  Download and start using FitNesse
	*  learn how to use all common fixture types
	*  integrate fitnesse into your build process and IDE 
	*  if you are using FitNesse for something other than Java, see fit framework implementation differences
	*  Get help for using FIT/FitNesse
	*  see additional libraries with fixtures for database and web testing
	*  see a list of other FitNesse related resources
	*  read more on Agile Acceptance Testing</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/start_using?rev=1258802142&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-21T06:15:42-05:00</dc:date>
        <dc:creator>Gojko Adzic</dc:creator>
        <title>start_using</title>
        <link>http://www.fitnesse.info/start_using?rev=1258802142&amp;do=diff</link>
        <description>*  download the main package and start it by executing java -jar fitnesse.jar from a command line 
	*  FitNesse is a web server and it will try to take port 80 by default. If you see an error message, add the option -p 8080 to start it on port 8080 (java -jar fitnesse.jar -p 8080). 
	*  Open the FitNesse page in your browser (if you started it on port 80, just open &lt;http://localhost&gt;. If you started it on port 8080, then open &lt;http://localhost:8080/&gt;)</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/webtest?rev=1258497272&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-17T17:34:32-05:00</dc:date>
        <title>webtest</title>
        <link>http://www.fitnesse.info/webtest?rev=1258497272&amp;do=diff</link>
        <description>2009-Nov-17: Marisa Seal and Chris McMahon are WebTest maintainers on sourceforge 

 2008-Mar-04: Project is now hosted on SourceForge: see &lt;http://sourceforge.net/projects/webtestfixtures/&gt; 

 2008-Feb-13: Release 2.0 Now available. 

WebTest Fixtures are an extension to FIT/FitNesse that implement a customer-friendly language for web testing, utilising Selenium Remote Control. WebTest runs inside FitNesse, allowing you to integrate web UI tests into an automated build system, and use other Fit…</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/talk:webtest?rev=1252590590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-09-10T09:49:50-05:00</dc:date>
        <title>talk:webtest</title>
        <link>http://www.fitnesse.info/talk:webtest?rev=1252590590&amp;do=diff</link>
        <description>Please use this page to leave questions and feedback on WebTest. You'll need to log in to edit the page (registration is free and takes only a second). Alternatively, send your comments to me by e-mail. Make sure to insert the signature using the second icon from the right.</description>
    </item>
    <item rdf:about="http://www.fitnesse.info/fixturegallery:importantconcepts:markupvariables?rev=1247000364&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-07T16:59:24-05:00</dc:date>
        <title>fixturegallery:importantconcepts:markupvariables</title>
        <link>http://www.fitnesse.info/fixturegallery:importantconcepts:markupvariables?rev=1247000364&amp;do=diff</link>
        <description>The Fixture Gallery  is also available as a PDF document and a live FitNesse wiki. See &lt;http://gojko.net/fitnesse/fixturegallery&gt; for more information. Previous page: Symbols Parent page: Important concepts



Markup variables are used for macro-replacement in FitNesse pages. They provide another way to parameterise your tests with static values (not changing during a test execution). Define a variable using:</description>
    </item>
</rdf:RDF>
