All, I'm just getting started with FitNesse by reading an playing with the examples included in the FitNess distro. In doing this, I've observed some strange...
Ok the clarifies things. The ErrorLogs are part of the wiki component of FitNesse and only wiki content can be viewed there. The best place for the PDFs is...
The classpath may not have anything to do with it. It's possible that the eg.Division in the examples folder works differently. I don't recall. But it's also...
... Aren't you nice, and there's the key, this stuff helps all of us! ... Adding to what Grig and Micah already posted: the 'lower down' you can test, the...
This may have been answered before, but I couldn't find it. Has anyone figured out how to launch run.bat (or otherwise start up the fit server) without logging...
Take a look at http://javaservice.objectweb.org/ or search google for java service for other options Craig ... From: vanslykekirk [mailto:kirkv@...] ...
Hi, ... I use both - Jwebfixture is simpler to use, but the FIT fixtures don't seem to have made it into the mainstream code releases, (in CVs only). Also it...
Hey, Micah: Is there some part of the FitNesse source that tries helpfully to add "!img" to a URL in a fixture? It seems to be happening somewhat randomly,...
hi, ... Jweb Unit lives at: http://jwebunit.sf.net it is a (much easier use) abstraction layer over httpunit (http://httpunit.sf.net ), a java HTML unit...
That's just whacky! I don't know of any place in FitNesse that generates !img widgets. Could you send me an example test where you see this happening? I'd...
I'm trying to create a multi-line variable and to use it in a test table as shown below: !define TEXT { First paragraph. Second paragraph. } ... However the...
Is there anyway to turn off page version tracking in Fitnesse? We're keeping all of our Fitnesse pages in CVS, and its keeping track of our revisions. The...
You can put multiline content in tables by using the literal widget.. ... Second paragraph. -!| To use a variable that holds multiline content in a table,...
... We don't have a reliable test case, so I don't know what to send you, short of an entire environment. I was hoping a sweep of the source might lead to...
The -e command line option set the number of days before version expire and are deleted. You could set this to 0 and that might delete all versions though I'm...
... But then I'd want SvnPage for subversion, and someone else would want <insert VCS here>Page for their system, etc. etc. Randy -- Randy Coulman Senior...
... that ... cousing ... It's not so much that they're causing problems as it's now two items to check-in to CVS that have changed. When we run a synchronize,...
Does the current version of Fitnesse support the Wiki line delimiter, \\? We customized the May version locally to add support for it. We haven't upgraded to...
So, I forwarded this note (and Lisa's) on to my fellow here. I suspect that you have other things on your mind, and would completely understand if this issue...
I think everybody agrees that we want the bulk of our testing efforts to be underneath any UI. If you want to write tests for your UI, then those tests should...
I'm pretty sure I was sober during that conference. If I was, I would have INSISTED that the majority of automated acceptance tests be run JUST BELOW the GUI....
Well, we (my fellow included) just read your note. Thanks! Rocks may be melting! /hba ... __________________________________ Do you Yahoo!? Take Yahoo! Mail...
Hi, Am I correct that the appropriate way to run tests from the command line is to use TestRunner? Or is there a better way? When I run a suite from the...
The new test runner is still in the works. If you want the HTML output to look just like on the web, use the old test runner for now. Micah Martin Object...
. . . anyone else using the C# version notice that sometimes you can have errors or even exceptions on the page, but the summary is green and says 0 errors 0 ...