Search the web
Sign In
New User? Sign Up
fitnesse
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5698 - 5727 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5698
Yes, this is in process. Mike and/or I will follow up as things progress. David...
David Chelimsky
dchelimsky
Offline Send Email
May 1, 2006
12:49 pm
5699
Hello All, We are trying to put together a presentation to take to upper management about the value of using agile methods with tools like FitNesse. Does ...
robert.whitener@...
rwhiten3
Offline Send Email
May 1, 2006
3:06 pm
5700
I just tried to post this to agile-testing@yahoogroups.com but it bounced. It works equally well here: ________________________________ Michael, My experience...
Kenig, Neil
nkenig
Offline Send Email
May 1, 2006
3:48 pm
5701
... I recently did a presentation to a XP User's Group on Fitnesse after which the most interesting questions came from the managers and directors. You are...
Cory Foy
cory_foy
Offline Send Email
May 1, 2006
5:19 pm
5702
Thanks Cory, very nice presentation. I am passing it on to my manager, I think he will appreciate the its conciseness. Rob ________________________________ ...
robert.whitener@...
rwhiten3
Offline Send Email
May 1, 2006
6:48 pm
5703
Hi, I am using Fit for the first time and the results page is throwing a Null Pointer Exception. I am trying to log the code in the Fit test class, but am...
stattit
Online Now Send Email
May 1, 2006
11:18 pm
5704
Rob, Cory's presentation is excellent on its own. What you miss by not having Cory present it, is his passion and enthusiasm. It was truly powerful, a...
glbrown@...
gb70840
Offline Send Email
May 1, 2006
11:24 pm
5705
... And I didn't even pay him to write that! ;) Those of you who are near St. Louis can see an, um, encore performance, this Saturday at the St. Louis Code...
Cory Foy
cory_foy
Offline Send Email
May 1, 2006
11:32 pm
5706
If you are using FitNesse on the front end, you can click on the "Output Captured" icon in the upper right hand corner after the test has completed. There you...
robert.whitener@...
rwhiten3
Offline Send Email
May 2, 2006
2:17 am
5707
usually logs are put into the web container's logs. I am using websphere and I get the log in the systemout.log file of the websphere. stattit...
Sanjeev Sirigere
xzemel
Offline Send Email
May 2, 2006
12:10 pm
5708
Replying to my own post. 1. System.out.println and System.err.println do work as expected. The output is seen on the command line. The code had a few bugs in...
stattit
Online Now Send Email
May 2, 2006
12:15 pm
5709
You need to tell log4j to redirect messages to stdout. In my log4j.xml file I have something like the stuff below. We also log everything to a file. Regards, ...
Helck, Christopher
c_helck
Offline Send Email
May 2, 2006
1:45 pm
5710
My fixture tests an object's validation method. I am testing required fields, so I pass in null and blank. Sometimes, when the field is optional, it is okay...
John Gluck
john_gluck
Offline Send Email
May 2, 2006
9:30 pm
5711
I have been using Fitnesse to test the client server application.Currently we are connecting to the real database to read the data and hence our tests run...
lakshminarayan_rao
lakshminaray...
Offline Send Email
May 3, 2006
12:44 pm
5712
Probably something stupid, but don't you have a performance problem with your database? I use Fitnesse to test a client/server application with a huge database...
Humbert, Jean-Philippe
jeanphilippe...
Offline Send Email
May 3, 2006
12:54 pm
5713
The usual scenario is to separate the tests into two (or more) sections. One trades off thorough coverage for fast execution, the other does the opposite...
yahoogroups@...
jhrothjr
Offline Send Email
May 3, 2006
2:36 pm
5714
Hi, We currently have several fit tests that requuire the generation of a raw record file to process during the acceptance test run, as kind of a setup....
James Carr
cloud_strife...
Offline Send Email
May 3, 2006
10:47 pm
5715
I agree. I make my unit tests fast by mocking the database but I want my Fitnesse tests as close to the real thing as possible - if they are too slow, I've...
Mike Stockdale
jediwhale
Offline Send Email
May 4, 2006
2:25 am
5716
Hi James, You'll have to write your own fixture. You need to parse the column names yourself and save them in the appropriate structure. While I've done...
Helck, Christopher
c_helck
Offline Send Email
May 4, 2006
3:03 pm
5717
Hi, I am new to Fitnesse, and am looking at setting up a multi-user environment similar to how the virtual-wiki worked. The virtual wiki can access remote...
marlene_calacala
marlene_cala...
Online Now Send Email
May 5, 2006
1:06 am
5718
Hi, I am trying to create a symblolic link, to another page. However, when I try to save the link, it displays the following error... The page to which you are...
marlene_calacala
marlene_cala...
Online Now Send Email
May 5, 2006
1:06 am
5719
I am new to FitNesse and will like to know how to perform tests. I have gone through the twoMinuteTest on the FitNesse site and that seemed OK but going...
gfunkeo
Offline Send Email
May 5, 2006
1:31 am
5720
We are well on our way with Fitnesse testing and have had much success. Currently we have a smaller group who is doing TDD and will soon be expanding the...
Stuart Foster
stuart7723
Offline Send Email
May 5, 2006
5:19 pm
5721
Hello everybody, this is probably a question directed more towards Micah and people involved with Fitnesse development: I'd like to know if there is any idea...
Piergiuliano Bossi
pgbossi
Offline Send Email
May 5, 2006
9:09 pm
5722
Hi, I'm finally catching up on my email... I consider that storytests are specifying by example what a system does; they're not a programming language. So if...
Rick Mugridge
rickmugridge
Offline Send Email
May 6, 2006
10:16 pm
5723
Micah, (1) It would be great if a !define can call another !define. I've been using nested tables a lot lately with a client and with FitLibrary development....
Rick Mugridge
rickmugridge
Offline Send Email
May 6, 2006
10:25 pm
5724
... You can do this if you alternate your use of curly braces {} with parentheses (). So, change your example like this: This one stays the same: !define...
Randy Coulman
rcoulmankey
Offline Send Email
May 6, 2006
11:07 pm
5725
Monday, I'll be presenting to the Austin .Net user group on the topic of automated testing. Along with unit and integration testing, I'll be introducing...
Jeffrey Palermo
jeffreypalermo
Offline Send Email
May 7, 2006
2:08 pm
5726
Hi, Just had a small introduction to fitnesse plugins yesterday afternoon, and I decided to spend a little time yesterday evening exploring how fitnesse...
James Carr
cloud_strife...
Offline Send Email
May 7, 2006
2:38 pm
5727
Thanks for the suggestions. Nested variables were actually supported at one time. But no one ever used that and it created an interesting potential for...
Micah Martin
slagyr
Offline Send Email
May 7, 2006
2:43 pm
Messages 5698 - 5727 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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