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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 5488 - 5517 of 14131   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5488
Hi John, I'd recommend that your setup fixture throw an exception if things go wrong during setup, otherwise it stays quiet. If I have any doubt about the...
Rick Mugridge
rickmugridge
Offline Send Email
Apr 1, 2006
10:07 am
5489
Hi All, I am stuck and looking for some helpful tips. Am using HtmlFixture for my acceptance tests and need to randomize a particular variable in my test...
Shameem
mailshameem
Offline Send Email
Apr 3, 2006
2:47 pm
5490
I guess you could use LinkMagic (http://www.rekenwonder.com/linkmagic.htm) to provide a junction (file system symbolic link) on Windows. Cheers, Trond Arve...
Trond Arve Wasskog
ilmyggo
Offline Send Email
Apr 4, 2006
8:41 am
5491
Why would you want to randomize?...
Steven Gordon
sfman2k
Offline Send Email
Apr 4, 2006
3:20 pm
5492
Hey guys, anyone looking to learn CCNA the easy way, check out http://www.infodizz.com/ccna/online-ccna-tutorials.htm . This is one of the best links I found...
it_informationn
Offline Send Email
Apr 4, 2006
10:48 pm
5493
Am trying to fill a registration form which needs a unique userid each time I run the script. So each time I run my script I need to change my userid data...
Shameem
mailshameem
Offline Send Email
Apr 5, 2006
5:49 pm
5494
hi, I am having almost ten Dlls in the class path. But when I am running FIT test its looking the fixtures only in few DLLs and not considering iomportant...
Arun Jayabalan
arunj_99
Online Now Send Email
Apr 5, 2006
5:55 pm
5495
Is there a way to do a <br> tag or a line feed in a cell of a column fixture? Or is there a better way. Let me try to explain what I'm trying to do. I have...
jerrongifford
Offline Send Email
Apr 5, 2006
6:01 pm
5496
Sha, I have never had to do this myself in Fitnesse, but in other test tools I have appended the current date/time to a fixed string for such inputs. One ...
Steven Gordon
sfman2k
Offline Send Email
Apr 5, 2006
6:37 pm
5497
From: "Shameem" <mailshameem.at.yahoo.co.in@...> To: "fitnesse@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Apr 5, 2006
6:56 pm
5498
You only need to put the DLLs that contain your fixtures in the path, and you need fit.dll and fitlibrary.dll not fitnesse.jar and fitlibrary.jar...
Mike Stockdale
jediwhale
Offline Send Email
Apr 5, 2006
7:09 pm
5499
Create your own class ErrorText and use this instead of string for the type of the Errors column. Write your own Parse and Equals methods for your ErrorText...
Mike Stockdale
jediwhale
Offline Send Email
Apr 5, 2006
7:26 pm
5500
... Does this mean you never use RowEntryFixtures in your SetUp pages? If not, then how do you set up common data in the system? -- J. B. (Joe) Rainsberger ::...
J. B. Rainsberger
nails762
Offline Send Email
Apr 5, 2006
7:43 pm
5501
J.B., My team doesn't put any fixtures in setup currently, but we normally use a master DoFixture in a test. Our mother DoFixture will setup baseline data and...
Jeffrey Palermo
jeffreypalermo
Offline Send Email
Apr 5, 2006
8:38 pm
5502
I just noticed a bunch of hair loss and hair removal links at the bottom of my front page: http://hair-removal.healthandlive.com ...
Rob Whitener
rwhiten3
Offline Send Email
Apr 5, 2006
9:26 pm
5503
... I'd be interested to see how that makes the tests look. -- J. B. (Joe) Rainsberger :: http://www.jbrains.info Your guide to software craftsmanship JUnit...
J. B. Rainsberger
nails762
Offline Send Email
Apr 5, 2006
10:12 pm
5504
... Tests have the most value when they are repeatable. This means that each time I run the test, I use the same input and expect the same output. It might be...
J. B. Rainsberger
nails762
Offline Send Email
Apr 5, 2006
10:13 pm
5505
... Can you get the errors as a collection? If so, change the Errors() method to return type String[] and express your expected result as a comma-separated...
J. B. Rainsberger
nails762
Offline Send Email
Apr 5, 2006
10:15 pm
5506
... Yes. The front page for one of the major Ruby wikis suffered (suffers?) this repeatedly. I suppose it's time to learn about FitNesse authenticators. :) -- ...
J. B. Rainsberger
nails762
Offline Send Email
Apr 5, 2006
10:58 pm
5507
A comma-separated list is the simplest solution. However, that doesn't work so easily if there are commas in the error message. Of course, they could be mapped...
Rick Mugridge
rickmugridge
Offline Send Email
Apr 6, 2006
2:02 am
5508
... Especially if order doesn't matter. Cory...
Cory Foy
cory_foy
Offline Send Email
Apr 6, 2006
2:56 am
5509
We solved this Problem by adding a <br> to the LineBreakWidget-REGEXP The REGEXP in the class LineBreakWidget now looks like this public static final String...
Adrian Elsener
adrianelsener
Offline Send Email
Apr 6, 2006
3:15 pm
5510
Hello Group, I did google on this and searched the group. So, I found a discussion about "ScientificDouble" back in Nov. 2005 (see message 4412). What I...
Horst Franzke
horst_franzke
Offline Send Email
Apr 6, 2006
3:25 pm
5511
... I can confirm that these spam links are present in the latest downloadable release of fitnesse. Luke...
Luke Melia
lukemelia
Offline Send Email
Apr 6, 2006
5:14 pm
5512
Is there any way, besides commenting, to selectively run a subset of tests in a test suite? I say instead of comments so that I can see the ones that aren't...
robert.whitener@...
rwhiten3
Offline Send Email
Apr 6, 2006
7:17 pm
5513
In my fixture, I need to instance a class that reads in configuraton data for the database from flatfiles. I am able to successfully run this code for this...
John Gluck
john_gluck
Offline Send Email
Apr 6, 2006
7:41 pm
5514
JB No, I'm currently not using RowEntryFixtures. I'm using something that feels a little inelegant that I got from the book So lets say I have to fixture X...
John Gluck
john_gluck
Offline Send Email
Apr 6, 2006
7:53 pm
5515
... After the test runs, look in the upper right hand corner of the webpage for a yellow triangular caution icon with the text "output captured" underneath it....
robert.whitener@...
rwhiten3
Offline Send Email
Apr 6, 2006
7:54 pm
5516
From a previous post in this thread, I think this may be the solution you are looking for. When using a DoFixture, create SetUp methods in your fixture code...
robert.whitener@...
rwhiten3
Offline Send Email
Apr 6, 2006
8:14 pm
5517
I stumbled across this account recently of how to have Windows start up Subversion for when the machine starts up, something that had always been an annoyance...
Anthony Albert Nassar
aanassar
Offline Send Email
Apr 6, 2006
8:23 pm
Messages 5488 - 5517 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