Hello, I have a question about mixing Scenario table (which is part of Slim fixtures) with the DoFixture (which is part of the FitLibrary). I want to combine...
Hi All, I want to select a radio button in my test. The radio button has value which is dynamically generated. I want to get attribute value and pass it in...
All, I have a test to go to a url, check title and login by entering login info. It works fine on firefox but when I try to run the same on IE it checks title...
You could try to save your object created in the Setup in a symbol. Then you use the symbol in your test page(s) and the TearDown. Another option is to use a...
Hello group, We have been using Fitnesse for 1 year now and we start to have a good idea of its current limitations. Here is the list of features that, we...
Hi all, I just merged the new FitNesse layout (which was developed on a separate branch) with Unble Bob's code base. Please give it a try. I'd like to get some...
Good evening all, I've recently set up FitSharp, but i'm having issues with command time outs on SQL queries that run for some time (note: not connection time...
Hi, I'm looking through the source and keep coming across the ChunkingResponder. I know that is the thing that does the core work of running the tests, but why...
Hi, is it possible to start my SUT (Swing Application) from a specific directory. Currently i must copy a lot of files and directories from my SUT in the...
Hi As a very avid Fitnesse user, I feel that when you have hundreds of tests running every day and night, that it's very hard to tell when those tests fail for...
Hi, During some refactoring i came across a class named fitnesse.runner.FormattingOption. Is this still supported functionality? Looking at the implementation...
Hi, I am currently migrating a fitnesse installation to the latest version. The version which is currently used is based on the old paser an there are some...
Hi all, I want to import my fixture results to an XML file.When i say results,its just not how many are wrong or right but also which particular columns are...
Hi, For some time now I've been busy moving all layout related code to velocity templates (previously a lot of html was produced from java code directly). This...
Hi all, I am using Trinidad maven plugin to run local tests stored under my PROJ_DIR/src/main/fitnesse POM is updated to have Trinidad run my tests in...
Dear all, I am using Trinidad Maven Plugin (org.linuxstuff.maven:trinidad-maven-plugin:20120309) with Fitnesse ver 20111025. It run fine when I am running...
Hi, I'm trying to use fitnesse to test my application. The problem that i'm facing is i have a particular string field in my fixture.When i give it a default...
I'm trying to run my FitTest which works locally from our build process which uses ANT. <target name="fitnesse-test" depends="fitnesse-check,fitnesse-init" ...
Has anybody tried out DbFit with Sql server 2012 yet. Does it work? or will we need to create a new implementation of IDbEnviroment that works with SqlServer...
This question is in fact base on a question I asked in StackOverflow: http://stackoverflow.com/questions/9731442/fitnesse-running-remote-test-\ cases-locally ...
When I run fitnesse on the command line it works fine. However when I try to install it as a windows service using Java Service Wrapper I get this error: INFO...
Hello, I am trying to use Fitnesse for my acceptance testing and am stuck at one of the areas. Here is the scenario * There are multiple Hair Salons in class...
I would like to refactor my system and move a bunch of topics to a SubWiki. I know the re-factor key is available on the page but I have hundreds of pages to...
Hi All, We have Fitnesse steps (giv wen zen) in bdd.steps package which were working fine for the past 6 months. Suddenly since Friday we are hitting the...
hello, I am running into a strange issue: When I run my test page, fitnesse gives me the following results: Assertions: 6 right, 2 wrong, 0 ignored, 2...
Hello, We are using fitnesse in our of our projects and are considering expanding the application to fit our needs. The main functionality we are looking to...
Hello, Could you please help me out in getting some information regarding the Testing tool FitNesse. I have been developing an embedded system in VXWorks...
All: Has anyone tried integrating FitNesse and Robotium (Android Test Tool)? Currently using FitNesse for back end testing but use Robotium to test our Android...