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...
Hi All, How should I handle new line characters in the FIT table? My input string and output string both contain new line characters but my tests are failing.....
If the standard \n doesn't do it (possibly with extra backslashes) you might have to write a specialty type adapter. Check the documentation for the specific...
Hi, A <br /> tag will do the trick. (This won't work if you're using FitNesse.) Cheers, Jim ... -- James Shore, Titanium I.T. LLC voice: 503-267-5490 email:...
93
Ward Cunningham
ward@...
Aug 14, 2007 5:08 pm
The first question is why dies your end user care about the placement of newlines? Sent from my mobile On Aug 13, 2007, at 2:53 PM, "testinggeek"...
Is there any way to use the same fit table repetetively? For eg. I have a table for creation of different types of users (admins,normal users etc). How can I...
... From: "chawdarahul" <chawdarahul@...> To: <fitlist@yahoogroups.com> Sent: Tuesday, August 14, 2007 12:45 AM Subject: [fit] How can i use same table...
96
Ward Cunningham
ward@...
Aug 14, 2007 11:46 pm
AllFiles is an example of a fixture that runs other fixtures. Sent from my mobile On Aug 13, 2007, at 11:45 PM, "chawdarahul" <chawdarahul@...>...
For whatever it is worth to you, our philosophy has been to keep FIT as simple as possible and solve these kinds of problems around FIT per se. So for example...
John, Thanks for the response. Let me clarify my question. What I want is -- Is there any way to create a generalized Fit table? For e.g. I want to make a...
... From: "rahul chawda" <chawdarahul@...> To: <fitlist@yahoogroups.com> Sent: Wednesday, August 15, 2007 11:29 PM Subject: Re: [fit] How can i use same...
Hi John, The logic in FIT is like this.(Correct me if i am wrong) FIT takes the values from the table and submits to the fixtures.Fixtures execute the...
Hi Dheeraj, ... I suggest, you explore the fit package and try to get the examples running. The examples are known to be working, so they are probably the best...
A demo of ZiBreve is available at www.zibreve.com. I'm keen to have feedback on the future developments of ZiBreve. ZiBreve is a storytesting IDE that supports...
Hello, I'm glad to see somebody using the perl-port :-) ... This should work. May be you email me a piece of your code, so I could check it (martin.busik at...
Hi, sometimes it might be better to read the text twice before pressing the replay+send button :-/ ... You've put the parameters into the first line of a...
While I don't know the Perl port specifically, all versions of FIT use parameterless constructors for fixtures. Some versions support putting parameters on the...
... Acutally, it does not support it. ... ack. ... Can you name me one plattform? (Just to see how the "context" is made available to the fixture) Thanks, ...
Hi, ... Martin contacted me via my personal email address. My apologies for not seeing your email. That address gets almost 100% spam email and I was forced...
A new binary release of DbFit is now on available. Grab it from https://sourceforge.net/project/showfiles.php?group_id=191053&package_id=224326 DbFit is a set...
There's a new demo release of ZiBreve out. This runs .NET, allows testing to be stopped, allows for running parallel testing, does batch running and generates...
Hey all, There's a new release of FITpro for Eclipse out at http://fitpro.sourceforge.net/ New features in FITpro for Ecilpse v 1.0: Right-click execution of...
Tony, Good to see you're still alive and kicking ! Whilst it may not be supported on ALL platforms, it was brought to my attention by a tester with strong java...
114
Aronshtam, Lior
LAronshtam@...
Oct 2, 2007 7:48 pm
Hello I have a test that worked with the previous Fit but now it works but the tearDown function is not being called. I checked in the code and I do not...
Hi Lior, That's a problem with FitLibrary's FolderRunner. I will try to look at the issue in a few days; I'm unable to look at it right now. Is it possible for...