We use both. In fact to me this is the biggest advantage of FitNesse, that we are able to show our customer the acceptance tests we wrote and to execute them....
... in a ... is ... to ... the ... Thanks for the article, very interesting. I guess I feel even more justified in saying that customer-facing *acceptance*...
The script containing the fixture IS being compiled... before attempting to run the fitnesse test, there are no .pyc files in the directory containing the...
Actually I tried several arrangements of the test scripts and test paths. I didn't type the correct one in my mail message but I reiterate that what was ...
That may mean that there is a syntax or path-related error in your test_my_app.py file. Can you try running it through python at the command line? I've seen...
If a page TestOne is symbolically linked to another page TestTwo. I rename TestOne to TestSuite, will the symbolic link under TestTwo get updated automatically...
Currently, Renames do not rename symbolic links. This is bad. Symbolic links should be udated when a page is renamed. A patch to fix this problem would be...
so I do this (please excuse the different names than in previous msgs) $ python ... and get this: Traceback (most recent call last): File "<stdin>", line 1 ,in...
Hmmmm....this looks like a Mac-specific error to me. It can't find the LaunchServices.Launch module, which may be part of a LaunchServices package (I'm not a...
If a page TestOne is symbolically linked to another page TestTwo. I rename TestOne to TestSuite, will the symbolic link under TestTwo get updated automatically...
... I noticed the word "SymbolicLink" is misspelled ("SybolicLink") in the Symbolic Link graphic on: http://www.fitnesse.org/FitNesse.SymbolicLinks Cory...
This is a recording of my attempt to use Custom value types in PyFIT tests. I must admit to not understanding much of the documentation about TypeAdapters, so...
Hi Everyone, I am new to fitnesse, but have been a TDD advocate for quite some time now and wonder if anyone has used fitnesse for testing a workflow type ...
Hi Steve, we are doing this. We build a J2EE web-application for an ensurance company and all modifications are in the form of wizards. To create a person we...
There are really no limits to what you can do with FitNesse. I'm going to reply to your question as if you were going to do black box testing. I do so simply...
Recently we setup a couple new machines but can't convince our fit tests to run on them. System.ApplicationException: Type 'My.Type' could not be found in ...
Hi All, I started learning Fitnesse. I have to test Webservice using fitnesse. Can anyone give pointers how to go with this. Do we need any plugins for this. ...
Hi Stephan, Thanks for your reply. I obviously need to do more reading asap about fitnesse, but the first responses like yours are encouraging. One more...
... Thank you. I am going to comment back. ... Yes, that could be a good way. Another way would be to look for a classmethod called parse, which could just be...
I have started reading (and coding) DoFixture from the FIT book and am really excited about testing with PyFIT. Thanks again John and Ward and everybody else...
... The FitNesse team are welcome to put my changes into a branch, but personally I'd hold off. I'm *hoping* to find the time to rewrite from scratch,...
Hi Steve, we use ActionFixtures for that. ... The fixture is usually reused by several tests (create different users, modify users, etc.), so if the...