... Since the -cp is set to "defaultPath" it means that FitNesse found no !path elements to add to the classpath. I don't know what else to say. It looks like...
This morning I wrote up a little fixture that makes data entry and validation a little easier. In Fitnesse, if you want to enter and validate using the...
I like it. We should include it in the fitnesse.jar. Can you put it into the FitNesse cvs repository? If not send me the code and I can do it. Micah...
When I run a suite or a test, and view the results, then hit the back button on my browser, it re-runs the tests! Is there anything that can be done about...
MM> I like it. We should include it in the fitnesse.jar. Can you put it into MM> the FitNesse cvs repository? If not send me the code and I can do it. ...
This is a problem I have also encountered and it needs to be fixed. Here is whats happening. We force browsers to NOT cache wiki pages because they are...
The dotnet stuff enables FitNesse to execute .NET Fitures/Acceptance Tests. It includes fit.dll (a custome version) which is the .NET version of FIT. It also...
How can I use the HtmlFixture to test a page that is not directly addressable? (like after a logon) I'd like to do the following... ... Can I somehow tell the...
I know the FIT ActionFixture doesn't support looping, but has anyone ... in effect giving something like: count = 4; do { ... } while (count-- > 0) executing...
MM> LoopingActionFixture.... It sounds like a cool idea. Its definately MM> worth coding up and giving it a try. I suspect you could do it something like...
Martha, I've copied this letter to the mailing list because there are probably other folks who would like to know this. FitNesse has a rudimentary ability to...
Obviously FitNesse is a great place to capture not only the acceptance tests for user stories, but also the user stories themselves. There are other tools out...
Hi, I have been looking at fitnesse today and I am now trying to test a servlet by sending data to it via an html page. Has anyone an idea on how this could be...
In case you didn't know, there is going to be a special event at this year's XP/Agile Universe conference called XP/FIT Fest. If you'd like to know more about...
Anything is possible in FitNesse as long as you have the right Fixture ;). It is possible to test your servlet using HtmlFixture; you'll need to specifie URLs...
... We do the exact same thing using jWebFit ( which uses jWebUnit ) and fitnesse. Works great, except we are going through the interface to test everything. ...
FitNesse is first and foremost and Acceptance Testing Tool. That said, I agree with you. It would be very convenient to keep track of other process details...
I'd like a simple widget like !flag debug.on "Debug" This would put a check box on my wiki page with the text "Debug". If checked, the JVM running FIT would...
And as we all know, testing through the interface leads to horrible woes, moaning, wailing, and gnashing of teeth. Do as little testing through the interface...
Hello Robert, Could you please elaborate about this? When using mock objects, usually there are interfaces involved; perhaps you are talking about the object...
... Terms: Logic Layer - aka business. The stuff we must front to get paid. Representation Layer - changes one representation into another GUI Layer - converts...
... I did some exploration with Ward this week at ADC on some GUI fixtures to help automate from the interface using FIT. What other work is being done to...
I forgot who asked about this, but I was tinkering around tonight and decided to make a looping action fixture. This class does a do/while. Nesting is...