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...
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...
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...
12492
Leela Padmaja
leela9885@...
Mar 2, 2009 5:30 pm
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...
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...
... 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...
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...
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...
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...
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: ...
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...
OK, just use ! to suppress wiki wordification. !|import| ... -- Cheers, Mike Stockdale FitNesse.NET <http://www.syterra.com/FitnesseDotNet.html> Syterra...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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.)...
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....
... 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...