Dashboard > DDSteps Website > 2005 > November > 29 > Website is now Confluence!
  DDSteps Website Log In | Sign Up   View a printable version of the current page.  
  Website is now Confluence!
Added by Adam Skogman, last edited by Adam Skogman on Dec 05, 2005  (view change)
Labels: 
(None)

The public website for DDSteps (http://www.ddsteps.org) has now moved to confluence. If needed, you can access the old, Maven generated site at http://ddsteps.sourceforge.net.

DDSteps invites all to sign up and start posting comments!

Hi everybody!

After attending the DDSteps tutorial at jaoo in Aarhus, I finally got some time to do some experiments of my own.

My first experiment is using ant as build mechanism, and separate folderstructures for source and for testsource (as is common).
Naively I put the excel file besides the testClass source, only to experience that it couldn't be found.
My first attempt to make it work, was to put the excel file in a properties folder (which is included in the classpath) - this didn't work though.
I ended up solving this, by storing the excel file besides the testClass source (as the documentation recommends), and have ant copy the excel file to the testClass target folder with this ant target:

<!-- Copy ddsteps excel files, holding testdata/testparameters -->
<target name="Copy.testProperties" depends=""
description="copy testproperties to target">
<copy todir="$

Unknown macro: {target.test.classes.dir}
">
<fileset dir="$
Unknown macro: {test.java.dir}
">
<include name="*/.xls"/>
</fileset>
</copy>
</target>

So now I have the first simple DDSteps testClass under my belt! - The next step is to begin testing a website via the userinterface with DDSteps, this is where I see the biggest potential in DDSteps, so I'm looking forward to see that work too.

Thanks Björn and Adam, for letting us know about DDSteps.
Nice regards
Henrik Martinussen

Posted by Henrik Martinussen at Dec 06, 2005 11:26 | Permalink

Good point - DDSteps loads Excel files from the classpath. I've added an entry in the FAQ.

Posted by Adam Skogman at Dec 07, 2005 22:22 | Permalink
  November 2005
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      

Fresh Docs
Confluence is Live!

Are you enjoying Confluence? Please consider purchasing it today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2 Build:#512 Apr 26, 2006) - Bug/feature request - Contact Administrators