When you return an object the rest of the table will be executed on it. ... -- Cheers, Mike Stockdale /fit/Sharp <http://fitsharp.github.com> Syterra Software...
19299
Mauricio
m_tanjibr
Aug 2, 2012 9:10 am
Hi people, I´ve been using Fitnesse for a few weeks from now and there are already about 20 different fixtures among Decision Table fixtures and Query Table...
19300
sergezukov
Aug 2, 2012 9:11 am
Yes, you can but you would have to downgrade to the lowest common denominator. You'll need to get your test runner use x86 otherwise FitNesse will not be able...
19301
poddarsumit2003
Aug 5, 2012 10:23 am
Hi The userguide does not clearly state how to use relative paths in !include. Currently I use absolute paths .FrontPage.Tests.Test1 to link to other pages or...
19302
paulware8
Aug 5, 2012 10:41 am
I'm also having this trouble running pyFit on linux...
19303
poddarsumit2003
Aug 5, 2012 12:01 pm
The relative path does not seem to work Have got .FrontPage.TestOne.TestTwo and .FrontPage.TestOne.TestTwo.TestThree In TestThree fitnesse page if I do ...
19304
Gregor Gramlich
gregorgramlich
Aug 5, 2012 4:25 pm
Hi Sumit, there is some information in the SubWiki section http://www.fitnesse.org/FitNesse.UserGuide.SubWiki Gregor 2012/8/2 poddarsumit2003...
19305
ss ss
sillyme23666
Aug 6, 2012 3:26 pm
I've got RestFixture up and running, but I need a little help with the logging. I'd like to see the exact REST call that RestFixture is sending but can't...
19306
dbpatel219
Aug 6, 2012 3:26 pm
I still can't get this to work. I'm doing something as simple as. In SuiteSetUp ... In test ... Using FitLibraryWeb latest stable version. Dharmesh...
19307
bytecode_01
Aug 6, 2012 5:20 pm
Can someone please point me where this is available? Thanks...
19308
Ishan Oshadi
ishanoshadi
Aug 6, 2012 8:46 pm
Hi all, At my shop we use RowFixtures a lot with FitNesse - Java, v20090818. I'm changing the return value (Class) of the fixture's getTargetClass method...
19309
ss ss
sillyme23666
Aug 7, 2012 5:24 pm
... The first RestFixture call sends a transaction to my server that results in a job ID, which I'm trying to save using LET as jobId, so that I can use it in...
19310
GibsonBG
Aug 8, 2012 4:23 am
I am stuck. I need to create a fixture to run a DataStage job (using C/C++ API) and I do not have the skills to get it done. Has anyone done this? Willing to...
19311
John Lockhart from we...
john_webtestnz
Aug 8, 2012 5:14 am
Hi, I don't know what check does, can't immediately find it, and my test fails when I use it saying it doesn't know what it is, but if I change check to show...
19312
Doug Bradbury
bradbury02
Aug 8, 2012 4:10 pm
Hi Brain, I would suggest that you use CSlim to create a fixture that will make the calls into the C/C++ API that you are hoping to use. ...
19313
Dharmesh Patel
dbpatel219
Aug 8, 2012 7:08 pm
Thanks John, Adding SuiteFixture does solve the problem. Dharmesh On Wed, Aug 8, 2012 at 1:14 AM, John Lockhart from webtest.co.nz < ... -- Dharmesh Patel...
19314
thennam_fitnesse
thennam_fitn...
Aug 9, 2012 7:07 am
Hi Markus, Could you please explain more about "static lookup"? Thanks, Thennam....
19315
GibsonBG
Aug 15, 2012 1:20 pm
Perhaps I am on the wrong path...I downloaded dbfit and fitSharp and was hoping to use those with an extension of a fixture to run a DataStage job via a C/C++...
19316
GibsonBG
Aug 15, 2012 1:20 pm
Update: I found this by Mike Stockdale (http://www.asoftwarecraft.com/2011/07/command-line-execution-in-storytests.html) on running programs from command line...
19317
Kobus
kobusdeville
Aug 15, 2012 1:20 pm
We are in the middle of our project and decided that we want to capture error messages using log4net to make debugging and research a bit easier. We definitely...
19318
sasikalaselvakumar
sasikalaselv...
Aug 15, 2012 1:47 pm
Hi All, I need to check the value of the label as "100 " (That is empty spaces at the end) As it trimmed by default, when i define expected as |100 |. Pls...
19319
fab_can
Aug 15, 2012 1:50 pm
Hi try to explicitly add log4j.xml to the !path directive; for example !path /path/to/my/log4j.xml then in your log4j.xml you could enable tracing for...
19320
muziehoversoft
Aug 15, 2012 1:50 pm
I'm trying to use -c option for fitSlim runner. In my config file I put AppDomianSetup section. Unfortunately when I try to run my test I'm gettin fallowing...
19321
Kim Gräsman
kimgrasman
Aug 15, 2012 2:49 pm
... Have you tried qualifying it as "System.AppDomainSetup"? We use that with Fit folderrunner, and it works fine, but I'm not sure if there's something...
19322
Dan Woodward
rsidan
Aug 15, 2012 4:32 pm
FitNesse always strips trailing spaces in comparisons. It can be really hard to deal with the trailing spaces as you can define table cells of arbitrary...
19323
Kim Gräsman
kimgrasman
Aug 15, 2012 7:14 pm
Dan, Sasikala, ... I don't use FitNesse directly, but isn't this what the "as-is" escaping is for? ...
19324
Mark
mslmatten
Aug 15, 2012 11:34 pm
Hi Brian, It looks like you're using the original dbfit (1.1) distribution. I'm not even sure that contains fitsharp. If you have fit.dll and fitlibrary.dll in...
19325
jan.duyck@...
jan.duyck
Aug 16, 2012 12:02 pm
... Van: "Mark" <mslmatten@...> Aan: fitnesse@yahoogroups.com Verzonden: Woensdag 15 augustus 2012 23:47:33 Onderwerp: [fitnesse] Re: Help Creating...
19326
ss ss
sillyme23666
Aug 16, 2012 7:05 pm
Hi Fabrizio - I've done all that. My log4j.xml and jar is in my /RestFixture/lib directory, my path to it is correct in the test page, they are the only...
19327
ben.biddington
Aug 16, 2012 9:14 pm
We are using setup fixtures to configure our data, and are running into the classic object mother problem -- endless overloads. What other options do I have?...