Tagged Questions

2
votes
2answers
50 views

Fitnesse : How to run specific tests across multiple Test suites

We use Fitnesse [FitSharp] and we have a requirement for a single fit test that will call and run individual tests that span multiple suites. I know we could put it in a batch file and run individual ...
2
votes
3answers
918 views

Fitnesse - Standard fitSharp configuration problem with .NET 4

I have been using Fitnesse.NET for some time and am now attempting to upgrade to the newer fitSharp engine. I immediately ran into a roadblock though. Starting with a fresh system, I downloaded the ...
2
votes
1answer
163 views

How can I adjust the CommandTImeout in DbFit for long running queries?

Is there any way to increase the CommandTimeout for DbFit queries? I have a long running stored procedure that times out when running it in a DbFit Test. It's possible for the procedure to run for a ...
1
vote
1answer
54 views

How to set symbol with a constant value in FitNesse using FitSharp

I want my FitNesse test setup code to look like something like this, to simulate a drag and drop interaction on a hierarchy menu: $SalesCubeID = 1 $ProductNodeID = 3 $DropTargetID = 4 |script ...
1
vote
1answer
151 views

FitNesse Upgrade to .Net 4.0 with Fitsharp: Real time Results Display

I have a question concerning a difference I noticed between FiNesse and the newer version of FitNesse (with Fitsharp) to work with .Net 4.0. When running tests with the older version of FitNesse the ...
1
vote
0answers
369 views

How to use environment variable in suite config file for loading assembly in fitnesse

I'm trying to create a custom converter for my test page in SLIM framework for fitnesse. For this I've created a suite config file. Here I dont want to use a harcoded path. Instead I want to use ...
1
vote
2answers
202 views

FitSharp and x86 .Net dll

I have an ActionFixture that is compiled into a x86 dll. When I run the test from fitnesse test starts but never finishes. Is there any way to get fitnesse to run a dll compiled as x86?
1
vote
2answers
581 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 ...
0
votes
0answers
9 views

FitNesse: Test that an element is not in a list?

I'm using FitSharp to test an application and have a question related to testing contents of lists. Testing that an element is present in a list is simple to do using, for example, a SubsetFixture and ...
0
votes
0answers
29 views

Fitnesse crashes when trying to run tests after Async CTP 3 is installed

Anyone else had a similar problem? We've tried everything we can think of, the only thing that seems to fix Fitnesse is uninstalling the Async CTP.
0
votes
0answers
38 views

FitNesse Upgrade Issue: Fit.Fixture NullReferenceException Error

I just recently upgraded my FitNesse (using Fitsharp) to .Net 4.0. When running my tests online through FitNesse they all pass. However when running my tests through the command prompt I am getting a ...
0
votes
1answer
73 views

Updating FitNesse using Fitsharp, FitVersionFixture. IsStandard not working

I have a question concerning an error I am receiving. I am working on updating my system and FitNesse to .Net 4.0. I am using FitSharp in order to do so. When running through my tests however to check ...
0
votes
1answer
278 views

Using Symbols in FitSharp

I'm trying to use Symbols in my .NET FitNesse fixtures, using the last version of FitSharp (release.1.8.net.40.zip), like this: !|Player Registers | |username|password|player id?| |john ...
0
votes
1answer
345 views

DoFixture error: Trying to follow fitSharp tutorial

I'm trying to follow along in the free ebook "Test Driven .NET Development With FitNesse: Second Edition" from http://gojko.net/fitnesse/book/ The HelloWorld example works great, but 2nd example ...
0
votes
1answer
283 views

Dbfit standalone mode in Fitnesse.NET/fitsharp not working for me

In attempting to upgrade to the latest Fitnesse/fitSharp release for .NET I find that my database actions, written in standalone mode, now fail uniformly. This worked fine with my older Fitnesse ...
0
votes
2answers
426 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: ...