What is this? Something new for DoFixture? Missing method: public TypeOfResult getComDotTexturaDotDtmsDotFixturesDotOrganizationsFixture() { } OR: public...
This is a bug in the old fit library and according to the release notes for the current version fixed. See http://fitlibrary.wiki.sourceforge.net/ Exchanging...
incompatible versions of fitlibrary and fitnesse. that's been happening with the latest three or four releases of fitnesse. use the fitlibrary test runner...
If you have written a slim port, let me know. I'll create a github repository for it and then link to it on fitnesse.org. ... Robert C. Martin (Uncle Bob) |...
... Did the trick. Thanks. -- Tim --------------------------- http://agileotter.blogspot.com/ http://tottinge.blogsome.com/ -Tim speaks only for himself---...
There has been a lot of discussion about version control with FitNesse. Let me tell you how I do the version control for all the acceptance tests and user...
I think systems like git make it a little easier, since git doesn't "pollute" every directory with ".git" directories that way that SVN puts ".svn" directories...
... Page moves and renames are a pain this way, as you have to do a post-facto delete for each and then a subtree add for the lot. If you want to disable the...
Basically I share Tim's view on this. We were pretty happen, when we started being able to directly edit pages with fitnesse handling to open up pages in the...
Hi Markus, Thanks for your instruction. But I need more info. Sorry I am new to FitNesse and still makeing my way up. In order to use SVN plugin what else I...
I haven't tried using git with FitNesse. Perhaps Bob can comment on his experiences, but git handles renames, moves, and deletes pretty well. The only thing I...
There's one other alternative that could be useful for some teams; use your IDE to manage your FitNesse files. I've used the Band XI FitNesse plugin for...
I tend to agree with Tim as well. I would add that business users now need to know how to use svn/git, etc. If it were fully integrated, clicking save would...
Our developers go to the business users dir, copy the files, add them to svn, and check them in as a unit of work. Any addl changes and they do it again or...
Hi folks. Long time fan, first time caller. We have some fairly complicated Acceptance Tests that follow the Build, Operate, Check (BOC) pattern. We had a...
Hi Barrett, there is a version compatibility problem between fitnesse and fitlibrary. dbfit fixtures are based on fitlibrary but they also contain workarounds...
One thing that I just saw yesterday is, that you began to include a Versions responder, that would show all versions as gathered from the VCS. Usually this...
Hi, I am new to fitness and I am going through the fitnesse.org. I would like to know, how can I start creating sample tests and run them. I am bit confused. ...
Would it work to use git, hg, svn, etc. locally for FitNesse, then merge to Perforce periodically? For those of you who don't know git, one of its killer...
... Indeed, the killer feature for SVN these days is that there is an easy escape route. -- Tim --------------------------- http://agileotter.blogspot.com/ ...
... As a developer, I keep the RevisionController plugin turned off and use the approach Bob Martin described (using Subversion, not Git). We have an internal...
Hey Gojko. Even if I move the contents of setup to be directly inline the page, (to avoid VariableScope issues, I take it?) and include the TEST_RUNNER ...
Hey folks. As per other threads on this list, I upgraded FitLibrary to the latest version on http://sourceforge.net/project/showfiles.php?group_id=131744 After...
Hi, We want to have fitnesse in a central server and run the tests from different virtual machines. We could use the wiki import feature or do a check out in...
Hi, Actually I am using an IList to display a collection of objects. What appears here is an input into a collection, I just want to display the output of a...
Hi, I'm new to Fitnesse tool, i have gone through the sample examples from fitnesse.org and they all worked for me. I'm a QA guy and I have a question...
The problem is FitNesse doesn't know how to convert the collection to a string. If you can do that first, you can use the show keyword in DoFixture. ... ...
As a QA person, you are testing the production code written by developers. To use FitNesse, you will often need fixture code to help test the production code....