Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

fitnesse

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3717
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 379 - 408 of 20038   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
379 Micah Martin
slagyr Send Email
Jun 24, 2003
6:35 pm
... Since the -cp is set to "defaultPath&quot; it means that FitNesse found no !path elements to add to the classpath. I don't know what else to say. It looks like...
380 Michael Feathers
mfeathers256 Send Email
Jun 24, 2003
7:11 pm
This morning I wrote up a little fixture that makes data entry and validation a little easier. In Fitnesse, if you want to enter and validate using the...
381 Micah Martin
slagyr Send Email
Jun 24, 2003
7:44 pm
I like it. We should include it in the fitnesse.jar. Can you put it into the FitNesse cvs repository? If not send me the code and I can do it. Micah...
382 David Hooker
dudehook Send Email
Jun 24, 2003
8:41 pm
When I run a suite or a test, and view the results, then hit the back button on my browser, it re-runs the tests! Is there anything that can be done about...
383 Michael Feathers
mfeathers256 Send Email
Jun 24, 2003
8:59 pm
MM> I like it.  We should include it in the fitnesse.jar.  Can you put it into MM> the FitNesse cvs repository?  If not send me the code and I can do it. ...
384 Micah Martin
slagyr Send Email
Jun 24, 2003
9:03 pm
This is a problem I have also encountered and it needs to be fixed. Here is whats happening. We force browsers to NOT cache wiki pages because they are...
385 Michael Feathers
mfeathers256 Send Email
Jun 24, 2003
9:10 pm
Er, actually. This is better. The last one was "wronging"; twice on errors. Could've affected the summaries. Michael...
386 Micah Martin
slagyr Send Email
Jun 24, 2003
9:14 pm
The dotnet stuff enables FitNesse to execute .NET Fitures/Acceptance Tests. It includes fit.dll (a custome version) which is the .NET version of FIT. It also...
387 Micah Martin
slagyr Send Email
Jun 24, 2003
9:15 pm
ok Thanks. ... From: Michael Feathers [mailto:mfeathers@...] Sent: Tuesday, June 24, 2003 4:11 PM To: Michael Feathers Cc: Micah Martin Subject:...
388 Mark Windholtz
WindMark Send Email
Jun 24, 2003
11:07 pm
How can I use the HtmlFixture to test a page that is not directly addressable? (like after a logon) I'd like to do the following... ... Can I somehow tell the...
389 David Hooker
dudehook Send Email
Jun 24, 2003
11:28 pm
I know the FIT ActionFixture doesn't support looping, but has anyone ... in effect giving something like: count = 4; do { ... } while (count-- > 0) executing...
390 Micah Martin
slagyr Send Email
Jun 25, 2003
1:12 pm
You could modify HtmlFixture.java to do this... ... From: Mark Windholtz [mailto:yahoolists@...] Sent: Tuesday, June 24, 2003 9:09 PM To:...
391 Micah Martin
slagyr Send Email
Jun 25, 2003
1:15 pm
LoopingActionFixture.... It sounds like a cool idea. Its definately worth coding up and giving it a try. Micah ... From: David Hooker...
392 Michael Feathers
mfeathers256 Send Email
Jun 25, 2003
1:24 pm
MM> LoopingActionFixture.... It sounds like a cool idea. Its definately MM> worth coding up and giving it a try. I suspect you could do it something like...
393 David Hooker
dudehook Send Email
Jun 25, 2003
3:29 pm
I've posted some stories I'd like to see on http://fitnesse.org/FitNesseDevelopment.StoryList....
394 Robert Martin UncleBob
rmartinoma Send Email
Jun 26, 2003
12:46 pm
Martha, I've copied this letter to the mailing list because there are probably other folks who would like to know this. FitNesse has a rudimentary ability to...
395 Chris Gardner
chris_gardner76 Send Email
Jun 26, 2003
3:38 pm
Obviously FitNesse is a great place to capture not only the acceptance tests for user stories, but also the user stories themselves. There are other tools out...
396 Gunnhildur
golafsdo Send Email
Jun 26, 2003
4:49 pm
Hi, I have been looking at fitnesse today and I am now trying to test a servlet by sending data to it via an html page. Has anyone an idea on how this could be...
397 Micah Martin
slagyr Send Email
Jun 26, 2003
10:23 pm
In case you didn't know, there is going to be a special event at this year's XP/Agile Universe conference called XP/FIT Fest. If you'd like to know more about...
398 Micah Martin
slagyr Send Email
Jun 27, 2003
3:18 pm
Anything is possible in FitNesse as long as you have the right Fixture ;). It is possible to test your servlet using HtmlFixture; you'll need to specifie URLs...
399 jbrekke@...
ekkerbj Send Email
Jun 27, 2003
3:35 pm
... We do the exact same thing using jWebFit ( which uses jWebUnit ) and fitnesse. Works great, except we are going through the interface to test everything. ...
400 Micah Martin
slagyr Send Email
Jun 27, 2003
3:53 pm
FitNesse is first and foremost and Acceptance Testing Tool. That said, I agree with you. It would be very convenient to keep track of other process details...
401 David Hooker
dudehook Send Email
Jun 27, 2003
5:05 pm
I'd like a simple widget like !flag debug.on "Debug" This would put a check box on my wiki page with the text "Debug". If checked, the JVM running FIT would...
402 Robert Martin UncleBob
rmartinoma Send Email
Jun 30, 2003
6:32 pm
And as we all know, testing through the interface leads to horrible woes, moaning, wailing, and gnashing of teeth. Do as little testing through the interface...
403 Marco Dorantes Martinez
marcodorantes Send Email
Jun 30, 2003
6:50 pm
Hello Robert, Could you please elaborate about this? When using mock objects, usually there are interfaces involved; perhaps you are talking about the object...
404 Phlip
phlip_cpp Send Email
Jun 30, 2003
6:53 pm
... Terms: Logic Layer - aka business. The stuff we must front to get paid. Representation Layer - changes one representation into another GUI Layer - converts...
405 Micah Martin
slagyr Send Email
Jun 30, 2003
8:25 pm
... Yes, I'm currently working on exactly this Fit fixture. We should have it available via sourceforge in a couple weeks. Micah...
406 John Goodsen
jgoodsen Send Email
Jun 30, 2003
9:00 pm
... I did some exploration with Ward this week at ADC on some GUI fixtures to help automate from the interface using FIT. What other work is being done to...
407 Michael Feathers
mfeathers256 Send Email
Jul 1, 2003
2:38 am
I forgot who asked about this, but I was tinkering around tonight and decided to make a looping action fixture. This class does a do/while. Nesting is...
408 Micah Martin
slagyr Send Email
Jul 1, 2003
2:47 am
Cool. More goodies to add to FitNesse! Micah ... Micah Martin - micah@... Software Developer - Object Mentor, Inc. www.objectmentor.com...
Messages 379 - 408 of 20038   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help