Hi, Im using fitnesse for a small inhouse project where we are using VS2005 and C# on a MySQL db. Everyting works fine except the fact that Im sitting in...
5080
drkosse
Feb 1, 2006 12:10 pm
Hi, we have been using Fitnesse (java version) for a couple of weeks to create tests for our j2ee-application. We are mostly using basic column fixtures, and...
5081
John Farrell
friendless_f...
Feb 1, 2006 12:12 pm
I am trying to integrate the Marathon UI testing tool with FitNesse. What I would like to do is to use Marathon to generate a test script, cut and paste that...
5082
Mike Zhou
erzhuanzhou
Feb 1, 2006 12:12 pm
Hi, When I use Action Fixture to ... An instance of MyActionFixture is created. What is its scope? In JSP, an object may have session, request or page scope. ...
5083
pierzapin
Feb 1, 2006 12:12 pm
Thanks guys - that release has got me going. Much obliged! ... using this ... while now....
5084
Sury
suryb
Feb 1, 2006 12:17 pm
Hello all, I am hoping that someone has experienced this before and figured out a way to do this. We have two development teams one in the US and one in India...
5085
Trond Arve Wasskog
ilmyggo
Feb 1, 2006 1:01 pm
I have noe experience with this. My suggestion would be to synchronize the two FitNesse servers and execute tests locally. If the US server is the master, the...
5086
Andreas Thiel
andreas_thie...
Feb 1, 2006 2:13 pm
Hi all, I'd like to suggest to make the pattern for wiki words customizable. I've searched the archive and found a lot of posts in this area which makes me...
5087
Helck, Christopher
c_helck
Feb 1, 2006 2:37 pm
Hi John, Some suggestions: Save your script under FitNesseRoot/files. The you can execute Marathon passing it the filename. To execute take a look at ...
5088
Cory Foy
cory_foy
Feb 1, 2006 2:57 pm
... Another suggestion that I've been using to pass XML documents into my fixtures is to use a variable declaration like: !define myVar{ your test script with...
5089
William Warner
vawarner2000
Feb 1, 2006 3:30 pm
hello all, Im new at this fitnesse thing. I am trying to put fitnesse on a server. What things do I need. where can I go for some information. thanks in...
We have the same problems in switzerland. We setteled with avoiding our ö, ä, ü letters. Stephan...
5092
yahoogroups@...
jhrothjr
Feb 1, 2006 6:21 pm
That sounds like a bug: since FitNesse is a Java program it uses Unicode strings, so replacing non-Ascii characters with ?? means it's going through some ...
5093
Micah Martin
slagyr
Feb 1, 2006 7:37 pm
FitNesse supports Unicode. However not all implementations of FIT support Unicode. Apparently the .NET version that comes with FitNesse does provide unicode...
5094
Micah Martin
slagyr
Feb 1, 2006 7:47 pm
In most cases the scope of a fixture is just the one table where it is constructed. DoFixture changes things however. You can change the scope with...
5095
David Chelimsky
dchelimsky
Feb 1, 2006 7:57 pm
... The version from the last release doesn't, however the current source drop does. You can get it at http://fitnesse.org/FitNesse.SourceCode. Enjoy! David...
5096
Micah Martin
slagyr
Feb 1, 2006 7:58 pm
Using the WikiImport feature to keep secondary copies of tests might solve the problem. For example, you might keep the main FitNesse wiki in the US. In...
5097
Micah Martin
slagyr
Feb 1, 2006 8:06 pm
Allowing anyone to specify any imaginable regex for wiki word is a scary prospect. It's such a central component to FitNesse random regexps could have...
5098
Micah Martin
slagyr
Feb 1, 2006 8:23 pm
This is a common problems that FitNesse will have to solve soon. What you'll have to do is define a variable with the multiline content you want to put in the...
5099
John Farrell
friendless_f...
Feb 1, 2006 11:05 pm
... After I posted the question yesterday, I figured out the solution involving the variable, so I am using that at the moment. The page looks very ugly, but...
5100
Cory Foy
cory_foy
Feb 2, 2006 3:01 am
Several weeks back I had posted about modifying the Java Fitnesse to be able to set methods. I realized as I got a chance to try to get it working that the...
5101
Sury
suryb
Feb 2, 2006 6:14 am
Thanks for the response. But what if these pages point to local development environments? A setup page in the US might have a variable DBHost: <usServer>. Can...
5102
Andreas Thiel
andreas_thie...
Feb 2, 2006 8:00 am
Hi Micah, I needed to patch FitNesse to support a project specific name pattern for test pages, which demands that test names/suites begin with a number,...
5103
Craig Harris
craig_john_h...
Feb 2, 2006 8:01 am
Assume you are importing TestingSuites from the following structure in US Root TestingSuites -- defines DBHost: variable SuiteA ...
5104
Andreas Thiel
andreas_thie...
Feb 2, 2006 8:11 am
Use a variable which is defined in a parent page which is not imported. So that value remains "local" in each installation, and let the imported page...
5107
sinusoidal spirals
sinusoidalsp...
Feb 2, 2006 4:18 pm
hi, everyone. in-line with all the naming posts, my company has an issue with wiki naming that i couldn't find by searching. we are developing a java project...
5108
wesshaddix
Feb 2, 2006 5:16 pm
When I attempt to import a wiki, i get the following error Import Failure org.xml.sax.SAXParseException: The declaration for the entity "ContentType" must end...
5109
mcholm73
Feb 2, 2006 7:21 pm
I am already using "fitnesse_src20060105.zip" without it I cant get it to work on .Net code. However the unicode problem still exists. ... FitNesse...
5110
drbdmnky
Feb 3, 2006 3:11 am
I'm trying to use the DoFixture in FitLibrary.NET to set the object under test, and then set and get properties on that object. I've found that get works, but...