fitnesse

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 actual code Issues around check in of the dlls so that Qa can test them Issues in running Fitnesse for project which uses NHibernate limited help online We are ...

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 this sort of facility. We are not 100% sure how much this is useful? Can anyone give suggestion of using SOAP UI against Fitnesse or if somebody has Pros & Cons ...

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 process, eg: !define ConnectionString {Data Source=...} How can I override the variable values defined in the suite when calling the suite fr...

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: __EXCEPTION__:System.IO.FileNotFoundException: Could not load file or assembly 'file:///C:\Path\To\fitnesse\__defaultPath__' Any idea why it...

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 fitSharp.Slim.Service.Runner,slim\fitsharp.dll %p} !define TEST_RUNNER {slim\Runner.exe} !path ..\Orders.Tests\bin\Debug\Orders.Tests.dll |import| |Tests.Ord...

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. Then I'm supposed to create a socket at the given portnumber, and Fitnesse will connect to that port. I'm using a TTcpServer for the job: T...

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 it? For those who don't know how fit works, you have a wiki page with a like like this: | When a User Adds | 1 | and | 2 | He is returned...

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 to use it like this: public class TestRxNormFolderManager : ColumnFixture { public string RxNormFolder() { RxNormFolderMg...

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): http://myfitnesseserver/MyTestSuite?suite&format=xml and get back an XML document of test results. I'd like to transform that into a format th...

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 properties.xml files, or rather overwrites them all with: <?xml version="1.0"?> <properties> <Files>true</Files> <LastModified>#some dt#</...

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 column to the end of the table. The idea is that the cells for that column would be empty (||) as they're not required to be tested agains...

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 IOException, "Unable to read data from the transport connection: The connection is closed." However the Fiddler trace that was running at the t...

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

Has anyone tried that? What's your experience? ...

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

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

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 .jar-file. When i run this, the filestructure is unpacked and I can reach the fitnesse server by browsing to http://localhost. Now, when I'm try...

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) are returned from a query table it should be possible to match certain cells (columns) against a regex, not just a fixed string. I guess you...

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 I am assuming c:\mypath\myapp.exe.config would be c:\Projects\App[MyFixtureAssmbly].config, but I am unsure of what c:\myfolder\mysuite.con...

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 way to have (OurService).CurrentDate be static? We have a control that ads Days,Years, or Months to the current date.. and I would like to ...

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

hi all, 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 deeper than 4. we have setup the following folder structure SetUp TestSuite content.txt + properties.xml (just "!cont...

Web service testing framework with interface for business users

I'm looking for a web service testing framework that has a good built in text input / output gui. The point would be for business and other non developer users to be able to test requirements by using a simple gui that they could enter values into and see the results from the web service. I have seen lots of references on Stack Overflow ...