Hi All, I'm using FitNesse on a .NET project that I'm working on. I find myself writing large numbers of basic fixtures (usually ColumnFixtures) to load data...
http://www.fitnesse.org/FitNesse.DownLoad: java.lang.Exception: Widget Construction failed for com.objectmentor.fitnesse.releases.ReleaseWidget null ...
My custom test runner works fine on Windows, but hangs forever on Solaris. A few experiments revealed that FitNesse hangs easily on Solaris. For example,...
Can someone confirm my understanding: If I'm using plain old java Fit tests (no fitnesse) I should use the fitlibraryRunner.jar. If I'm using fitnesse (for...
Did anyone had any success in driving Abbot ( the java gui testing framework ) using fitnesse? here are two problems that I've found: 1. In order to use Abbot...
hi. at this page ... http://fitnesse.org/FitNesse.WhereUsed ... the instructions are to "click on the name of the page" so that "FitNesse will print a list of...
I just use a String "comment" in my fixtures, which is not evaluated, that can contain any text. That way the table is more readable for the customer. Stephan...
AGILE 2006 July 23-29, 2006 Hyatt Regency Hotel Minneapolis, Minnesota, USA *** CFP SUBMISSION DEADLINES WILL SOON ARRIVE *** - January 31, 2006: Discovery...
I am writing a WikiPage plugin that extends FileSystemPage to watch for page adds and deletes on the file system. A problem that I ran into is that there does...
I've seen a lot of postings about the DoFixture(), but admittedly, I haven't really gone and figured it out yet. Our implementation is in .Net. To date, it...
Is it just me or has fitnesse.org been down all day? I thought maybe it was just a fluke at work, but I can't get to it here at Panera either. Any thoughts? ...
I am writing a few Responder plugins, and I would like to make them accessible from the actions menu on each page (along with Test, Suite, Edit, Versions,...
Hi Iam doing a feasbilty study fo fitnesse for our application. Its very impressive with the way its going. I need help on setup and import fixtures. Iam...
What I would like to do is stop fit processing of the html table early if a returned value does not meet the expected value. Is there a way to stop fit...
I am experiencing a problem passing a symbol to a TableFixture. For Example: !|CheckDB| ... !|CheckDB2| ... If first table happen to be a ColumnFixture,...
I've looked through the posts and can't find an answer to this. Is it possible to pass a variable into another variable? Example. I have two variables defined ...
Hi, I have tried to use the Euro symbol instead of the $ symbol. I can see in the wiki page the correct symbol, but in the C# code (parse method) I just see...
Hello, When I import a wiki page in fitnesse, it only seems to import the sub pages. But I'd like to import the page itself. Am I doing something wrong? ...
Hi, I tried to unzip downloaded various fitnesse_src* files but winzip and gunzip failed. Is there something I missed or is the zipper broken? grtnx -j...
FitNesse uses RexExp in order to parse WIKI pages. As a result it goes to the really deep recursion. We have some big test scripts, which throw StackOverflow...
Everyone: I'm trying to write FitNesse tests using Ruby/FIT. I used the tables and fixture code to drive out the classes I need. Now I've tried generating a...
Hi, I sent this message to the list yesterday and it never posted. I'm sending it again, this time without any attachments. Sorry if you get multiple copies of...
Is there a way to stop a testcase from continuing once it has received an error when using the DoFixture. ... If any of the execute commands fail, I want the...
The latest FitLibrary releases are now at https://sourceforge.net/projects/fitlibrary/ FitLibrary20060116.zip -- is for FitNesse FitLibraryRunner20060116.zip...
I've almost finished adding SuiteFixtures to FitLibrary in Java. If you can think of other things that a SuiteFixture should do, now's the time to suggest...
I'm wondering when or if obfuscatedone39;s contribution (http://groups.yahoo.com/group/fitnesse/message/3687) of a .NET port of the RowEntryFixture will be...
Are there any plans to adapt the .Net FitLibrary to use the fitnesse.net style of cell adapters? I have a value I want to save in one table, and recall in...
Here's our current situation. We have a number of tests using DoFixtures. When running via the command line (specifically, launched during a cruisecontrol...