I've encountered the following fatal error whenever I attempt to run fitnesse from the command line using the -xml option. c:\fitnesse>java -cp fitnesse.jar...
Hi Kathi, Hmm, don't know what's going wrong when it hangs. What version of FitNesse are you running? I will aim to try the latest FitLibrary out on the...
Hello all, I think there are problems in FitNesse's handling of nested symbolic links. I want to re-use tests with different classpaths (e.g., MostRecent, ...
I know symbolic links can be created to link to external tests not residing in fitnesse folder. But is there anyway to have a "symbolic link" to any type of...
bitter geek
bittergeek@...
Jul 3, 2009 2:51 pm
13383
Hello, Has anyone try to upgrade FitNesse and provide it with authorization/authentication features. Like for example give users some specific roles and...
Hi, Thanks for your help! Here is a more detailed description of what I need. 1. Fitnesse is installed on C:\fitnesse 2. A pdf is located on F:\document.pdf 3....
bitter geek
bittergeek@...
Jul 6, 2009 2:18 pm
13386
... You may be able to do this using a junction (symbolic link) from the files folder of the Fitnesse web server. For example, ...
We recently upgraded to the new fitnesse (v20090513). In earlier releases we had edited the PageHeader to include the !lastmodified so every page would display...
There were a couple issues with using PAGE_NAME and PAGE_PATH in included pages. I submitted fixes for these over a year ago but I did not include test pages...
I had this problem and solved it by writing the stuff I needed to save to an xml file and then reading that in where needed. Make sure to implement retry ...
If you run them using the TestRunner (command line runner) the output of the suite is stored in a raw format file. You can also save as an html or xml file. On...
FitNesse (Java) does not support << and >> symbol handling. You will need to add it in order to be able to use a symbol as the expected result for a method. ...
I am using the RestFixture (http://code.google.com/p/rest-fixture/) 'extension' to fitnesse to test the content returned from a restful web service. The...
I just recently completed reading Gojko's excellent book on Agile Acceptance Testing. It's a great read, full of sound advice. And like any good book, it has...
Yes, I agree with you about Gojko's book - it's very good. How much variation in the details of the A, B, C and D entities (and their numbers) are needed for...
Hi Dan, We encountered the same problem you have, and we used two approaches for this: ObjectMothers and Builders. The objectmothers are responsible for...
Hi, I already sent this (unintentionally) to Robert privately, now for the list. I took a look at the source and someone fooled himself, when writing the...
The goal is to make each page run independently of others, correct? The other solutions that are provided are probly better than my approach, but what I did is...
I'm sorry if this has been reported before, but I couldn't find it anywhere. We generate page names in a spreadsheet and create page markup with !include...
When I start Fitnesse, the java process is using about 13MB At the end of a test before Output capture button appears, it is around 50MB then memory used keeps...
... On any given page you can use a page variable such as ${MyVariable}. You can define these three different ways. 1. With !define. 2. As an environment...
... You set the COMMAND_PATTERN and TEST_RUNNER variables appropriately. See fitnesse.org/FitNesse.UserGuide.CustomizingTestExecution ... Robert C. Martin...