Questions tagged [fitnesse]

FitNesse is an acceptance testing framework.

FitNesse is a wiki based testing framework and software development collaboration tool. It allows software teams to easily collaborate and define Acceptance Tests and to Run those tests and see the results.

FitNesse is authored in Java, and supports two types of test systems, known as and Slim .

FitNesse test behavior is driven through the development and use of components called fixtures, which are typically coded by developers or QA engineers. Fixtures are required to build the domain-specific language in which testers can model tests. Through this level of indirection, many tests can be accessible to, and written by, non-technical users.

Although written with native Java in mind, FitNesse also supports test fixtures written in through the use of another open source project, .

712 questions
-1
votes
2 answers

How to start fitnesse tests from ms test

I can see that it can be done from JUnit, I would like to run it from ms test framework instead. It is probably very similar. thanks Kenneth
kfn
  • 370
  • 1
  • 4
  • 21
-1
votes
1 answer

Overriding "Method Not Found" Exception in Fitnesse

I am trying to make a custom Exception message in Fitnesse that overrides the default 'Method Not Found' exception so that it prints out a message such as "This method does not exist. Available methods are ..." I have found ways to print custom…
Kyle
  • 884
  • 1
  • 8
  • 20
-2
votes
1 answer

Fitnesse: the instance decision table does not exist

!define TEST_SYSTEM {slim} !path D:\down\fitnesse-standalone.jar !path D:\down\fitnesse.jar !path D:\test\NewProject\bin\com\geekcap\fitnesse\fixtures !define COLLAPSE_SETUP {true} !define COLLAPSE_TEARDOWN…
-2
votes
1 answer

(FitNesse, Xebium, Selenium IDE) How to use Xebium format to click on a label?

I'm a very new for Xebium. I cannot use | ensure | do | click | on | id=text | to click on a checkbox because it is a label, id is look like hidden. So, is there any way to click from label? thank you for your suggestion :)
marie
  • 1
  • 1
-2
votes
1 answer

I installed fitnesse-editor for Eclipse but it is not working at all

windows->preferences no fitnesse Configurations right click not fitnesse option as well
Yu Jia
  • 233
  • 4
  • 12
-2
votes
1 answer

Could not find fixture: fitlibrary.spider.SpiderFixture

I try to set up Fitnesse with FitLibraryWeb for Selenium based web tests. The tutorial test at /FitLibraryWeb.SpiderFixture.SpiderTutorial.StartingWithSpider works (I changed the driver from firefox to chrome but that should not matter), but if I…
Fabian Schmengler
  • 22,450
  • 8
  • 70
  • 104
-4
votes
1 answer

How do i write BDD scenarios in fitnesse with .Net like Given when then format using Fitsharp

We need to write scenarios in Fitnesse in Given When Then (Gherkin) Is there any way to do this? like in java GivWenZen we are using fitnesse in .Net 4.0 using Fitsharp. scenario: Existing Fitnesse table- !define TEST_SYSTEM {fit} !define…
Abhijeet
  • 23
  • 3
1 2 3
47
48