1
vote
1answer
15 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 resul …
2
votes
3answers
74 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.Restful …
1
vote
2answers
80 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() …
3
votes
3answers
100 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 cod …
0
votes
0answers
53 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 comman …
0
votes
2answers
24 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 followin …
2
votes
2answers
80 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 …
0
votes
2answers
47 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 …
1
vote
4answers
100 views
Fitnesse vs anyother subsystem testing tool
We are currently using Fitness for subsystem testing.
we are having lot of issues using the tool, few to mention
Development time for writing Fixture is more then writing the act …
0
votes
2answers
50 views
fitnesse test suite with variables
I was wondering is it possible to set up a variable within the test suite so thatit can be passed down to the setup fit page as a parameter value ?
0
votes
2answers
70 views
SOAP UI Pro vs Fitnesse, has anybody used SOAP UI Pro?
We are using Fitnesse for subsystem testing i.e. WCF & RESTful services.
Now as writing Fitnesse test requires lot of effort, we are thinking of using SOAP UI Pro which gives t …
0
votes
1answer
33 views
Having issues Running Fitnesse for projects using NHibernate
We are having issues in running Fitnesse for project which uses NHibernate.
For all the project FitNesse looks into appropriate folder for getting the dll.
For project having refe …
0
votes
1answer
123 views
Delphi and Fitnesse/fit4delphi examples?
Is there any opensource or example projects showing the use of fitnesse with delphi?
It's sad how hard it is to find resources and information for delphi... :-/
UPDATE:
Ok. I re …
1
vote
1answer
70 views
Testing WCF service with Fitnesse, should I add WebReference??
I want to use Fitnesse to do a subsytem testing of a WCF service.
Now to test a WCF service should I add the 'WebReference', and to add the webreference I require to host the serv …
1
vote
1answer
105 views
Using the Fitnesse Test Automation tool to test letters generated with StyleVision
We use Fitnesse sucessfully to test the majority of our companies application. However we have to test the letters we generate using StyleVision manually. I was wondering if anyone …
