Anyone whose done any significant CSS work can attest to the fact that IE is a pain in the ass. Much of the CSS standard is not supported by IE, such as the...
Hi, I have been trying to get FitNesse to work with Visual Studio 2005 Beta 2. I downloaded the code and recompile on VS 2005 Beta 2. Only minor changes (I...
... BTW, it doesn't work as you describe in Firefox either. It stays when you scroll horizontally, but not when you scroll vertically. -- Curtis Cooley ...
Not to be a wise guy but no one has built support for those keywords into the CPP version yet. I'll put them on the list of changes I am collecting. As a work...
Actually, we're ONLY using IE to run fitnesse - the actual app is a stand-alone. So we could throw in a different browser, which may be the answer. :) Thanks...
I am trying to test my web app, but not the GUI, using fitness. I have a service layer that does all the relevant work (ie - no business logic in struts...
Hi, I am new to this list so I thought I would briefly introduce myself. My name is Joakim Holm, I work as a programmer/consultant for Valtech in Stockholm,...
You'd have to hard code it in HTML. The literal widget will have to be used to avoid character escaping. !-<a href="your url" target="new">link text</a>-! ...
Hello, I've recently started working with FitCpp and I am having trouble with the RowFixtures. I'm trying to re-write the Prime example from fitnesse.org but...
I just encountered this problem tonight. Apparently Fedora 4 is packaged with GCJ. I installed Sun's JDK, updated the PATH to point to it and all is well. ... ...
It looks like you are missing the PUBLISH macros for the target class. You ... Here is an example that works for me. Look at the nested class (EventHolder)...
There's not easy way to get it. We also need to port for our FitNesse tests. So we define a variable PORT in the root page. Then in our tests, ${PORT} gives...
Yup it does works. Thanks a zillion Martin. For future reference a pop up can be added using literal widget : !-<a href=http://localhost:8080/jsp/forms.jsp ...
We have written some web services in .NET letting Visual Studio generate the code. We have a .NET client that invokes the services with no problems. We also...
Hello, I'm currently working on a project where we are all getting into Fit and FitNesse for our integration testing. We are all new to the system, so we are...
Hi! I have a test in which I want to test for null values. I've read that I can just insert the string literal "null" in the testtable. This actually results...
All, I am having a problem using Fitnesse to populate an Oracle DB table. The code does not work unless the first entry in the first column of fitnesse table...
I wrote an extension to DoFixture that instantiates other fixtures via spring. In my setup, I have a column fixture that can configure spring factories given a...
I'd suggest to put the credentials setup in a "SetUp" page. Be aware that using a DoFixture in it will cause that the whole page will be interpreted by this...
Hi In a podcast conversation from Agile 2005 with Dave Astels http://agiletoolkit.libsyn.com/ he mentions using FitNesse to test their (AWT derivative) GUI. He...