Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

fitnesse

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3716
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 20009 - 20038 of 20038   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
20009 Dan Woodward
rsidan Send Email
Apr 25, 2013
2:22 am
Sorry that the color change isn't working for you. We had actually introduced that change as a result of a different request that recommended those colors as...
20010 sergezukov Send Email Apr 25, 2013
2:02 pm
Look in the FitNesse user guide documentation for symbols By default it's: .FitNesse.UserGuide.SymbolsInTestTables Actual use of synonyms depends test system...
20011 Nicole Rauch
nicolerauch... Send Email
Apr 25, 2013
2:24 pm
Hi Dan, there seem to be a lot of websites and tools around that support designers in choosing good colours. E.g. there is a Windows tool that calculates the...
20012 Arjan Molenaar
arjan.molenaar Send Email
Apr 25, 2013
2:25 pm
Hi, I've already done some cleanup as part of issue #209. I think I've come a long way already. I think it would be better to do the caching closer to the file...
20013 Dan Woodward
rsidan Send Email
Apr 25, 2013
2:34 pm
Well, the behavior is written in javascript using JQuery. You can try changing the navigateToCurrentError function to consider horizontal as well as vertical...
20014 Wolfgang Schrecker
wolfgang@... Send Email
Apr 25, 2013
8:53 pm
Thanks for your reply, Sergezukov! I am aware of this. I can NOT get it to work with my decision table fitnesse (SLIM). In fact, I want to display a soap...
20015 sergezukov Send Email Apr 26, 2013
2:00 am
Given that you are using SLIM take a look at this: http://fitnesse.org/FitNesse.UserGuide.SliM.SymbolsInTables the "$V=" in the first table row will store...
20016 youngracoon007 Send Email Apr 29, 2013
3:28 pm
... !define SystemAddress {10.10.10.11} ... !define SystemAddress {10.10.10.12} ... !include -c <AutomatedTesting.FlightScenarios.First !define...
20017 sergezukov Send Email Apr 29, 2013
6:11 pm
The problem with mark-up variable is that they are defined prior to the test run and as far as I'm concerned the latest definition at the current level takes...
20018 Mike Stockdale
jediwhale Send Email
Apr 30, 2013
1:54 am
Nested variable definition uses 'lazy' evaluation, so both variables are defined to have the same value as SystemAddress at the time that they are evaluated....
20019 spikeybill66 Send Email May 1, 2013
2:05 pm
Hello, using slim, we have a generic fixture CheckTag which tests values from a file containing key value pairs. Some of the values are actually html (as...
20020 Stanimir Stamenkov
stanio Send Email
May 3, 2013
9:48 pm
Thu, 11 Apr 2013 22:29:29 +0200, Arjan Molenaar : I put a few files in FitNesseRoot/files/fitnesse. Those files override the default files packaged with the...
20021 Stanimir Stamenkov
stanio Send Email
May 3, 2013
9:48 pm
Thank you for the example. Yes, I get the idea, and I'll probably try it to see how it would be perceived. It doesn't look as straightforward as I would like,...
20022 Stanimir Stamenkov
stanio Send Email
May 7, 2013
9:42 pm
Wed, 01 May 2013 13:49:40 -0000, spikeybill66 : using slim, we have a generic fixture CheckTag which tests values from a file containing key value pairs. Some...
20023 Stanimir Stamenkov
stanio Send Email
May 8, 2013
2:26 am
Wed, 08 May 2013 00:16:06 +0300, Stanimir Stamenkov : Alternatively you may markup the variable value as a literal text , between !- -! : ...
20024 spikeybill66 Send Email May 8, 2013
1:56 pm
thankyou for the reply. We are using v20110104. the immediate requirement has now gone away but i'll try what you have suggested...thanks...
20025 bernardofcosta Send Email May 10, 2013
6:31 pm
I have a situation here. My fitnesse server works on a nfs share that for some reason was changed (to a misconfiguration) and then changed again (to the...
20026 Arjan Molenaar
arjan.molenaar Send Email
May 11, 2013
1:13 pm
Hi, FitNesse itself does not create "temp" files. The zip file's file name is a timestamp (year, month, day, hour, minute, seconds) iirc. That should give you...
20027 bernardofcosta Send Email May 11, 2013
7:44 pm
Yes I have, thanks god and this I could manage to recover the missing directories. But I can suppose if it wasn't there, I'd be damned. So let me just rephrase...
20028 jediwhale Send Email May 11, 2013
7:59 pm
The main issue I'm seeing is this: public class StackTraceEnricherTest { private static final String JUNIT_JAR = "junit-4.11.jar"; This hard coding of a...
20029 jediwhale Send Email May 12, 2013
1:23 am
I've added a new option to !define so you can copy a variable to another. This copies the value as it exists at the time the define is parsed: !define...
20030 Arjan Molenaar
arjan.molenaar Send Email
May 13, 2013
1:31 pm
Hi, Indeed this breaks when the IDE is loading the libraries from the lib/ folder. I loosened up the check to ensure it also works with the libraries in the...
20031 Dan Woodward
rsidan Send Email
May 13, 2013
3:37 pm
I think it is important to point out a couple of things. 1. FitNesse doesn't cache any saves. They are all made immediately, so if you change a page, it gets...
20032 William Moore
wmoore2242 Send Email
May 15, 2013
3:54 pm
I want to use interactive test pages in Fitnesse. I have hardcoded the jars which is needed to run my fit test, as follows: !path C:/Documents and...
20033 Barre Dijkstra
barredijkstra Send Email
May 15, 2013
5:23 pm
We're currently using the fitneese-maven-classpath project to let it automatically inject all dependencies from the maven file into the FitNesse !classpath. ...
20034 William Moore
wmoore2242 Send Email
May 15, 2013
7:06 pm
I am using fitnesse-launcher-maven-plugin. I see the following line after executing the mvn verify -P wiki: !path C:\Documents and...
20035 William Moore
wmoore2242 Send Email
May 15, 2013
11:53 pm
I found that I had not gotten all of the files from the spring example and once I had them, I was able to get the fitnesse-launcher-maven-plugin to work....
20036 Rajendran
rajendran2015 Send Email
May 16, 2013
1:54 pm
Hi All, I would like to develop test script in Java and use Fitnesse, Please help me for setup Fitnesse with Java. Thanks & Regards Rajendran A...
20037 timander37 Send Email May 17, 2013
2:05 pm
William, I strongly advise you to NOT use the hard-coded !path like this: !path C:/Documents and...
20038 Arjan Molenaar
arjan.molenaar Send Email
May 18, 2013
9:05 pm
Hi William, Have you considered using the Maven plugin for FitNesse? I wrote a blog about it recently:...
Messages 20009 - 20038 of 20038   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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