For more detailed ideas on process and test strategy you might want to get hold of a copy of Gojko Adzic's latest book "Bridging the Communication Gap":...
Take a look at:http://tech.groups.yahoo.com/group/fitnesse/message/11399 and http://tech.groups.yahoo.com/group/fitnesse/message/9309 One thing you could do to...
Hi, I recently installed FitNesse and it seems to be a good tool for automation of acceptance testing. But I was wondering whether FitNesse can support...
Hi Dinesh, what are you trying to check and why? Please notice that a testing framework like FIT or Slim inside FitNesse increases your work efficiency most...
Look at RowFixture, ArrayFixture, SetFixture and SubsetFixture. ... -- Cheers, Mike Stockdale /fit/Sharp <http://www.syterra.com/FitSharp.html> FitNesse.NET...
Hi All, Earlier we had asked how to get the !today widget to work within a fitNesse table. The solution was to take the ! off the start of the table. However...
Hi Markus, oh - sorry, I should have mentioned this: in the test you are talking about it works here, too! But, this is just a test - in real life it does not...
Hi Markus, Thanks for replying. We are in the telecom platform domain and our scenarios are mostly call flows. So, when a call is made, it goes through...
Ah, now I see the problem. When fixing the PAGE_NAME bug I concentrated on SetUp and TearDown, but realized as I changed the include widget, that there might a...
I just read David's email about how to use fitnesse and had a look at Concordion. The documentation has a really easy to read technique page that applies ...
Clare Adscale
adscaleclare@...
May 4, 2009 10:50 am
12981
Hello everyone, We are really in a bit of a crunch to get this issue resolved. Does anyone have any ideas for us or at least a place we can go research a...
Not sure, if it helps and you probably have thought of this yourself already: option 1: make the CamelCaps contents !-EmailInvite-! option 2: don't use !today...
... Mmh, I think the whole approach was a misfit. '!today' is a Wiki widget (extension) in FitNesse and up to now Wiki widgets were not used in tables....
Additionally I tried to put !today into a variable and reference the variable in the table. This does not seem to work: !define today {!today} !|escaped table|...
Hi The functionality to stop tests when they hit a exception is now working. You can get the code from git://github.com/clare/fitnesse.git. Any exception with...
Clare Adscale
adscaleclare@...
May 5, 2009 12:12 am
12986
Hi Tracey, We have a FitnesseDate class that allows you parse the date, and that includes 'today', 'yesterday' and 'tomorrow'. I have added the code for this...
Clare Adscale
adscaleclare@...
May 5, 2009 5:46 am
12987
Hi there. Im using SLIM/Lastest Fitnesse(30/March/2009)/Java 1.6 In a decision table I want to use an email address "allan.surname@..." as a test...
I have an application that is built on equinox. I am looking for a good starting point how to setup my eclipse fitnesse project so that when I exercise my app...
Hi Clare, I'm interested in your implementation. I was wondering if you could give a concrete example of your solution -- i.e., one that includes a column...
Hi, I am trying to use !include widget to configure my tests. So I try to define the classpath, some properties and the import package. In the SetUp pages it...
Hi Emmanuel, the !include widget includes wiki pages, and has little to do with the class path. You can put the classpath into the root page described here ...
We ended up using the !-EmailInvite-! suggestion (#1 from Gregor's email). This seems to be working for now. As for Markus', question we are actually using...
I like this idea but how would it work if I needed to use !today, !today+1, and !today+2 all in the same test? Would I have to redefine the TODAY symbol...
Hi, Thanks for your quick answer. I wanted to avoid the root page for defining my classpath in case I had many projects on one instance of FitNesse (maybe a...
James, You can escape the email address using !-email@...-! The !- and -! will make sure FitNesse renders the text *as-is.* I find the cheetsheet...
Lars Vonk
lars.vonk@...
May 5, 2009 11:30 pm
12998
I'm very new to Fitnesse and have mostly managed to dodge messing with web servers in the past. I'm trying to setup Fitnesse on a Windows Server within the...