FitNesse is a software development collaboration tool, a software testing tool, a wiki, and a webserver. It's used for specifying and running acceptance tests, and the goal is for those tests to be accessible and readable by customers, testers, and programmers to enable better discussion.
1
vote
0answers
38 views
Fitnesse + WebDriver: any working solution?
Could you please tell me if there were any attempts to integrate Fitnesse and Selenium WebDriver? I'm looking for something like Selenesse (https://github.com/marisaseal/selenesse), but for WebDriver, ...
7
votes
1answer
339 views
Test Automation for SAP
I'm evaluating a number of test automation framworks to implement on a SAP project.
Right now I'm looking at
Fitnesse, which we believe we can write some fixtures for, to call SAP
Green Hat, which ...
2
votes
1answer
259 views
Choose tests cases to run from Fitnesse test suite
We have a complex Fitnesse suite with tens of subsuites, includes and symbolic links. Sometimes we don't want to run the whole thing and would like to run selected test cases and not run the others. ...
1
vote
1answer
125 views
Fitnesse editor with syntax validation?
We use Fitnesse with tens of project-specific fixtures to design the tests. However, writing the correct test is tedious, because of some trivial errors we make:
Syntax errors: unclosed tables, ...
3
votes
2answers
766 views
WebDriver exception
I am using Fitnesse in order to define some selenium tests.
We got all of them running under CHROME but under FIREFOX some
exceptions are arising.
For running the tests I am using the external chrome ...
0
votes
1answer
252 views
Service layer automation using Fitnesse
Does anybody used Fitnesse before? I am new to Fitnesse trying to set the automation framework at the Service layer. Any idea of how to do it in Fitnesse and any resources would be greatly ...
2
votes
6answers
758 views
Is FitNesse the only DSL for Selenium, or is there another DSL available?
I'm looking for a DSL for Selenium (or another testing tool) that will allow a non-programmer to automate functional tests.
0
votes
5answers
409 views
How do fitnesse and selenium work together
I have read about Fitnesse in a number of books but when I look on the web I don't see much activity with it.
And a newbie question - how does fitnesse fit into the Selenium world? Are they ...
5
votes
5answers
302 views
Failed automated tests: how to distinguish known and newly introduced bugs?
Use case: Fitnesse is used for automated testing of the web site.
SUT (software under test) contains a known bug. Say, we expect that web page contains "Changes saved successfully" string but this ...
3
votes
1answer
249 views
Using FitNesse with .Net across multiple servers
My previous work involved writing embedded Linux code. We used a couple of the embedded devices in a test harness, a Linux PC and the Windows Perforce repository. The Linux PC ran an instance of ...