Search the web
Sign In
New User? Sign Up
fitnesse
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13196 - 13225 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13196
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 ...
Markus Gaertner
shino01051979
Offline Send Email
Jun 1, 2009
1:28 pm
13197
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...
anubhavas
Offline Send Email
Jun 1, 2009
1:37 pm
13198
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:...
dineshbits
Offline Send Email
Jun 2, 2009
3:40 pm
13199
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...
Mark
flybynt
Offline Send Email
Jun 2, 2009
9:02 pm
13200
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...
Keith Sterling
keiffster
Online Now Send Email
Jun 2, 2009
10:00 pm
13201
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...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 3, 2009
8:23 am
13202
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...
Gregor Gramlich
gregorgramlich
Offline Send Email
Jun 3, 2009
1:09 pm
13203
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...
Gregor Gramlich
gregorgramlich
Offline Send Email
Jun 3, 2009
1:10 pm
13204
Hi gregor, Thanks for the update ! Cheers Florence. ________________________________ De : Gregor Gramlich <gramlich@...> À : fitnesse@yahoogroups.com ...
Florence Chabanois
tchouye
Offline Send Email
Jun 3, 2009
4:03 pm
13205
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.   ...
Mark DeLeon
flybynt
Offline Send Email
Jun 3, 2009
6:17 pm
13206
... 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...
Mike Steele
mg_steele
Offline Send Email
Jun 3, 2009
7:25 pm
13207
My team had been using version 20050731 (I know...it's ancient) A few months back we upgraded a server to the most recent version and things seemed...
jaredzielinski
Offline Send Email
Jun 3, 2009
9:34 pm
13208
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...
gfbrols
Offline Send Email
Jun 4, 2009
1:55 pm
13209
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 ...
R. Jensen
richardhjensen
Offline Send Email
Jun 4, 2009
9:05 pm
13210
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...
Robert Stagner
restagner
Offline Send Email
Jun 4, 2009
10:52 pm
13211
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>...
Mike Stockdale
jediwhale
Offline Send Email
Jun 5, 2009
2:15 am
13212
... 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 =...
R. Jensen
richardhjensen
Offline Send Email
Jun 5, 2009
12:33 pm
13213
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...
Kathi Li
kalistar8
Offline Send Email
Jun 5, 2009
1:48 pm
13214
.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...
Mike Stockdale
jediwhale
Offline Send Email
Jun 5, 2009
3:35 pm
13215
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...
Mike Stockdale
jediwhale
Offline Send Email
Jun 5, 2009
4:56 pm
13216
I am indeed working in Java. So does that mean that in Java the functionality to do this simply isn't built in? Thank you for the response! ~~K...
Kathi Li
kalistar8
Offline Send Email
Jun 5, 2009
8:18 pm
13217
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...
Kathi Li
kalistar8
Offline Send Email
Jun 5, 2009
8:25 pm
13218
Not with Java. With .NET, you can do: !|my test fixture| ... (Sorry, just bragging :-)) -- Cheers, Mike Stockdale /fit/Sharp...
Mike Stockdale
jediwhale
Offline Send Email
Jun 5, 2009
9:06 pm
13219
... 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...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 6, 2009
1:19 am
13220
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,...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 6, 2009
1:45 am
13221
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...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 6, 2009
1:49 am
13222
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...
Andrew Ducker
andrewducker
Offline Send Email
Jun 8, 2009
3:49 pm
13223
Hello, We are currently using FitNesse (DBFit specifically) to test that all of the expected changes are being made to our application's database. ...
john.lennox@...
john.lennox...
Offline Send Email
Jun 8, 2009
6:58 pm
13224
Thanks so much for the replies!! When will the next release (w/ the described functionality) be published?...
Kathi Li
kalistar8
Offline Send Email
Jun 8, 2009
6:59 pm
13225
I'm hoping to do that this weekend. Cheers, Rick...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 9, 2009
7:05 am
Messages 13196 - 13225 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help