I have a DecisionTable (using SLIM) where I want to test for the current day using !today(yyyyMMdd). When it's outside of the DecisionTable it displays...
I can no longer build fitnesse in Intellij after pulling the latest version. It's looking for stuff in lib that isn't there any more. -- Cheers, Mike...
(I thought I posted this already but can't find it.) I get intermittent failures from 'ant all'. Is this expected? A common failure is about authorization....
Before running additional tests I would like to confirm my database tables are correct. ... It throws Standard Error: com.ibm.db2.jcc.a.SqlException:...
Hi, (Fitnesse Version 20120207, combined with FitSharp 2.2) Currently I am working on some UI-tests using Fitnesse. There is a global suite (lets call it...
All, Wondering if there is a way to change the default template when you add a new page. I want to add some basic information all users should enter when...
Hi, See below from my dos session using the latest build. When I use the old one from 2011 on http://fitnesse.org/FrontPage.FitNesseDevelopment.DownLoad it...
Hi all, Slowly making my way through this. My PUT calls send a number of values in the request, but it's not XML. I see from the code that I can use...
Good afternoon, Is there any way to read from an .xls file rather than .csv? ... !|fitlibrary.DoFixture| ... 1=Mr 2=John 3=Smith ... This works fine, @{1}...
Hi all, I'm new to Fitnesse and RestFixture, but I'm having a hard time finding usable documentation and examples for RestFixture. When I try to access the...
To access the Rest APIs that I would like to test with the RestFixture, I first need to log in to the server. The first step is to get the log in page which I...
Hi, I am at a Singaporean Bank nowadays and I have been trying to introduce Fitnesse as a way to test their services. However the security folk are a little...
We are trying to create a symbolic link for an external folder. It is working perfectly with URL. But not working with command line or with ant script. ...
Hi - Basically, I'm trying to pass in my authentication credentials and hit my server for a very simple PUT. It must be something wrong with my table, but...
Hi all, In order to keep my tests simple, I often reuse suites of tests by means of SymbolicLinks. top-level-page1 => symbolic link => Test A top-level-page2...
Hi Was wondering if i could get some noob help. How can i use theese both to verify 15ish hyperlinks on a html page? If anyone could tell me some tips or...
Hi everyone, I have a problem with the HelloWorld tutorial. When I run the test, I get the following error: System.ApplicationException: Type 'dbfit.MySqlTest'...
Hi all, Apologies for yet another question... Using spiderfixture i am struggling to select values from dropdowns based on the text. ... Text wasn't changed...
Hi All, I have a xpath like //div[@id="NodeBuilder_123"], in which numeric value is dynamic. I am trying to use regular expression to handle this. I have tried...
Hi all, Does anyone know if its possible to increment variables with fitnesse and fitlibraryweb? I can do the following to set a variable to another variables...
I'm fairly new to Fitnesse/Selenium/SpiderFixture, and I've been trying to implement a drag-n-drop ui test using SpiderFixture. I was able to create a script...
I'd like to let the group know about ant-fitnesse (https://github.com/backstop/ant-fitnesse), a custom Ant task we developed to run Fitnesse tests. It lets you...
Is there a way to run a suite and have a tag applied to every page that failed? I have a large number of pages, but only a few failures. I want to re-run the...
Hi all, I'm having issues trying to close a dialog pop up when click on a test environment URL. Im using FitLibraryWeb and FitSharp. Has anyone found a...
Hi all, I have a test which returns the value of a variable, and i was wondering if there was some way of prefixing this to allow it to be more easily...
We're using java/FitLibrary to run our tests. A useful interface for us has been Rule, but I'm bothered by something. SLIM has a DecisionTable, which will...