Let's go to 30,000 feet. What is the problem? -- The fixtures names are not communicative. Business people don't know what they mean. -- Moving fixtures...
Robert C. Martin wrote: <snip /> ... I think it's muhvelous, and I suggest these stories: 1. I want the fixture name "Add Employees" to be automatically ...
Ok. It looks like you've made your own String class which is different from .NET's native string class. Fit doesn't now how to parse your String class so you...
... The other alternative is that this HTML is too ugly to prettify. You might try pasting this into a static HTML document and parsing it with NekoHTML. If...
I completely agree (except for the spelling of my first name ;-) However if it wasn't my first implementation proposal it was for several reasons: Can it be...
There isn't any documentation about it. You can get the source here, http://sourceforge.net/projects/watt. And a sample test page that uses HtmlFixture: ...
... what they mean. ... I thought about this on the weekend and came to a simple conclusion. The real problem is that developers or testers/customers cannot...
Does anyone have a simple example of how one would use suite setup and teardown. I had a look at fitnesse.org and couldn't find one. I need to be able to...
... It's pretty easy to supply this mapping by simply doing this: public class EmployeeTableGroup3Fixture extends EmployeeTableMaleOver30Fixture {} Do you...
... I think I follow you (pardon the sudden shift from lurking to chatting). My name is also Patrick, so let's call me Pat. If I follow you rightly, it sounds...
Dadi, I don't believe I've implemented array support in the .NET version of Fit. For now, you can work around the issue by doing the array-to-string...
Hmm. This is puzzling. The code you sent me would not compile on my computer until I changed all the "String"s to "string". I was planning to look at it...
Jim, I'm confused. If the .NET version doesn't support arrays, then what is this bit of code for? private object[] ParseArray(string s, Type arrayType) { ...
I've got to the point where I'm about to test the Python version of FitServer, and I'm baffled about how the FitServer command is built. What I've got so far...
Aha! I found it! I have to stick the path information in front of the other three parameters. Now I wonder where the -v comes from, or if this is simply...
Hmm... now that you mention it, it does look like that should work. We have a test for string arrays that passes. I'm not 100% sure that it's hooked up...
Hello, we got the same problem again today. In your post dated Tue Mar 23, 2004 (http://groups.yahoo.com/group/fitnesse/message/1032) you suggested that a very...
Hello, Has anyone been able to test https sites using HtmlFixture? I continue to get the following NullPointerException: java.lang.NullPointerException at...
... Are you using the latest (May) builds of htmlunit or the older (stable) builds. The older ones don't parse very well in the presence of non-conforming...
I don't think another version of FIT would cause this particular problem. I have a theory that it is a timing issue between the two different processes. I'm...
Thanks for the reply, Joe. I am using the files found on fitnesse.org. The files inside my HtmlUnit.jar are dated 03/29/2003. The latest release of HtmlUnit...
... What you are using is quite old and has some problems as you found. I have rebuilt it completely. I'll send you what I have privately if you want to test...
Hi, we use a Fitnesse version from the mid of 2003. Now we tried to upgrade to the current version. With the new version we encountered a strange behaviour...