hi, is it possible to change the values of the displaying result row. i am starting tests remotly from a machine that starts tests on many other machines....
hi, following suite will not performed correctly !|script|MyFixture| ... !see <TEstManagement.MyTests.Test1 only the Test Test1 will be performed, but not the...
... Hi Rick, im a little late for this thread but actually i am very in need to run a ggod part of our tests in parallel to speed them up. The developers want...
The Fitnesse wiki has broken links to CppUTest that supposedly has it. I found CeeFit, which seems to be untouched in the last 5 years. I found FitnesseCpp on...
Hi Dale, CSlim is the currently the most active and supported platform for using FitNesse to test against C and C++ code. the SliM protocol is nothing more...
Don't know if some variation of this will be any help. When I was working with C++ on windows some years ago we used FitNesse.NET (now called fitSharp) by...
... Does anyone have any experience architecting C++ apps in such a way that most of it can be run as managed code while unit testing it? This would make it...
Another approach is to compile tables in FitNesse tests into C++ code to run them. This is not currently supported by anyone, as far as I know. I have used...
Oh, I definitely understand the SLiM protocol and I also understand why it has problems in the real world. Here is a simple example showing a huge problem with...
I agree the Slim concept was great but the protocol as implemented has some major drawbacks. Slim is promoted as the latest and greatest because it has some...
Hi Dale, The problem with having more work done on the FitNesse side, as with Slim, is that it closes off options - as you've identified with Slim's serious...
Hi Udo, It will be a couple of weeks before I could look at adding this capability to FitLibraryRunner, even though it won't take long to do. A simple, first...
Iīm using Fitnesse with a C#.net application, which use Ajax. At my machine with IE + Windows 7, sometimes my Fitnesse wiki doesnīt execute the clik in the...
Iīm using Fitnesse with a C#.net application, which use Ajax. At my machine with IE + Windows 7, sometimes my Fitnesse wiki doesnīt execute the clik in the...
Dale, You are right, values are sent as strings. With CSlim, all of the formatting is up to you in your fixtures, so if you format your floats consistently,...
... By then you've reimplemented most of Fit. Cheers, Rick...
18203
Richard
legalize@...
Sep 14, 2011 12:01 pm
In article <j4l7m4+qher@eGroups.com>, ... Sorry I missed this thread earlier. This is a very busy mailing list and there's relatively few messages that deal...
18204
Richard
legalize@...
Sep 14, 2011 12:01 pm
In article <22B5D170-E41D-486B-BA17-0EFA91ABEDE5@...>, ... using FitNe sse to test against C and C++ code. Last I checked, CSlim was using a C API,...
18205
Richard
legalize@...
Sep 14, 2011 12:01 pm
In article <4E6E8117.9080702@...>, ... of ... In my experience, this isn't really practical or useful unless you've already decided to write a...
Hi Dale, just to re-address your point here, as Doug already did. I am assuming that you are not using floats to represent dollar amounts. In Slim for Java you...
... That's basically what I figured out. ... Yes, please. Github is definitely the way to go. ... Yeah, I'm done with SLiM. I just can't stand the way the...
... And that is the problem, I spent many hours doing nothing but changing the format of that data to satisfy SLiM. The way I was generating much of that test...
... Actually, that system was using floats. That decision long predated me and there were known problems with it. That was one of 1000's of problems that...
Actually, now I reread this, it's not at all clear. My idea is to have an extra command line parameter to FitLibraryRunner, which specifies that all the tests...
... I pulled it into GitHub at https://github.com/dalewking/FitnesseCpp You can either fork it, I can give you access, or cant transfer ownership to you....
18213
Richard
legalize@...
Sep 15, 2011 5:23 pm
In article <j4r1ih+33ue@eGroups.com>, ... Let me take a look at it this weekend. I prefer mercurial over git, so I need to experiment to see how well...
18214
Richard
legalize@...
Sep 15, 2011 5:23 pm
In article <j4r5ct+67f1@eGroups.com>, ... Yes, but the advice is basically to take your C++ code and expose it as a C function so that CSlim can call it. In...
You can also write fixtures that create C++ object and make call in them. There is an example in the library (fixtures/FixtureInCpp.cpp) CSlim is written in C...
The Fitnesse tests are not browser dependent. So http://localhost:<port_number> is all thats needed. Same behavior is observed in Firefox, chrome and Internet...