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.

learn more… | top users | synonyms

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 ...
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, ...