Tagged Questions
1
vote
1answer
135 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, ...
2
votes
6answers
826 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
439 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 ...
0
votes
1answer
258 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 ...
5
votes
5answers
305 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 ...
7
votes
1answer
347 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 ...
3
votes
1answer
251 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 ...