... Does the ErrorLog page tell you anything else? I have seen this error when the link contains a url that is illegal (e.g. spaces) and is intended as input...
I wasn't even aware there WAS an HTML fixture - Searching the fitnesse user guide produces NO hits on "htmlfixture" - How do you find out about these features?...
... There is a link to it from WritingAcceptanceTests. Look here: http://fitnesse.org/FitNesse.HtmlFixture Enjoy Joe -- Joseph Bergin, Professor Pace...
... Sounds like this replaces WATT? From your description it appears you have extended or rewritten WATT to meet your needs. This is the kind of tool I have...
Watt consists of two fixtures, the predecessor of this one (from which this was developed) and IEFixture that is unrelated. IEFixture depends on MS VMs and...
I have no trouble running fitnesse with dot net apps UNTIL the app is dependent on an application config file. Then, fitnesse doesn't appear to be able to...
I am running into a problem using Htmlfixture that is think is identical to an issue I encounter with htppunit: I can run dot net web apps fine UNTIL I require...
I'm having trouble getting started with Fitnesse. First, how should fixtures be organized? Does 1 fixture test 1 use case? Or 1 use case scenario? Or is the...
Hmm. That depends on how .NET looks for config files. Does it look in the system path or working directory? You might try putting the config file in the...
I've tried both approached - neither work for me My dll is VIMProfileFitnesse.dll My config file is VIMProfileFitnesse.dll.config I've placed the config file...
Probably not. html fixture is really just a front end for html (not http) unit. Both depend on java libraries that may not be the same as in dot net. You have...
I am interested instarting with WATT and have download the zip file. However, it is not clear to me how to "install" it. The WATT zip files comes with a...
First you need to decide which parts of WATT you want. The IEFixture is specific to MS VMs. The HtmlFixture is for Sun's VM. I think the fitnesse jar in that...
We've got a pretty good chance of convincing our customer to let us download, install, and evaluate FitNesse. We've also got a chance at selling the customer...
Bob, A wiki page *is* an HTML document. You can save the HTML from your browser if you like, or you can use tools like wget to fetch the HTML from the wiki ...
... If this is a big problem, then perhaps Fit (alone) and not FitNesse would suit your needs. Build your tests as documents in Word/Writer with spreadsheets...
One of our clients wants this too. They are moving from a waterfall model to agile and document dependency habits are hard to break. They would like the hard...
Can fitnesse be run in a batch file (setting the Windows %ERRORLEVEL%) so test suites can run at night/in background/unattended/fully automated mode? Thanks ...
MessageThere's a program named "TestRunner" that will get FitNess to run a specified test and (I think) return the results. It's documented somewhere on the...
http://fitnesse.org/FitNesse.CommandLineTestRunner Among our top priority stories is one to significantly improve this TestRunner. Micah Martin Object Mentor,...
... If they just want a hard copy, then can we print out the site? There must be tools that can rip and entire site and convert to it a PDF or something. Would...
First, I want to report that I am using FitNesse and so far my experiences have been great and this is an awesome tool! Thank you to everyone who has worked...
Carlton, The original implementation of FIT in .NET does not support properties. So everything in an ActionFixture must be a method. The good news is that...
... A program like WebZip can already download the site as a suite of web pages. From there, it's just a question of deciding how to put those pages together...