<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Codehaus: Tag: testing</title>
    <link>http://xircles.codehaus.org/tags/testing</link>
    <description>Codehaus: Tag: testing</description>
    <language>en-US</language>
    <managingEditor>support@codehaus.org</managingEditor>
    <webMaster>support@codehaus.org</webMaster>
    <pubDate>Sun, 20 Apr 2008 07:56:07 -0500</pubDate>
    <generator>Xircles 0.1</generator>
    <image>
      <title>Codehaus: Tag: testing</title>
      <url>http://media.xircles.codehaus.org/_logos/banner.png</url>
      <link>http://xircles.codehaus.org/tags/testing</link>
    </image>
    <item>
      <title>QixWeb</title>
      <pubDate>Sun, 20 Apr 2008 07:56:07 -0500</pubDate>
      <link>http://xircles.codehaus.org/projects/qixweb</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/qixweb</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/qixweb"&gt;QixWeb&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            qixweb was born by refactoring a few XP projects from the ground up. Its essential elements are:

   1. an abstraction of node, each representing a page in a browser; each node is attached to some piece of the domain, but the domain is kept separated and clean ==&amp;gt; nodes may be connected directly to each other or via commands, which constitutes an abstraction of navigation of the entire webapp
   2. an abstraction of command as action that will change the domain, producing a new node ==&amp;gt; ie: these commands may be used to wrap easily Prevayler commands
   3. an abstraction of browser, url and link that keep nodes &amp;amp; commands well separated in turn from servlets and container aspects ==&amp;gt; it is therefore possible to test all the dynamic navigation logic server side without working with html, http or containers
   4. an abstraction of response handler and renderer that enables browser to use template engines like Velocity on one side and that opens the world of multichannel applications on the other side
          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>JtestR</title>
      <pubDate>Fri, 14 Dec 2007 11:14:51 -0600</pubDate>
      <link>http://xircles.codehaus.org/projects/jtestr</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/jtestr</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/jtestr"&gt;JtestR&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            JtestR is a tool that will make it easier to test Java code with state of the art Ruby tools. The main project is a collection of Ruby libraries bundled together with JRuby integration so that running tests is totally painless to set up. The project also includes a background server so that the startup cost of JRuby can be avoided. Examples of Ruby libraries included are RSpec, dust, Test/Unit, mocha and ActiveSupport.

The vision of the project is to be the testing tool of choice for Java projects, offering nice Ant, Maven and buildr integration. It will also support integration testing with common Ruby libraries like Ruby/LDAP and ActiveRecord, while still providing access to Java libraries and helpers.

The current implementation is still very young, and used only for testing itself. The aim is to release the first version within a few days from now, and gather reactions to steer the direction of the next release.
          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>TestDox</title>
      <pubDate>Fri, 13 Jul 2007 02:32:10 -0500</pubDate>
      <link>http://xircles.codehaus.org/projects/testdox</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/testdox</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/testdox"&gt;TestDox&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            TestDox is an IntelliJ IDEA plugin that provides enhanced navigation and live documentation of JUnit tested code.

TestDox has been developed by three comitters. It is about 4 years old and has over 10000 downloads to date according to http://plugins.intellij.net/plugin/?id=96 .

          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>agilifier</title>
      <pubDate>Mon, 19 Feb 2007 17:29:14 -0600</pubDate>
      <link>http://xircles.codehaus.org/projects/agilifier</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/agilifier</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/agilifier"&gt;agilifier&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            Agilifier provides a means for structuring, running and publishing for Agile/XP projects that use Story based acceptance tests using FIT.
          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>Ashcroft</title>
      <pubDate>Tue, 24 Oct 2006 17:30:23 -0500</pubDate>
      <link>http://xircles.codehaus.org/projects/ashcroft</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/ashcroft</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/ashcroft"&gt;Ashcroft&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            Ashcroft is a drop-in SecurityManager implementation for Java which, when used in conjunction with a test-runner, prevents Unit tests from accessing files, network resources and doing other things which defy the definition of unit testing and slow down your test suite.
          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>JBehave</title>
      <pubDate>Sat, 09 Sep 2006 18:12:35 -0500</pubDate>
      <link>http://xircles.codehaus.org/projects/jbehave</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/jbehave</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/jbehave"&gt;JBehave&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            Using English, write down some stories. Suggest some scenarios to fully illustrate the stories. Split the scenarios into sequences of contexts, events and outcomes. Reuse them to describe and illustrate the different behaviours of your system. Run the stories.

If you need some code to make the system behave as it should, write down the behaviour of the code. Run the behaviours. If the code isn't doing what it should, change it so that it behaves.

It's like testing, but without the tests.

          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>Cargo</title>
      <pubDate>Sat, 22 Jul 2006 08:30:17 -0500</pubDate>
      <link>http://xircles.codehaus.org/projects/cargo</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/cargo</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/cargo"&gt;Cargo&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            Cargo is a thin wrapper around existing containers (e.g. J2EE containers). It provides different APIs to easily manipulate containers. Cargo provides a Java API to start/stop/configure Java Containers and deploy modules into them. It also offers Ant tasks, Maven 1, Maven 2, Intellij IDEA and Netbeans plugins. There's also a Java API to parse/create/merge J2EE Modules and deployment descriptors.
          &lt;/p&gt;
        </description>
    </item>
    <item>
      <title>SysUnit</title>
      <pubDate>Fri, 14 Jul 2006 00:06:04 -0500</pubDate>
      <link>http://xircles.codehaus.org/projects/sysunit</link>
      <guid isPermaLink="true">http://xircles.codehaus.org/projects/sysunit</guid>
      <description>
          &lt;p&gt;
            &lt;a href="http://xircles.codehaus.org/projects/sysunit"&gt;SysUnit&lt;/a&gt;
            has been tagged with 
            &lt;a href="http://xircles.codehaus.org/tags/testing"&gt;testing&lt;/a&gt;
          &lt;/p&gt;
          &lt;p&gt;
            Multi-threaded/Multi-JVM System Testing Extension for JUnit.
          &lt;/p&gt;
        </description>
    </item>
  </channel>
</rss>
