Below is the text mentioned in fitnesse.org for Execute command of HTML Fixture. "Execute (applies to script nodes) parameter: a condition on which to run this...
Below is the html code of the file which I wanted to test using HTMLfixture , name of the file is ScriptPage.htm. <html> <head> <script type="text/javascript">...
... http://www.fitnesse.org/files/videos/SlimFitNesse.mov ... I started coding the Python implementation. I've got: ListDeserializer.py ListDeserializerTest.py...
Hi, I recently experimented Fitnesse and Selenium for web testing. We need to download both softwares and you need to run Fitnesse and Selenium servers. Then...
You can also use the selenium remote control server and start them from within your fixture (I am doing this one time in the suite setup) and have your test...
Hi Wes, We are also using a combination of fitnesse and Selenium. Could you please elaborate (possibly with some example code) as to what is meant by "I am...
Hi all, we use the wiki import feature to have a different start page (with local parameters) on each server (development, testing, customer site,...) These...
!release 20081201 !3 FitNesse Release Notes 12/01/2008 !note Uncle Bob, Object Mentor, Inc. This is just a bug-fix release. If you hare having trouble with...
Below is the html code of the file which I wanted to test using HTMLfixture , name of the file is ScriptPage.htm. <html> <head> <script type="text/javascript">...
lets' say that I've got the following Value Object in my AUT. My RowFixture aims to read all Person rows from the db. Do I really, in order to test each row,...
Hello, on the release notes page of 20080812 <http://fitnesse.org/.FitNesseDevelopment.FitNesseRelease20080812> the following is stated: Preliminary support...
I had to stop working on it. Making it work robustly was not trivial and other projects are now consuming all my time. Even deciding on the appropriate "usage...
Hi There, I am using TestRunner.exe to test remote wiki pages using local dll. In order to do so I am only focusing on Test Suites by creating batch file...
We have been using our own subversion plugin for a while now (> 2 years). A co-worker of mine, Scott Frederick, authored it. I believe he submitted it to you...
TestRunner will search all the DLLs you provide to find any classes specified in the test pages. So there is no direct link between test page names and DLL...
Working on the SLIM runner for .NET, I had this insight about an underlying FIT/SLIM/XYZ testing model. We receive a Document (HTML format, SLIM format, ...),...
I agree with you that there is not direct link between class name and test page name. So, I agree with you that TeRunner will search for the class name inside...
Hi There, I am new to FitNesse and trying to use command line utility TestRunner.exe. When I run test case through wiki everything is working fine but when I...
Hi, I've been playing around with Slim and have been migrating some of my current tests to use Slim with the latest build of FitNesse. I have come across a...
I'm new to fitnesse -- just downloaded the latest version and extracted it to my C:\ drive. I went about trying to run a specific fitnesse acceptance test...
Sounds like your application is trying to get some information from an application configuration file. By default, .NET will look in FitServer.exe.config when...
Well I tried this but didn't work either. Just to let you know I also have different configuration file for each test case which reside in same directory as...
... Cool! ... See below. ... It's tricky to get this stuff working well. I think your problem is that you didn't call join on the runner before returning. ...
... Just make sure that you don't test any business rules that way. Testing business rules through the GUI is a *terrible* form of coupling. If you write...
Posted by: "Thomas Letzkus" Thomas.Letzkus@... thletzkus_gMon Dec 1, 2008 11:23 am (PST) ... Good. That's the intent. ... Well spotted! I just tried...
... There are three solutions. 1. Put a method in your Value object named getPersNo, and change the column header to getPersNo? (Depending on your environment...