Tagged Questions

12
votes
3answers
1k views

Why Fit/FitNesse?

What's the point of using Fit/FitNesse instead of xUnit-style integration tests? It has really strange and very unclear syntax in my opinion. Is it really only to make product owners write tests? ...
4
votes
2answers
985 views

Fitnesse for Delphi 2006 / Delphi 2007 /Delphi 2009

Is there a version of Fitnesse that works on Delphi 2006/2007/2009 ? If so where can I find It? Are there any other programs like Fitnesse that work on Delphi 2006 ?
3
votes
2answers
452 views

Fitnesse Framework regular expressions possible?

Is there an easy way in Fitnesse to check cells based on regex patterns? This should work for all the possible fixtures like "query table", "decision table" and so on. E.g. if results(rows) are ...
2
votes
1answer
123 views

fitnesse test framework, arbitrary properties for test and queries/test runs based on them?

our testers have the requirement to store multiple properties for a test that are not present in the "properties". e.g. they want to store priority, a description(not in the wiki page itself) and so ...
1
vote
1answer
303 views

How should one import large amounts of data for FIT/Fitnesse tests?

We have a scheduling engine with large amounts of test data to test all the scenarios, so test automation is critical. We're currently hoping to use FIT/Fitnesse. However a single test has quite a ...
1
vote
3answers
655 views

Start seleniumRC from Fitnesse

I'm trying to integrate running Fitnesse tests from MSBuild im my nightly build on TFS. In an attempt to make it self contained I would like to start the seleniumRC server only when it's needed from ...
0
votes
1answer
75 views

ColumnFixture Errors with variables

Having some issues with variables of format >>variableName<< within column fixtures in FitNesse. The language being used is C#. These errors are very similar to the parser error issue that ...
0
votes
0answers
34 views

Creating New Parse null reference exception

With the latest update of Fitnesse, a constructor was removed from the Parse class that we were using. We have struggled to utilize the other constructors and have run into null reference exceptions, ...
0
votes
0answers
24 views

How can I parametrize the URL input for the FitNesse extension HtmlFixture?

Has anyone tried to use HtmlFixture with a parametrized URL? I thought I'd ask before I try my own specialization. Not a lot of information at the project page
0
votes
2answers
256 views

can't create new page in fitnesse

I tried doing url.NewPageName (http://localhost:3434/root.MyNewPage) I get The requested resource: FrontPage.mynewpage was not found. I also tried the [add child] link which gives a popup here I ...
0
votes
1answer
356 views

Using standard Fit fixtures AND FitLibrary DoFixture seamlessly in one test

Studying the standard Fit fixtures types I came along the DoFixture which is provided by FitLibrary - because I need the flexible approach this fixture type offers, I downloaded the latest version ...
0
votes
1answer
281 views

fitnesse framework, “output captured” takes ages until it appears on screen. after multiple runs

i am wondering if other users already had the same issues. after tests have been run multiple times (guess ~30 times) the little "output captured" button takes ages until it appears on screen. the ...
0
votes
4answers
331 views

Fitnesse framework very slow when folder depth is greater 4 - why?

we are currently establishing fitnesse as the testing tool user acceptance testing. so far everything is good. we are using the java version "20091121". we are having troubles with folders that are ...