Hi Just discovered this list, and been looking at the archives. Apologies if this has been covered before: I'm using HtmlFixture, and I am testing a website...
This question doesn't appear to have been asked before. I'm following the steps in the "Writing FitNesse tests in Python" tutorial, and get as far as clicking...
It seems like something in the combination of Fitnesse + PyFit makes it very difficult to see exceptions. We've got a situation where imports from the Python...
I have written a DbUnitFixture (included below) which allows me to both prepopulate a database in the setup of a test as well as verify the database contents...
Even better: use System.Diagnostics.Debugger.Break() calls in your code. It will pop up a box, and you can attach the debugger at that point. Scott On Thu,...
I would like to add a comment for each item I am testing in a column fixture. for example: playerName | addPlayer? | countPlayers? | ... not count | where...
Could you do something as simple as give the column a name of 'comment', have a string in your fixture named comment, and then ignore it in your fixture? ... ...
I don't think you can do that in a column fixture because the column fixture will look for a field on the class named "comment". If, however, you just leave it...
A tip I learned from Brian Marick - http://www.testing.com/cgi-bin/blog/2004/04 "I also find it useful to put "inline" comments in my tests. I do that by...
Aliases require wikiwords or URLs. The .# syntax is parsed specially for a the time being and it won't work in aliases. We intend on making the # syntax part...
Hello all, I used Fitnesse (Java) at a previous job and loved it. Now I'm working in Python and am looking forward to getting the PyFit stuff going, although...
Thanks for the initiative. I went ahead and posted a couple of messages to extreme-python. Hopefully that group will start to have some traction. The next step...
With the november release, this can be tricky. You'll have to know the process ID so you can kill it. A graceful shutdown features has been added and will be...
Anyone make any progress on this? Or is it still waiting for the Java one to finalize before doing the C# version? Also, we are still having problems running...
... The Java version of the TestRunner has been modified now. No progress has been made on the C# version yet but it should not be hard to write it. ... How...
Here is the problem: I want to use a FitNesse Acceptance test to call an existing interface which returns a complex object(for example Person). I would like to...
David , I am not talking about a set of records. I am talking about a complex object. For example: public class Address { String street; String city; String...
There are a couple of ways to handle that: You could write a wrapper just for your tests that looks like this: public class PersonWrapper { private Person...
I think the last time I brought this issue up, someone (probably you hehe), mentioned the memory thing and we changed the arguments to up the memory and ran...
I have a Fit test table with "!img http://files/images/wall.jpg" and etc in all the cells. Without making changes to a page myself, extra "!img " seem to be...