Hi, I've a problem... I tried to test "Two minutes example", to check if my fitnesse installation was good (fitnesse20050405.zip), and it always failes with...
We run our FitNesse tests as part of a nightly build process, we do this in a weird way by invoking the FitNesse suite from a web testing tool (so that we can...
... This is a long shot, but are you running on Linux? If so, there is a "feature" of the Linux kernel called the OOM (out-of-memory) killer. If your system...
I don't know if this is a bug, but it was weird and it took a long time to figure out. Maybe it needs a comment in the FAQ? I create an ArrayFixture from a...
... I'm sure you know this, but I'll mention it just in case. Did you check the syslog for the time that the build ran? If your build runs and finishes before...
That's the thing, we've been running it during the day and watching it, and trying to see what's amiss, but we can't figure it out. It actually has only...
I've noticed that the "FitNesse to Spreadsheet" and "Spreadsheet to FitNesse" buttons mangle the text. If I have this on my original page: !3 Send the message...
Hi Christopher, I'll look into this; it certainly looks like a bug. By the way, there's no need to make up your own Event class to format the Date differently....
Linda, This error happens if the test process is killed. (remember that when you hit the test button it fires off a seperate process to run the tests in. This...
Go to the front page and click on the 'Acceptance Tests' link. Run the suite there. Most of the tests should pass. If any fail you can edit the PORT on the...
Micah, thank you for all of your help! My presentation is tomorrow, and it looks great! I am, however, encountering the same kind of problem. My individual ...
Hi We would like define the root class path as a system property and import it in a FitNesse !path declaration, like this: !path ${path}\application.jar Seems...
Hi Rick, Way cool. Thanks. -christopher ... From: fitnesse@yahoogroups.com [mailto:fitnesse@yahoogroups.com] On Behalf Of Rick Mugridge Sent: Tuesday, May 03,...
We've also added a -c option to the IncludeWidget that will render the included content in a collapsed section. You can grab a nightly source release to get...
I don't remember if the last release fixes this problem. The most recent code definitely does fix it. Micah Martin Object Mentor, Inc. www.objectmentor.com...
During tests I need to attach to a webapp and change various properties. I have no idea how to start to do this. I guess I need a fixture that can open a...
Take a look at the HtmlFixture Project. http://htmlfixture.sourceforge.net/ <http://htmlfixture.sourceforge.net/> ... From: Helck, Christopher...
Meloro, John
MeloroJ@...
May 4, 2005 7:08 pm
3072
I think I am missing out on some understanding of how FitNesse works. Suppose I have a work environment where I develop my code and fitnesse fixtures in a...
or check out Selenium (http://selenium.thoughtworks.com/index.html) Hans ... -- No one ever died wishing they spent more time at their desk (Will Gadd)...
Interesting. I wonder if there is some firewall oddity going on. I saw a similar problem once a few weeks ago. In that case I had FitNesse running on a...
... FitNesse itself is a web app, and we wrote acceptance tests to test it. Most of those tests bypass the http socket and hand HttpRequests into the code just...
I don't think you missed too much. After developing all those tests on your local machine, you need to copy them to the build machine. You can pick up the...
I think it's a network problem too, 'cos I found this problem only here, in this network.. I tried to disable the network adapter.. nothing new and I've no...
What you'll probably want to do is invoke the command line runner from the build script. With this approach there is no need to merge the tests on to the...
... I like all the answers I have heard so far. The reason why I want to put the tests on the intgration machine is have them run from the command line in the...
I'm having trouble locating a FitNesse tutorial that I stumbled across several months ago. As I recall, it was much more Customer-oriented than most of the...
I have some long running tests. What happens when I tell my browser to stop loading the page? It seems like the test process is abandoned and often never...