Folks, I tried looking through the archives for this answer and tried some of the suggestions, but could not get this simple test working. The setup is as...
Hi Andy, Very pleased to receive your help regarding the location of the fixtures. Now I am able to execute the login pages with the help of action fixtures. ...
Greetings & Salutations, I have been teaching myself how to write fixtures in C#. I am not a software developer. I have been successful in learning how to...
Hi, it looks to me like your ActionFixtureTableTest is not in ActionFixtureTutorial namespace. and your table code suggests that fitnesse should look in that...
Hi I created a regression test for our software. Running the test on my local computer is no problem. Now I am creating a server to do the test automaticly. I...
Hi Eric, in order for anyone to give you a useful answer, you need to provide us with much more information. First of all, what is the error (paste the ...
I don't believe you can have another jar file named fitnesse.jar. Try putting your fixture code in a jar file with a name other than fitnesse.jar. Also try...
Sorry for the missing info. This is the start of the test page. It has of cource more attached but the test won't even start. // start snip test page !2 VE020 ...
Ryan, Thanks for the suggestions. First, I did not put my fixture code in the fitness.jar file. So, the jar file has not changed since I downloaded it. ...
Your best bet is to wait for a Selenium enhancement, fix, or patch that inspects Flash and Flex: http://forums.openqa.org/thread.jspa?messageID=32166: You...
The problem has to do with FitNesse seeing "fitnesse.DivisionFoo", specifically "", as a wiki page name; FitNesse places a "?" after any wiki page name that...
The Import may not be necessary. If my memory serves me, the fit and fitnesse name spaces are searched auto-magically. Nevertheless, the escaping is required...
... Gojko, Thank you for your response. Adding the namespace didn't change matters. I am still receiving the same error. I tried something different with my...
Hello all, I have a couple quick questions: Firstly, I was wondering if it is possible (and if so, how) to disable the functionality that makes a suite setup...
SuiteSetUp override: Place test pages under development under a sub-suite with its own SuiteSetUp page that does nothing. The more local SuiteSetUp will be ...
Cool, thank you for the info! -Kevin ________________________________ From: fitnesse@yahoogroups.com [mailto:fitnesse@yahoogroups.com] On Behalf Of Andy...
... You should still use be ActionFixture to start the table, and do not escape your fixture name in the table. ! before the table already does that: ...
Greetings, I tried to install PyFIT back in May and got the following error: java.lang.Exception: A size value could not be read. Fragment=|| I had to give up...
Do you have anything else on what you did? Clearly, FitNesse is expecting a return from Python FIT, and isn't getting it. John Roth Python FIT ... From:...
... I copied FitNesse into a directory (~/tools/fitnesse) I installed PyFIT using sudo python setup.py (which actually didn't work in 0.8a2 without me updating...
I believe I've seen notes that the Division test doesn't work across the board, but I could be mistaken. I think it's being worked on, and it could be fixed in...