Not directly related to fitnesse, but along the line of this email ... I use a tool called "JarJarDiff" to statically analyze two versions of a library and...
I think this is Java source code, but I would need to use C# code to plug aspect# into Fitnesse. In my opinion, the best solution is to provide any syntax in ...
I'm totally new to FIT and FitNesse, other than reading some of the introdutions. The idea of automated acceptAnce tests sounds great. I'm wondering how Use...
One approach I've seen is to start with Use Cases. Each Use Case is then translated into an FitNesse test. The text and structure of the Use Can remain...
That’s an excellent idea Micah. Rodrigo, are you familiar with the CellHandler feature in the current .NET FitNesse release? _____ From: Micah Martin...
Excellent. Please feel free to ask any questions about how to use/set up CellHandlers. David ... From: Rodrigo Vilar [mailto:rvilar@...] Sent: Monday,...
I like the idea. The biggest problem is implementing it cleanly, especially in the text fixture so it doesn't get mistaken for actual input. It's also useful...
I think a customer would be interested in the right error message, but not the class of the exception thrown. That's what I thought would be more interesting...
Right. My thought was that if the right error came through, it's correct so it's simply a green background. Anything else is a red background, with a stack ...
... I simply did this, and I don't think it's too complicated: query before processing the rows, bind each column as expected output, and spit out "no more...
... I see it this way. * Each use case scenario becomes often 1 and sometimes n tests, depending on how varied the scenario can be. * Each use case is a...
Wow. That's much simpler than the insensitive (just doesn't care about order) RowFixture. Thanks! ... From: J. B. Rainsberger [mailto:jbrains@...] Sent:...
Hi, Is there any way to set "global constants"? For example: Have have several suites each containing many tests. Most tests use the same database and I dont...
You can declare a variable on the root page (http://localhost/root) and that variable will affectively be global. You have the option to override the value of...
... And if you want them to be programmatic, you can just add a class which a bunch of static finals and refer to it from your fixtures. Michael Feathers ...
hmm, Micah: Do variables work ok across virtual wikis? They dont seem to on mine, as they were my first choice.. Michael: I had discarded this, but just...
Today, I've been running into problems running Fitnesse tests. The problem exists on the FitNesse website as well as the local project server; tests that ran...
I added two new CellHandlers to .NET FitNesse in CVS. They'll be part of the next release, but feel free to build from source and start using them. Here's what...
I'm told that rebooting FitNesse fixes it. I'n not sure what the problem could be. We'll have to keep our eyes on it to get to the source of the problem. ...
Hello there, I was thinking about an algebra of tests (or suites). But I'd like to have your comments :) I am working with fitnesse since a few month now and...
Micah, Thanks for the prompt reply. I checked, and the FitNesse website is now responding to tests. Unfortunately, my local project server is still not ...
The closest thing I can think of to help you is to compose these algebraic tests by including other tests. This effectively ANDs the tests together. I don't...
Something bad is happening pretty early on in the test execution... The thread processing the test request is crashing in an unusual way and that leaves your...
You have two options.... Use a literal ... test -!| or a variable !define VAR {multiline text} ... A third option is to use a special char that gets translated...
Hello, We are using HTMLFixtures as described: http://fitnesse.org/FitNesse.HtmlFixture We are using a version downloaded over the summer of 2004. With two...