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...
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...
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...
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...
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...
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...
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...
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 ...
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...
... 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., 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...
... 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...
... 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...
... 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...
... 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. :) -- ...
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...
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...
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...
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...
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...
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...
... 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....
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...
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...