Search the web
Sign In
New User? Sign Up
fitnesse
? 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.

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 12488 - 12517 of 14129   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12488
Hi for all tests we should have DSLAdapter tests in SetUp??? Or is there any other way instead of having them in SetUp or inside tests???? Leela. ... -- View...
LeelaPadmaja
leela9885@...
Send Email
Mar 2, 2009
2:18 pm
12489
Is it possible to use regular expressions when comparing the output of a test? What I want is to be able to test for the presense of a java...
Bryan Oakley
bryan_oakley
Offline Send Email
Mar 2, 2009
5:30 pm
12490
Hi Patrick, I get similar error (FormatException: input string not in correct format), when using numbers in decimal notation with dot (.), ie 12.6 (for...
anurag sahajpal
anurag_sahajpal
Offline Send Email
Mar 2, 2009
5:30 pm
12491
We are using .net version of Fitnesse, however, encountering exceptions on input strings (for example input format 4<_<6 throws FormatException by the .net fit...
anurag sahajpal
anurag_sahajpal
Offline Send Email
Mar 2, 2009
5:30 pm
12492
Hi I want to pass HashMap as input to one of the methods.. Can you tell me how to do that? I am using DoFixture for Business Logic Testing. 1. Define Inputs as...
Leela Padmaja
leela9885@...
Send Email
Mar 2, 2009
5:30 pm
12493
If so what command line switches do I need to add to startup bat? I ask because on startup it tried connect to the internet and the machine it will eventually...
Mark Levison
marklevison
Offline Send Email
Mar 2, 2009
5:30 pm
12494
... see http://fitnesse.info/fit_framework_implementation_differences -- gojko adzic http://gojko.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Mar 2, 2009
5:37 pm
12495
... Hi, we've written a parser class for regular expressions. So your "someFunction" would have to wrap the result from the SUT into a RegexParse via its...
Andreas Thiel
andreas_thie...
Offline Send Email
Mar 2, 2009
8:42 pm
12496
Some of the text message on my fitnesse wiki has to be like | abc | But fitness wiki interpret it as a column which holds abc. Is there any way to escape the...
tylerzheng
Online Now Send Email
Mar 2, 2009
10:21 pm
12497
!- and -! -- gojko adzic http://gojko.net...
Gojko Adzic
gojko_lastname
Offline Send Email
Mar 2, 2009
10:34 pm
12498
It depends on the platform hosting FitNesse. For Windows, you can install FitNesse as a service such that FitNesse will start when the box boots. For Unix, you...
Dassing, Andrew
andydassing
Offline Send Email
Mar 3, 2009
3:28 pm
12499
I use a variable with the literal in it, so it's self-documenting: !define BAR {!-|-!} ... Stay Fit, Andy From: fitnesse@yahoogroups.com...
Dassing, Andrew
andydassing
Offline Send Email
Mar 3, 2009
3:33 pm
12500
Thanks for the reply Andy. I wasn't very clear I wasn't thinking yet about how to start FitNesse when the box starts. What I noticed was that it access the...
Mark Levison
marklevison
Offline Send Email
Mar 3, 2009
9:22 pm
12501
Not sure what you're saying here - did you use an import with mixed case namespace and it got converted to lower case? That didn't happen when I tried it: ...
Mike Stockdale
jediwhale
Offline Send Email
Mar 3, 2009
11:31 pm
12502
Thanks for the reply. My import was PureAgile.SampleTests - mixed case in each element of the namespace which the wiki offered as wiki word. I don't know what...
Mark Levison
marklevison
Offline Send Email
Mar 4, 2009
12:38 am
12503
OK, just use ! to suppress wiki wordification. !|import| ... -- Cheers, Mike Stockdale FitNesse.NET <http://www.syterra.com/FitnesseDotNet.html> Syterra...
Mike Stockdale
jediwhale
Offline Send Email
Mar 4, 2009
6:05 am
12504
Hi, trinidad version 1.0.5 fixes the problem, please download that version and test. sorry for the delay. gojko...
Gojko Adzic
gojko_lastname
Offline Send Email
Mar 4, 2009
8:40 am
12505
thanks and BR, tyler ... From: Dassing, Andrew <andrew.dassing@...> Subject: RE: [fitnesse] escape | (vertical bar) in fitnesse wiki To:...
ZHI ZHENG
tylerzheng
Online Now Send Email
Mar 4, 2009
1:32 pm
12506
Hello, Our customers expect from us acceptance sheets in PDF format. We intend to produce them in an automated way from the tests run in Fitnesse. The first...
xavier2lab
Offline Send Email
Mar 4, 2009
1:32 pm
12507
I see.... You'll need to include the "-o" option in the run.sh and run.bat scripts to prevent FitNesse from checking for updates. I recommend the "-o" switch...
Dassing, Andrew
andydassing
Offline Send Email
Mar 4, 2009
2:10 pm
12508
If I run the following code from Fitnesse then I get the standard exception popup on the screen rather than a yellow box on the results table. Clearly this...
Andrew Ducker
andrewducker
Offline Send Email
Mar 4, 2009
4:25 pm
12509
It's because the Form base class is catching the exception and causing the exception popup rather than letting it bubble up to the FitNesse runner. Same as if...
Mike Stockdale
jediwhale
Offline Send Email
Mar 4, 2009
5:44 pm
12510
... Yes, you can ,-) I am using Fitnesse also at home, normally without Internet access being enabled. In this case you are just using "localhost" or...
jenisys815
Offline Send Email
Mar 4, 2009
9:29 pm
12511
Hi , I am using Dbfit with other fixtures in a flow . I also have more than two times calling different databases in the same test case . Has anyone come...
David Sam
david_j_sam
Offline Send Email
Mar 5, 2009
12:29 am
12512
Hi, the error suggests that you have a db connectivity error, not related to dbfit or dofixtures. check your connection URLs and ensure that your firewalls are...
Gojko Adzic
gojko_lastname
Offline Send Email
Mar 5, 2009
8:46 am
12513
Hi , Is there a way to dynamically change a variable on a test case to change . I want the test to use the date it was run to be an input to a fixture , Thanks...
David Sam
david_j_sam
Offline Send Email
Mar 5, 2009
1:06 pm
12514
Hi Xavier, FitNesse already has the capability to generate xml formatted test results. You can apply a stylesheet to this to get the full html output. Using...
Markus Gaertner
shino01051979
Offline Send Email
Mar 5, 2009
1:06 pm
12515
Hello, You can still get the super-early-bird price ($$295.00) for this seminar if you register by 3/7/09. (That's about half what the final price will be.)...
Bob Clancy
bclancy84
Offline Send Email
Mar 5, 2009
1:06 pm
12516
Hi David, ... The date becomes rendered directly into the page, no variable is used. You can extend the widget to include a SimpleDateFormatter string etc....
Andreas Thiel
andreas_thie...
Offline Send Email
Mar 5, 2009
2:18 pm
12517
... Trinidad also has an abstract test result repository, so it does not have to save html files at all; you can implement a test result repository that prints...
Gojko Adzic
gojko_lastname
Offline Send Email
Mar 5, 2009
2:26 pm
Messages 12488 - 12517 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