In order to keep the DB consistent we've implementet an AbstractTransactionalDoFixture that performs a rollback after each FitNesse test execution. Works...
Hi, I have recently started using the FIT framework. For my application, I plan to use the Action Fixture. However this fixture gives access to only 4 methods...
We have a product written in multiple languages and with multiple interfaces. For example, we have C++ and C# code and we export XML data to files and XML...
Neil, You're in luck. FitNesse includes a feature called Symbolic Links (http://fitnesse.org/FitNesse.SymbolicLinks). With the use of Symbolic Links and...
If I understand correctly, symbolic links still involve multiple versions of fixtures. If I'm executing the Fitnesse .NET runner and have a link to a test...
John, Yes, the business analysts are trying to write end to end tests. That is the way they think about functionality. They don't want to have to know about...
Chris and Friedrich are no longer working on this, as they had too much else to do. The partial port is in the process of being handed over to others and Tony...
Currently, in .NET Fitnesse, the markup column header markup is necessary because .NET fitnesse doesn't care whether you are using a field, property or method....
Hi, I have list of values all coming from List datatype. I am trying to use the RowFixture to compare the values in the FIT table with the values returned from...
Hi, I have a scenario as: Depending on a Date selected, some set of records are fetched. The number of records varies according to the date value. Thus the...
Hi there, I just installed this version of Fitnesse, replacing an older version. As before, the TwoMinuteExample says, "See the little blue and white ...
Hi there, I'm starting Fitnesse as a newbie, though I've seen past demos. Here are a few issues I've found: - http://localhost/FitNesse.TwoMinuteExample:...
Ooops. I'll get that fixed. In the mean time you can goto http://localhost/FitNesse.TwoMinuteExample?properties and click the "Update Content and Subpages...
When I try to perform a Wiki Import Update from docs.fitnesse.org by clicking "Update Content and Subpages" on a properties page, FitNesse eventually responds:...
I would like to be able to add columns on the fly, or populate a cell from a test fixture with out it being equated to the value from the table, which would be...
Hi, Does FIT framework provide support to test Hyperlinks. Here the hyperlink value is decided at run time. Regards, Mukta ... Start your day with Yahoo! -...
What does it mean to test a hyperlink? - Is the hyperlink well-formed? - Does the hyperlink point to a resource that exists? - Does the hyperlink point to that...
The FIT book has several chapters on unusual fixtures. Chapters 11 and 29 show some unusual fixtures with the Java code behind them. Chapters 37 and 38 deal ...
Denis, Thanks for the contribution. I've added it to the one minute description and included it in a the 20050731 release documentation. See it in action:...