Hi James, I tend not to unit test my Fixtures, but that's because I find the tests awkward to write, and I get pretty quick feed back from Fitnesse itself. ...
I have a fitnesse test that references a class file located in a jar which has been added to the classpath in fitnesse via a fully qualified pathname. When I...
Hello, i coudn't find any information about this problem, i hope someone could help: Our AUT needs an authenticated user. Our idea was to secure the FitServlet...
Thanks. It isn't critical for me. I was just looking for a way of aborting the remainder of a test if certain a condition or conditions failed at some point ...
I'm building my FIT pages to include all my requirements. I have tables for my FIT testables and tables with tests we would rather perform manually. These...
I know you said "with ActionFixture", but if you could change to DoFixture from FitLibrary you could use "abandon storytest" which should do what you want. You...
How do you add a column that contains a comment? Do I need to have a field in the underlying fixture that is the name of the column, or is there a special...
I have defined a variable VAR_A. Now I want to use VAR_A to create VAR_B Can I do that. !define VAR_A {HELLO} !define VAR_B {${VAR_A} + WORLD} Thanks...
... !define VAR_B (${VAR_A} WORLD) Fitnesse let's you define with either ()'s or {}'s for that reason. Of course, when you need to mix variables and SQL...
... Mmh, interesting (and I know this solution was suggested in the past). But I just tried it out again with fitnesse20060719 (and the old version, one year...
... a ... is ... You need to comply with the naming conventions of your FIT framework, not Fitnesse. For Java, Fitnesse provides the FIT framework. Therefore,...
Hi all, When I run FitServer.exe from CPP Test Tools\Lib folder from a fresh machine, I am getting the following error. "This application has failed to start...
... you ... HELLO WORLD Hey, it works. I think I was rather sceptic because the "variable defined: ..." feedback never showed what I was expecting. Therefore,...
VERIFY 2006 October 10-11 : Crystal City, VA An international software testing conference (VERIFY 2006) will be held 10-11 October 2006 at the Crowne Plaza...
Hi. I am a new in a fitnesse world, and I run to the same problem with default path, only for all my tests. Where can I update the setup for this? I changed...
Hi. I have a situation where the individual test page runs with a well known to you error. The reason is "java.lang.NoClassDefFoundError: fit/FitServer", and ...
Is there a way (or is there already something like this) where users could define the default FIT runner in a configuration file? For example, if someone is...
... I'm not sure if I'm totally clear on what you're asking here, but you don't have to use a top-level SetUp to get this. Variables are inherited down the ...
... Thanks Randy. I'm actually thinking about a person brand-new to Fitnesse. I have a .NET or Python class I want to test. I just don't think the current way...
Is it possible to use symbols somehow in a DoFixture. Or at least the equivalent to use the result of something, invoked from a DoFixture in a subsequent test...
Yes but you have to parse them manually. The symbols are accessible via the Fixture base class. You should find static methods to add and retrieve symbols....
I am trying to get FitNesse up and running in a .Net 2.0 environment. I am having problems. When I run the SuiteAcceptancePage (after setting the variables as ...