Currently I am working on a a refactoring to get the execute search responder and execute search properties responder a bit more cleaned up. The idea is to ...
Dear Jay, Apologies that I could not get back to you immediately. Regarding your question, GenericFixture lets you call all the methods of any Java class on...
Hi All, We are using RallyDev (Agile lifecycle Management tool) and when I tried to integrate RallyDev with Fitnesse, I'm getting the following error message:...
Hi, Any help in how to use FLASH and or FLEX eith Fitness or good online info for same would be greatly appreciated! I keep hearing about selenium but I dont...
I've update Fitnium to version 1.3.0 to support the reading and writing and files from your Selenium/Fitnesse tests This means you can now develop 100% data...
Hi Mark, There's a Selenium extension that provides flex automation, with additional Selenese commands. It uses Selenium RC to run, and needs an extra piece...
Hi Florence, I took over the idea of reading in chunks. Your code seemed a bit unreadable to me, so I made this which is functionally equivalent. private...
Hi Florence, I removed the replacement of chr(160); chr(160) seems to be a non-breaking whitespace in the non UTF-8 world. So some specs exported by old Excel...
Hi gregor, Thanks for the update ! Cheers Florence. ________________________________ De : Gregor Gramlich <gramlich@...> À : fitnesse@yahoogroups.com ...
Rick, Â Thanks I have not run into anything else in my searches to date either...I really would appreciate any direction you or your college can provide. Â ...
... I concur with what you say about business users. The wiki syntax is just too geeky for them. Richnesse seemed a good compromise but by then the damage was...
Hi, I'm using FIT and I'd like to define a random Long number and store it into a markup variable. How could I do that? I've alson tried Symbols but I'm using...
Hi. I'm trying to use slim and fitnesse in .NET and I can't figure out how to implement the query() method to have a query table. I'm trying to make it work ...
We are currently using FitNesse and Selenium to test our Web Apps. The combination of the two technologies has proven to be a good (excuse the pun) fit. We...
The result for QueryTable in Slim is a little different. e.g. public List<object> query() { return new List<object> { new List<object> { new List<object>...
... Thanks, Mike. I'm still having a problem and I think it is for my format for the name value pair result. I'm constructing a result from the pair (name =...
Hi all, I was wondering if there is any built-in FitNesse functionality to assert a field's value? Say I have a field named "numTries" and I want to make sure...
.NET version will do this. I guess you're working in Java? ... -- Cheers, Mike Stockdale /fit/Sharp <http://www.syterra.com/FitSharp.html> FitNesse.NET...
Yes, that's a shortcoming of the Slim protocol, where [...] is used to indicate a nested list and there's no way to escape the [ to indicate it's actually the...
Hi all, Is it possible to use a symbol as one of the elements in an array? So for example: !|TestFixture| ... Is there any syntax to use holdval as an element...
... The instance variable concerned doesn't need to be public. The above assumes that the numTries instance variable is either: 1. In your fixture; or 2. In...
In Java, once I publish the release that's ready to go, you will be able ... The advantage of the @{...} form is that several can be used in any ... Cheers,...
The trick is to avoid the first trap of test automation: Having long, redundant traces of execution through a UI or whatever that are messy to maintain. That's...
I was tidying up the Fitnesse test machine, and cleared out a bunch of old error logs to save space, thinking that they would be automatically recreated the...