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: 3718
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2063 - 2092 of 20042   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2063 Rex Madden
rexmadden Send Email
Nov 24, 2004
2:22 am
I have an input screen that has lots of row and columns of dropdowns for scheduling purposes, so I want to do a fixture sort of like this ... Is there any way...
2064 Micah Martin
slagyr Send Email
Nov 24, 2004
2:42 am
... This seems reasonable except for that last row. This looks like a ColumnFixture and so ear row has to be processed. You probably want one more column,...
2065 Rex Madden
rexmadden Send Email
Nov 24, 2004
4:39 am
Yes, except that I am trying to emulate my web page which posts all the rows at once. I'm using WebWork/XWork for my action classes, which works very well...
2066 Micah Martin
slagyr Send Email
Nov 24, 2004
2:46 pm
Ok. Then you could override the execute method in your ColumnFixture to simply store the values of a row in a List or collection. When all the rows are...
2067 logist
logistcache Send Email
Nov 24, 2004
2:47 pm
hi. RM> Yes, except that I am trying to emulate my web page which posts all RM> the rows at once. I'm using WebWork/XWork for my action classes, RM> which...
2068 Bob Cotton
bob_cotton969 Send Email
Nov 24, 2004
2:54 pm
We had the same problem. We liked the "easy to write" aspect of a column fixture, but only wanted to execute at the end of the table. Here's our solution: ...
2069 Rex Madden
rexmadden Send Email
Nov 24, 2004
6:18 pm
Cool. I'll try these ideas out and post back what we come up with. Thanks, everyone!...
2070 roysid2001 Send Email Nov 26, 2004
4:17 pm
I was trying unsuccessfully for the last 2 days to get the cvs repository of jWebUnit 'cause I want to get the jWebFit Fit fixture code. Looks like the...
2071 roysid2001 Send Email Nov 26, 2004
4:17 pm
I am wondering if anybody has a small nice java FitNesse sample that is complete and comes with FitNesse test table(s), fixture code and java app code. I am a...
2072 Grig Gheorghiu
gheorghe_ghe... Send Email
Nov 27, 2004
7:23 pm
Inspired by a FitNesse seminar given by Micah Martin at a xpsocal group meeting (thanks Micah!), I wrote a tutorial on writing FitNesse tests and fixtures in...
2073 taa_sarge Send Email Nov 29, 2004
2:28 pm
I am new to Fitnesse and am trying to use the RowFixture where the DTO is defined as follows: public class DisbursementDTO implements DTO { private Long...
2074 Micah Martin
slagyr Send Email
Nov 29, 2004
3:31 pm
... getDisbursementAmount.getAmount? - That's clever but it won't work. FIT can only call one method on the Fixture. It can't call a chain methods. The main...
2075 Lisa Crispin
lisa_crispin... Send Email
Nov 29, 2004
5:18 pm
Hi Roy, I'm also a tester who isn't a Java developer, so I feel your pain. Here's how I got my team to try FitNesse. First we all agreed it was a good thing...
2076 jhrothjr Send Email Nov 29, 2004
5:30 pm
... http://agiletesting.blogspot.com/2004/11/writing-fitnesse-tests-in-python.html ... Thank you, thank you, thank you! Can I reference this in the next...
2077 jhrothjr Send Email Nov 29, 2004
5:31 pm
I've been off the net for close to ten days, and I know I missed at least one important private message about PyFit from Micah. I'll try to get back to you as...
2078 hal arnold
halarnold2000 Send Email
Nov 29, 2004
8:42 pm
Lisa, You are a guiding light here. I'm a developer, so I love what it is that you are doing for the QA community, and hence for all of us. I've got my own QA...
2079 Micah Martin
slagyr Send Email
Nov 29, 2004
9:23 pm
... Testing though the UI is not the best approach and I'm sure Uncle Bob agrees. It is my opinion that Acceptance Tests should exercise the business logic...
2080 Grig Gheorghiu
gheorghe_ghe... Send Email
Nov 29, 2004
9:34 pm
Hal, I work in QA myself and AFAIK the consensus is that QA should NEVER limit itself to testing only at the UI level. In fact, tools such as FitNesse exercise...
2081 J. B. Rainsberger
nails762 Send Email
Nov 30, 2004
12:00 am
I'm offline right now, so I can't search the archives. I love the !see feature and would like to explore adding this story: * I want to be able to link to a...
2082 jhrothjr Send Email Nov 30, 2004
12:00 am
... As a language extension, PyFit checks the first non-blank character for a quote (either single or double) and if it finds one, it invokes the Python ...
2083 roysid2001 Send Email Nov 30, 2004
3:20 am
First let me thank all of you who responded to the thread I started. In particualr I would like to thank Lisa for her contribution of a sample. I am still...
2084 roysid2001 Send Email Nov 30, 2004
3:20 am
I was wondering what your experiences are with the use of WebFixture and HtmlFixture for testing Web Apps. Is one better than the other? Or are they basically...
2085 Micah Martin
slagyr Send Email
Nov 30, 2004
3:58 am
Others have mentioned they could use such a feature and I think it's a cool idea. I'll add it to the heap. Micah Martin Object Mentor, Inc. ...
2086 Craig Harris
craig_john_h... Send Email
Nov 30, 2004
4:28 pm
Firstly, Congrats on an amazing tool! I am attempting to introduce Fitnesse into the processes at my company. Our existing process has the ability to create...
2087 Micah Martin
slagyr Send Email
Nov 30, 2004
4:48 pm
... The plugins might be a good way to customize FitNesse to your needs. http://fitnesse.org/FitNesse.PluginUsage ... You may want to extend the existing...
2088 Craig Harris
craig_john_h... Send Email
Nov 30, 2004
5:10 pm
Thanks for the prompt response. After doing more work this morning I noticed that the System.out capture to ErrorLogs appears to be doing exactly what I need...
2089 Micah Martin
slagyr Send Email
Nov 30, 2004
5:50 pm
... I don't know. Could you tell me a little more about your plan? Micah...
2090 Craig Harris
craig_john_h... Send Email
Nov 30, 2004
6:14 pm
Here is the story - Create an extension to my existing fixture that generates PDF files that visualise the fixture data. (Basically the app processes tree that...
2091 Leif Bennett
shortleif Send Email
Dec 1, 2004
1:07 am
I'm having trouble running tests on a virtual wiki. I've gone over the docs I could find without result. I have no trouble setting up the virtual wiki, and the...
2092 Micah Martin
slagyr Send Email
Dec 1, 2004
1:24 am
... I'd guess that when the test execution hangs, FitNesse spits out an exception on the console where it was started. It'd be interesting to know what the...
Messages 2063 - 2092 of 20042   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