0
votes
1answer
48 views
Static DateTime for testing
We have a DateTime Service that pulls the Database date down when we need to use a Date. Now, If I want to run a test using "Todays" Date using FitNesse, What would be the easiest way of creating a …
1
vote
3answers
35 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
5answers
75 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 …
1
vote
1answer
29 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
3answers
59 views
Can I use Fit/Fitnesse to test a .NET application?
Has anyone tried that? What's your experience?
2
votes
4answers
219 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):
…
0
votes
2answers
50 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
2answers
297 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 …
1
vote
2answers
60 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 …
3
votes
3answers
113 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 …
1
vote
0answers
31 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 …
2
votes
2answers
115 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 …
0
votes
2answers
94 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
0answers
96 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
39 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:
…
