There is only one. Mugridge and Cunningham. http://www.amazon.com/Fit-Developing-Software-Framework-Integrated/dp/ 0321269349/ref=sr_1_1/002-7475985-6988053? ...
Hello Basharat, ... there is a book written by Rick & Ward: FIT for Developing Software. Framework for Integrated Tests (ISBN 0-32126-934-9) There is als a...
Hello, I've just uploaded a slightly modified version of the GuiRunner. The current build number is 004. Changes to the previous version are: - jgoodies Look &...
Hi Martin, Is there anything you need me to do to get it on sf.net? Cheers, Jim ... -- James Shore -- Titanium IT -- Successful Software Recipient of 2005...
Sorry if this is a RTFM. I took a quick look. What is the recommended way for fixtures on a page to share data with each other? Is the "best practice" to do so...
... I don't know if this is the recomended way, but I'm using singletons. (Singletons are accessed in the fixtures, not in the application code) ... Fixtures...
If you're asking about Fit "Classic", I believe static variables is the official technique. In FitLibrary you can use your first Fixture to control the rest of...
Hi All, I am Prashanth, Working as a software engineer in Cognizant technologies. I came to know about the fit framework and want to implement this in my...
Last year I put a few tickets on the various trac lists suggesting an integration or a plugin to attach FIT tests to trac tickets. Eventually wrote a homegrown...
Hi rake.tao, I don't know what you mean. Can you give some more details. Do you mean a Java import in your code? Or are you using a FitNesse import table? ...
Hi all, I'm trying to integrate FIT into CruiseControl.NET. So far I've found an article that says to use the Java version of FIT to convert the HTML results...
Dear Rick, I write my test fixture in Java code, and I write fit test file in HTML format(like in some tables, the top row is importing classses). The problem ...
Hi Rake, Can you post a little example of tables plus code so we can see what you're doing. By "importing", do you mean the fixture class specified in the...
Dear Rick, I attach the FixtureDemo, which is a sample demo to indicate my problem. In the demo, I create 3 classes. Two are extended from DoFixture ( ...
MEETING ANNOUNCEMENT The Portland Linux/Unix Group will meet 7 PM Thursday May 3, 2007 at Portland State University in Smith Memorial Center Room 327 On the...
David Mandel
ward@...
May 3, 2007 6:15 am
81
Friends -- If you're sick of Fit and know what should replace it, then this event is for you. Best regards. -- Ward ... Friends -- If you're sick of Fit and...
Ward Cunningham
ward@...
Jul 26, 2007 11:59 pm
82
Dayu -- A RowFixture might simplify checking that your have the right providers and that their fields are correct. I'm forwarding your request to the fit list...
Ward Cunningham
ward@...
Jul 28, 2007 8:00 am
83
Hello, we are using FIT for testing a swing application. We use ColumnFixture and RowFixture for business-logic-centric tests and ActionFixture for GUI-centric...
Good one. I look forward to trying it out. On a related matter, I've just put some screen dumps of ZiBreve at www.zibreve.com/visit.php?page=ScreenShots ...
Hi Mandy, Wow! That looks impressive. Somebody added you to the FitTools page and I've justed edited the description. Please let me know if you'd like any...
Hi, While checking FIT ,I have encountered a problem.Can you please help me out. ""After we've prepared these two parts(tables and fixtures) and put them into...
Since fixtures are programs, they have to go wherever executable programs go for the language environment for your version of FIT. Most versions of FIT do...
Hi Dheeraj, Fit fixtures are just code, so you would compile them into .class files or a .jar file and then put their location on your classpath. Fit will find...