What is the recommended way to get fitnesse setup to run as an NT service? We are hoping to use the virtual wiki concept to enable multiple fitnesse users to...
Steve Starkey got FitNesse running as an NT service by using Install Shield(?). Getting the main distribution to run as an NT service is one of our stories...
... I would recommend creating a Scheduled Task that starts FitNesse on system startup. I do this for JBoss and it works quite well. -- J. B. Rainsberger, ...
I can't run FitNesse using the run.sh script on Linux or Cygwin because "fitnesse.FitNesse" in the file should be "fitnesse.Fitnesse" (lowercase n). The...
Other options are: *) use AutoExNT (which in some sense is presumably "free" if you are already on NT, check http://tinyurl.com/35mnv) ==> beware that you can ...
We launch our fitnesse tests from a junit test verifying that in the output there isn't any error or exception. With the version 20040119 of fitnesse there is...
Hi all, We're just getting FitNesse going with JwebFit to do some web site acceptance testing. Does anyone have any hints/gotchas for working with JwebFit? Or,...
Giannandrea, Thanks for the feedback. From a previous discussion on this group we established that an improved TestRunner is needed. I'll add your concern to...
Umm.. I entered that bug into sourceforge two weeks ago. Are we using this mailing list to communicate bugs instead of the bug tracking feature in sourceforge?...
... When I launch a suite I'd like to have a summary page with a row for each sub-suite/testcase with the number of successes, failures, exceptions (the...
Except.. there's a bug in the parsing of the "-r" switch. Since the Linux/Unix daemon files would live in /etc/init.d, I need to specify an absolute path to...
The eg package of fit needs to be in the classpath. I've update fitnesse.org so that this table runs. Micah Martin Object Mentor, Inc. www.objectmentor.com...
... For us it was enough to redefine our own web fixture (extending original net.sourceforge.jwebunit.fit.WebFixture), adding a few convenience methods like: ...
Stephen, Is this something that would need to be done for every release or is this work going to be reusable indefinitely? Micah Martin Object Mentor, Inc. ...
Wellll.. if all that changes is fitnesse.jar (which is usually what happens), then I presume dropping a new one in and re-running the installer build script...
Hello! First of all, hi to Rajesh and J.B. from Xp/Agile Toronto. This is my first post here, and I don't have much experience with Fitnesse..... I hope...
Patrick, Yes, you can do this. First, you need a class that acts as the context for the fixtures. This class will have some static member variables that your...
You could use a RowFixture. The query method would return any rows that don't pass their range checks. The table would expect no rows to be present. Any...
You could use a RowFixture. The query method would return any rows that don't pass their range checks. The table would expect no rows to be present. Any...
Patrick, Yes, you can do this. First, you need a class that acts as the context for the fixtures. This class will have some static member variables that your...
Patrick, Yes, you can do this. First, you need a class that acts as the context for the fixtures. This class will have some static member variables that your...