Hi, I'm trying to run fitnesse for the first time and I can't get any of my tests running. I simply get a message that there were zero tests run, and none...
In order to set a Java attribute with ServiceFixture, the attribute must have the word 'get' infront of the value for a getter and 'set' for a setter. This is...
Hi All, Can arguments be passed to DoFixture (JAVA version) via URL Query String? Eg. http://localhost:8085/SandBox.TestEmail?test&myarg=myvalue I need to get...
I'd like to insert the current date in a database table using DbFit. I've tried to put sysdate in the corresponding cell, but it didn't work, because it tries...
I'm having an issue with what seems to be !contents -R to recognize my children test pages with Suites using multiple symbolic links. Let me first start by...
Is it possible to create a table in FitNesse not intended to be executed? I need to display some tabular data as an additional information for the reader. But...
Hello all, I am new to FitNesse and i am testing this SourceCode (in Java): " package fittesting; import fit.ColumnFixture; public class TestMean extends...
I downloaded FitNesse PyFit and CppTestTools. I have no problems with Java and python. But i am a bit confused with c++. Is there any other documentation but...
Hi, We have been using Fitnesse for awhile for application testing in C#. I am starting to do some testing of web applications using Selenium. I am trying to...
Hi, everybody! Although DbFit is a great thing to test databases, there's a rather serious problem with using stored auto-generated ids in Query and Ordered...
Hello everyone, I would like to get the test name (i.e. the web page's title) in a fixture (DoFixture) at runtime. My goal is to print out the test name in the...
Hi , I am new to fitnesse, I am using it for testing web application using java fixture which extended DoFixture. ... Now, my question is, can i repeat the...
does anybody try to use/port/think about dbfit on python/pyfit. I would be interested on any thought on the topic. By the way has dbfit any benefit over using...
Is there a way to combine a DoFixture test with SuiteSetup? Our tests run against database backed business objects. The SuiteSetUp populates the tables with...
This is the way my table looks like ... After I run this test I get Could not find fixture: EnterName and Could not find fixture: PressSave. I was searching...
This is probably answered already but I'm having trouble figuring it out: I'd like to deploy my fitnesse tests so that they're runnable via the wiki server. If...
We don't seem to be able to use the show command of the dofixture. It used to work with FitNesse 2006 but not with FitNesseRelease20070619. We use the files...
Hello everyone. I am currently working on publishing - to SourceForge - a Delphi FIT server for FitNesse. That being said, I would like to use the FitNesse...
I have a couple of questions about FitNesse releases: On the FitNesse download page, the latest release is from 20070619. Looking at the recent history of...
Is it possible to define a variable in one page, and have that variable override a variable defined in an included page? I'd like to be able to create common...
I am trying to make the same examples of ServiceFixture from the Fitnesse page to Fit, ussing fitPro, running in Eclipse.... The classe is CreateCustomer,...
Hi, FitNesse allows us to to create and run test suites using subwikis. However,when the test suite is run then, the tests are run with no articular order.(I...
Ibegin to work with ServiceFixture following the example in http://servicefixture.sourceforge.net/wiki/index.php/Tutorial. When I tried to create my Service...
All: Hope it is ok to post this inquiry here. I am currently looking for tools that can help my organization to improve the testing process. In a nutshell the...
What does the "PIM Supplier/Retailer Automation By 'Sai Panchumarthy39;" mean on the fitnesse.org homepage? has the site been hacked or is this some internal...
I am using DbFit to compare the result of an insertion in an Oracle database. One of the tables has a column of DATE data type. When I run a "SELECT * FROM...
Is there any chance to combine response from DbFit with Selenium. What I want to achieve is to verify GUI against DB. On my GUI I havea text like: "Your...