Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

fitnesse

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3718
  • Category: Testing
  • Founded: Feb 26, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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...
8 Jul 3, 2012
6:45 pm

Mike Stockdale
jediwhale
Send Email

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...
7 Jul 3, 2012
1:24 am

Mike Stockdale
jediwhale
Send Email

(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....
2 Jul 1, 2012
10:59 pm

Mike Stockdale
jediwhale
Send Email

Before running additional tests I would like to confirm my database tables are correct. ... It throws Standard Error: com.ibm.db2.jcc.a.SqlException:...
2 Jul 1, 2012
1:30 pm

Mark
mslmatten
Send Email

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...
2 Jun 30, 2012
7:54 am

Gregor Gramlich
gregorgramlich
Send Email

I just pulled the latest source and unit tests are failing. Something I need to tweak in IDEA to tell it where the resources are? ...
8 Jun 28, 2012
2:58 pm

Mike Stockdale
jediwhale
Send Email

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...
4 Jun 27, 2012
12:33 pm

Arjan Molenaar
arjan.molenaar
Send Email

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...
2 Jun 26, 2012
6:17 pm

Gregor Gramlich
gregorgramlich
Send Email

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...
4 Jun 26, 2012
5:24 pm

fab_can
Send Email

Hi All, Is there any way to accept all SSL certificates in SpiderFixture when page gets loaded? Thanks in advance!...
6 Jun 26, 2012
1:49 pm

blooming_ixia
Send Email

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}...
2 Jun 26, 2012
1:01 pm

Darren Rowley
rowleydm
Send Email

The saga continues. I decided to start looking at individual suites and when I run a Slim-only suite, such as: ...
8 Jun 26, 2012
11:52 am

Bart Vanherck
bart.vanherck
Send Email

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...
4 Jun 24, 2012
12:13 am

fab_can
Send Email

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...
2 Jun 24, 2012
12:13 am

fab_can
Send Email

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...
7 Jun 22, 2012
11:35 am

Paulo Santos
st.pauloc
Send Email

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. ...
1 Jun 21, 2012
7:47 pm

fazil.vadakkumpadath
fazil.vadakk...
Send Email

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...
2 Jun 20, 2012
5:56 pm

Gregor Gramlich
gregorgramlich
Send Email

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...
2 Jun 20, 2012
3:24 pm

ruedifit
Send Email

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...
1 Jun 20, 2012
1:11 pm

ahmedntnu
Send Email

Hi fellows, Am I correct in thinking the rest runner <http://fitnesse.org/FitNesse.UserGuide.CommandLineRestCommands> is -- as implied here ...
1 Jun 19, 2012
10:29 pm

ben.biddington
Send Email

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'...
5 Jun 19, 2012
3:17 pm

Mike Stockdale
jediwhale
Send Email

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...
3 Jun 19, 2012
3:04 pm

Steve Rushby
rushby1
Send Email

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...
3 Jun 18, 2012
10:25 pm

blooming_ixia
Send Email

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...
3 Jun 18, 2012
7:43 pm

rushby1
Send Email

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...
2 Jun 17, 2012
12:33 am

Darren Rowley
rowleydm
Send Email

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...
1 Jun 16, 2012
3:25 am

gshakhn
Send Email

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...
1 Jun 15, 2012
3:57 pm

jhancock8
Send Email

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...
5 Jun 15, 2012
11:57 am

Steve Rushby
rushby1
Send Email

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...
3 Jun 15, 2012
1:06 am

Steve Rushby
rushby1
Send Email

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...
5 Jun 11, 2012
4:02 pm

Matt Sales
matt72537
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help