Hi, I have a test table in which I am passing strings, integers to variables in a C# fixture. ... The variables are in a public class that uses the ".NET2"...
Hello, I am with a company that has been using Agile practices for over a year now. We are looking to "tweak" our current Agile practices and would like to...
walker, could you possibly email the patched files to the list? or post them online? If you need webspace, let me know and I can provide some. -Ryan ... -- ...
Hi, If you are writing a C# fixture then you have to put a "!" exlamation mark in the first row. FitNesse reads the first row of the table and looks for the...
 Hi, I am Nikhil and am a developer. I have been using FitNesse to test web services for the last month or so. I am temporarily parked as a tester in my work...
Hi, I did do that. I added a reference to "fit.dll". Exact syntax: public class MyFixture : fit.ColumnFixture "or" using fit; namespace MyProject{ public class...
1. I am developing C# fixtures 2. I have already put the relevant binaries for .NET 2.0 Hi Nikhil, I was able to run the most common numerator denominator...
1) Not sure what you are talking about here. I have not had a chance yet to play with running multiple fitnesse wiki's on different machines. 2) yeah, this is...
... And the 10 and 0 of ID and Set Fields are grey in the second row. It seems that if the cell on the second row is blank, it will inherit the value from the...
I tried to use 'blank' in integer field and it didn't work and on the fitnesse.org also it says 'blank' should work for 'string' datatype. Did I miss...
Then use the keyword 'null'. John Roth Python FIT ... From: "Ryan McCullough" <rmccullough@...> To: <fitnesse@yahoogroups.com> Sent: Wednesday, April 04,...
I believe it skips this since the field is expecting an integer. I will dig up the fit code tomorrow to show you what I think is happening. ... -- Ryan...
... post them ... This ... will run ... Source) ... (Unknown ... (Unknown ... searching ... happen ... contribute ... We are applying the fix to the subversion...
A hah! Not being a Java person, I implemented it in Python to work for all types. Sorry for the misdirection. John Roth Python FIT ... From: "Ryan McCullough"...
No problem. I am going to try and fix it tomorrow, but I still do not have permission to commit changes on SF.net. So the work I do will not be able to benefit...
I Have downloaded HTMLFixturesrc to automate web application. When i try to compile the file i get an error saying that unable to resolve Localpagecreator() ...