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...
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...
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...
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. ...
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...
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...
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...
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 ...
... 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...
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...
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 ...
FitNesse supports Unicode. However not all implementations of FIT support Unicode. Apparently the .NET version that comes with FitNesse does provide unicode...
... 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...
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...
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...
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...
... 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...
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...
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...
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,...
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...
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...
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...
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...