... I don't use DBFit, but I've written tests that run against Oracle and Informix. I run the common tests against the different databases by using symbolic...
... I'm not sure I understand what you are asking here. If you want to run the same suite (whole suite) against two databases, create the new suite with a...
Thanks Rick, If you add an RSS functionality to your site it will be even better ;-) ! Eric. ________________________________ From: fitnesse@yahoogroups.com...
Eric Torreborre
eric_torreborre@...
Jun 1, 2007 2:44 pm
8187
SubmitFileFromIntegrator works. The code in Query is being executed successfully too. There's just some error when it returns to fit. ... public class...
Hi All, For some reason the word "Imported" appears in my FrontPage. Not sure why or how to clear it. Any help is very much appreciated. Thanks, Tim...
Hi All, For some reason the word "Imported" appears in my FrontPage. Not sure why or how to clear it. Any help is very much appreciated. Thanks, Tim...
Thanks very much Richard. I didn't see the properties menu item on FrontPage so didn't know about this at all. A little confused how that works. When you run...
Hi All, I am really new to fitnesse and tried creating a DoFixture. I am getting these problems. Please help me out to rectify these i appreciate all the help....
Hi Guys, I have a DoFixture that manages an object that represents the system under test and a bunch of actions to establish a state of the system under test,...
... It is sort of like doing ?test at a page that does not yet have the Test property set, or ?edit on a page that doesn't have an edit button. ... I'm pretty...
I'm not a RowFixture expert but I think the Query should return an array of objects that support the 'eventCode' method. You're returning an array of...
I'm just heading out for 5 days away from e-mail (!) so I'll give this some thought while I'm away. FYI, fitnessedotnet currently uses a list of 'cell...
I'll comment on this now, and hope you see it when you get back! Python FIT uses a more complex approach. The default list, which is restored at the beginning...
There is a neat trick to use raw strings with rowfixture: put ToString in the header (you can use ints and other simple types in the same way), and Row fixture...
Hi all, I am using Fit .NET and Folderunner. I would like to be able to do something like an IncludeFixture to make tables reusable (for example adding valid...
I would like to introduce a new plugin to TestDriven.NET<http://www.testdriven.net/>. This test runner executes FitNesse <http://www.fitnesse.org/> tests. Read...
I've written a Python script to remotely launch the FitNesse "run.bat". (To make sure I cover my bases, I even impersonate a user with Admin rights on my...
This is not supported in the Java version. I was unable to find a way to have the included material shown in the original HTML, and so didn't pursue it. But it...
Hi Tim, Yes you can. Here's a general scheme to do that, starting with a storytest (I assume multiple gift certificates). ... With fixtures: public class...
Here is another idea: TestIntegrator is CamelCase, so you might get more in the cell than you expected. Use ! before the table to prevent camelcase formatting...
all the "The system cannot write to the specified device." stuff is because its trying to overwrite files in the "files" directory of the FitnesseRoot with the...
Hi Michael, I'd suggest to take a look at FitLibraries DoFixture - using them you can avoid statics alltogether. There are a lot of postings in the archives ...