Big Specification Up Front may be mahvelous, but if an organization releases a product that doesn't comply, people will use it the way it is. Then when the...
It isn't "big specification up front." It was a bug introduced in porting the code. There have been any number of requests to make DoFixture pick up in the...
Thanks Philip and Ron. What I am trying to figure out is does fitnesse allow this scenario "I create a test and run it. I document this wiki page as a test...
Hi All, I've been working on my plugins, and I need to access files under FitnesseRoot... is there some class or object method that will provide me with this...
You can get the root page from the FixtNesseContext and ask it for it's file path. You probably have to cast it to a FileSystemPage though. With that add the...
Hi Bob, to tell the truth, I haven't figured out how to commit to the trunk. Well, here's what I've done (based on the daily source bundle of 20060607): 1)...
Hi I have created a RowFixture, which is testing my main application. If I write a simple JUnit test for the application, I get back some result and the test...
Hello, I am trying to run Ruby fit fixtures from TestRunner and seems like it has some issues with finding the ruby fixtures. I can execute them on the wiki. ...
I'm using the release20060719 version of FitNesse. I have a FitNesse test page that has some ColumnFixture tests using C#/.NET 1.1. When I run that test page...
Using Ruby fixtures is almost always a struggle at first. I assume you have the COMMAND_PATTERN set for ruby... Just know that Ruby fit will look for fixtures...
Hello, I would like to create a page that contains global classpaths that I could reference in various projects. I think SymbolicLinks will accomplish that,...
I don't think so. I was just exploring that issue to day so I could get all the ATs running in our continuous build. In case it helps, I'll include the rake...
Thanks Micah... however, is there a way top get the FitNesseContext object from within a derivative of HtmlPageBuilder? I could not seem to get it. Thanks, ...
No I don't suppose there is. You could provide the file path in the plugins.properties file. In most cases the working directory is FitNesse so you could use...
Is there anyway to do the following ... In words I have variables 'a' 'b' 'c', the evaluation of these variables returns xml wrapping a file identifier. I need...
Sure. The trick is that the first three columns are givens, the next three are results. The methods for column 4 and column 5 both need to store their results...
Hi Everybody, I am having some issues with fixtures. Application: In application I am having one button (Export). On clicking this Export button the action...
Thanks for the reply. No firewalls installed. I am getting back the results but the test does not seem to finish properly. ... application. ... result ... ...
Hi, I need to test a webservices application wherein I need to use the intermediate results from a webservice call in another webservice call. Is there a way...
All, I was evangalizing fitnesse with in my development group and ran into a question I can't come up with a good answer to. One of our developers had...
Casey, Fitnesse is serving a very important function for you. Consider what this experience is telling you. Think for a second about why the tasks are divided...
First, a nit. FitNesse is an IDE. FIT is what does all the work. The thing I see from your description is that you're trying to do a FIT test on an existing...