Tagged Questions

0
votes
3answers
18 views

FitNesse App.Config

I am having a hard time understanding: http://www.syterra.com/Fit/AppConfigFiles.html If my application and fixtures are in c:\Projects\App and FitNesse is running from c:\Projects\Sandbox\FitNesse …
1
vote
1answer
28 views

Fitnesse Framework regular expressions possible?

Hi all, 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) …
1
vote
5answers
44 views

How do I setup FitNesse for use with .NET?

I'm trying to get started with FitNesse for .NET on Windows Vista. In all tutorials I find on the web I'm told to execute the run.bat file, but all i get when downloading the latest release is a …
0
votes
2answers
42 views

Fitnesse: Is it possible to RUN Fitnesse pages on wiki server?

Fitnesse: Is it possible to RUN Fitnesse pages on wiki server?
1
vote
3answers
53 views

Can I use Fit/Fitnesse to test a .NET application?

Has anyone tried that? What's your experience?
1
vote
0answers
28 views

Getting connection closed error when trying to read response from FitNesse REST URI

Have you run into this problem? I run code remarkably similar to that from a this previous question, When in nUnitTest mode and the URI includes "/?test&format=xml" the nUnit test fails with and …
1
vote
2answers
41 views

Fitnesse SLIM Query Table - Stopping empty cells from failing?

Hi, I've got a large set of Fitnesse (For Java - v20090513) tests which are executed against a SLIM Query table. To help with the testing (explain why we're getting certain results) I've added a new …
0
votes
0answers
18 views

What might make FitNesse “erase” the properties.xml file content.

I'm having some issues with FitNesse... (with .NET) What happens is after a full copy of the FitNesse folder (with server, runners, pages ect.), whenever I start FitNesse, it kind of erases the …
2
votes
4answers
172 views

Parse Fitnesse RESTFul XML output into TFS Test format

I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process. I can run the Fitnesse Test suite in a RESTful manner (http://fitnesse.org/FitNesse.UserGuide.RestfulTests): …
1
vote
2answers
225 views

ConfigurationSettings.AppSettings is empty, throws null exception

I have a class like this: public class RxNormFolderMgr { // properties public string RxNormFolder { get { return ConfigurationSettings.AppSettings["rootFolder"].ToString(); } } } When I try …
3
votes
3answers
110 views

How to find unexecuted code

Greetings, I have a large number of fitnesse tests for a project (1000+). Over time as features change, and shared fixtures come and go we have been left with unused orphaned code. But how to find …
0
votes
0answers
84 views

Delphi: TTcpServer, connection reset when reading

Hi, I'm trying to implement a Fitnesse Slim server for delphi, but have some problems with the communication. Fitnesse will start my process, and give me a portnumber as a commandline argument. …
0
votes
2answers
81 views

FitNesse: how to setup for .NET for all tests/suites?

I try to use Fitnesse with .NET. So, I have this setup on my test pages: !define TEST_SYSTEM {slim} !define COMMAND_PATTERN {%m -a ..\Orders.Tests\bin\Debug\Orders.Tests.config -r …
0
votes
2answers
36 views

Fitnesse trying to load “defaultPath” as assembly

I am trying to specify a custom converter to Slim by specifying a suite configuration. When I manually append ?test (the button doesn't appear for some reason), I get the following exception: …
2
votes
2answers
104 views

How to pass arguments to the Fitnesse .NET command line task runner

I have a Fitnesse.NET acceptance test suite that I want to run as part of my TFS/MSBuild CI build. The suite contains some Fitnesse variables that I need to override when calling from the build …

1 2 3 4 next
15 30 50 per page