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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi All, I'm using FitNesse on a .NET project that I'm working on. I find myself writing large numbers of basic fixtures (usually ColumnFixtures) to load data...
9 Jan 25, 2006
2:37 am

John Kordyback
jkordyback
Send Email

http://www.fitnesse.org/FitNesse.DownLoad: java.lang.Exception: Widget Construction failed for com.objectmentor.fitnesse.releases.ReleaseWidget null ...
2 Jan 25, 2006
1:18 am

Micah Martin
slagyr
Send Email

My custom test runner works fine on Windows, but hangs forever on Solaris. A few experiments revealed that FitNesse hangs easily on Solaris. For example,...
5 Jan 25, 2006
12:53 am

Micah Martin
slagyr
Send Email

Can someone confirm my understanding: If I'm using plain old java Fit tests (no fitnesse) I should use the fitlibraryRunner.jar. If I'm using fitnesse (for...
2 Jan 24, 2006
11:13 pm

Rick Mugridge
rickmugridge
Send Email

Did anyone had any success in driving Abbot ( the java gui testing framework ) using fitnesse? here are two problems that I've found: 1. In order to use Abbot...
4 Jan 24, 2006
8:47 pm

weldej1
Send Email

hi. at this page ... http://fitnesse.org/FitNesse.WhereUsed ... the instructions are to "click on the name of the page" so that "FitNesse will print a list of...
3 Jan 24, 2006
7:05 pm

sinusoidal spirals
sinusoidalsp...
Send Email

I just use a String "comment" in my fixtures, which is not evaluated, that can contain any text. That way the table is more readable for the customer. Stephan...
1 Jan 24, 2006
9:52 am

Stephan Wiesner
stephanwiesner
Send Email

AGILE 2006 July 23-29, 2006 Hyatt Regency Hotel Minneapolis, Minnesota, USA *** CFP SUBMISSION DEADLINES WILL SOON ARRIVE *** - January 31, 2006: Discovery...
1 Jan 23, 2006
8:02 pm

Alex Viggio
aviggio
Send Email

I am writing a WikiPage plugin that extends FileSystemPage to watch for page adds and deletes on the file system. A problem that I ran into is that there does...
6 Jan 23, 2006
7:05 pm

Micah Martin
slagyr
Send Email

I've seen a lot of postings about the DoFixture(), but admittedly, I haven't really gone and figured it out yet. Our implementation is in .Net. To date, it...
3 Jan 21, 2006
3:56 am

Mike Stockdale
jediwhale
Send Email

Is it just me or has fitnesse.org been down all day? I thought maybe it was just a fluke at work, but I can't get to it here at Panera either. Any thoughts? ...
1 Jan 21, 2006
1:41 am

Cory Foy
cory_foy
Send Email

I am writing a few Responder plugins, and I would like to make them accessible from the actions menu on each page (along with Test, Suite, Edit, Versions,...
1 Jan 20, 2006
11:25 pm

scottyfred
Send Email

Hi Iam doing a feasbilty study fo fitnesse for our application. Its very impressive with the way its going. I need help on setup and import fixtures. Iam...
3 Jan 20, 2006
10:16 pm

Rick Mugridge
rickmugridge
Send Email

What I would like to do is stop fit processing of the html table early if a returned value does not meet the expected value. Is there a way to stop fit...
5 Jan 20, 2006
7:15 pm

yahoogroups@...
jhrothjr
Send Email

I am experiencing a problem passing a symbol to a TableFixture. For Example: !|CheckDB| ... !|CheckDB2| ... If first table happen to be a ColumnFixture,...
6 Jan 20, 2006
4:21 am

ayayalar_fitnesse
ayayalar_fit...
Send Email

Hi Rick, ... I'm intercepting the normal execution of the ColumnFixture: public void doCell(Parse cell, int column) { Method method =...
3 Jan 20, 2006
4:19 am

Mike Stockdale
jediwhale
Send Email

I've looked through the posts and can't find an answer to this. Is it possible to pass a variable into another variable? Example. I have two variables defined ...
9 Jan 19, 2006
10:59 pm

phil51109
Send Email

Hi, I have tried to use the Euro symbol instead of the $ symbol. I can see in the wiki page the correct symbol, but in the C# code (parse method) I just see...
1 Jan 19, 2006
10:43 pm

Humbert, Jean-Philippe
jeanphilippe...
Send Email

Hello, When I import a wiki page in fitnesse, it only seems to import the sub pages. But I'd like to import the page itself. Am I doing something wrong? ...
1 Jan 19, 2006
9:58 am

stixman2k
Send Email

I've been able to get FitNesse to build using free-java-sdk (classpath-tools fastjar java-common jikes jikes-sablevm libart-2.0-2 libffi2 libltdl3...
1 Jan 19, 2006
1:20 am

Tim Peeler
thp@...
Send Email

Hi, I tried to unzip downloaded various fitnesse_src* files but winzip and gunzip failed. Is there something I missed or is the zipper broken? grtnx -j...
1 Jan 18, 2006
5:14 pm

joerg.rade
Send Email

FitNesse uses RexExp in order to parse WIKI pages. As a result it goes to the really deep recursion. We have some big test scripts, which throw StackOverflow...
1 Jan 17, 2006
5:30 pm

eamnesia
Send Email

Everyone: I'm trying to write FitNesse tests using Ruby/FIT. I used the tables and fixture code to drive out the classes I need. Now I've tried generating a...
2 Jan 17, 2006
1:15 pm

J. B. Rainsberger
nails762
Send Email

Hi, I sent this message to the list yesterday and it never posted. I'm sending it again, this time without any attachments. Sorry if you get multiple copies of...
1 Jan 17, 2006
12:03 pm

Andreas Voellmy
arvoellmy
Send Email

Is there a way to stop a testcase from continuing once it has received an error when using the DoFixture. ... If any of the execute commands fail, I want the...
4 Jan 17, 2006
4:41 am

Mike Stockdale
jediwhale
Send Email

The latest FitLibrary releases are now at https://sourceforge.net/projects/fitlibrary/ FitLibrary20060116.zip -- is for FitNesse FitLibraryRunner20060116.zip...
1 Jan 16, 2006
2:53 am

Rick Mugridge
rickmugridge
Send Email

I've almost finished adding SuiteFixtures to FitLibrary in Java. If you can think of other things that a SuiteFixture should do, now's the time to suggest...
18 Jan 15, 2006
11:12 pm

yahoogroups@...
jhrothjr
Send Email

I'm wondering when or if obfuscatedone&#39;s contribution (http://groups.yahoo.com/group/fitnesse/message/3687) of a .NET port of the RowEntryFixture will be...
4 Jan 14, 2006
11:06 pm

Rick Mugridge
rickmugridge
Send Email

Are there any plans to adapt the .Net FitLibrary to use the fitnesse.net style of cell adapters? I have a value I want to save in one table, and recall in...
3 Jan 14, 2006
5:41 am

Mike Stockdale
jediwhale
Send Email

Here's our current situation. We have a number of tests using DoFixtures. When running via the command line (specifically, launched during a cruisecontrol...
8 Jan 14, 2006
1:49 am

Rick Mugridge
rickmugridge
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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