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

720 questions
5
votes
2 answers

getElementById from another page

I am trying to get one div from one webpage URL to another webpage and display in plain text using getElementById without using AJAX or jQuery because I'm going to implement it in FitNesse. Is there a way to pass the URL?
Safi Naseen
  • 123
  • 1
  • 2
  • 4
5
votes
4 answers

Reports in Command Line FitNesse

How do I generate reports from Command Line FitNesse ? And, what types of reports are possible? xml, txt, plain?
Andersson Melo
  • 764
  • 1
  • 13
  • 32
5
votes
3 answers

Display Fitnesse XML reports within Hudson GUI

After running fitnesse test using testrunner, I get an xml file containing all the results. Now I can't figure out how to display those results within the hudson GUI for a specific job. I've surfed the web, and what I found is a couple people…
Yohann T.
  • 1,915
  • 2
  • 23
  • 28
5
votes
5 answers

Web service testing framework with interface for business users

I'm looking for a web service testing framework that has a good built in text input / output gui. The point would be for business and other non developer users to be able to test requirements by using a simple gui that they could enter values into…
nash
  • 3,020
  • 6
  • 38
  • 53
5
votes
2 answers

How to include all ancestral SetUp pages in FitNesse subwikis?

I have a SetUp page at the root level which works fine. However, when I add a subwiki in FitNesse and I want to put a SetUp page at the level of the subwiki. This gets included but then the root level SetUp doesn't. For example, with the following…
Mike Scott
  • 12,274
  • 8
  • 40
  • 53
5
votes
2 answers

Web application testing using FitNesse and soapUI - any best practice on test management and maintainability?

To all test automation experts :-) ! I'd like to hear your opinions on the following scenario: There is a web application that I need to test. I have to run back-end tests on the server and front-end tests on the client. I also need to run…
David Kaplan
  • 53
  • 1
  • 6
4
votes
1 answer

Fitnesse command line fixture

Does anyone have/"run into" a Fitnesse a Windows commnand line fixutre? I need to run executables then run my test suites and would appreciate if someone has such a fixture laying around. Basically, what I am trying to do is the…
Ali
  • 2,163
  • 1
  • 16
  • 18
4
votes
0 answers

Fitnesse Git Plugin ClassNotFoundException

I've followed the guide to install this fitnesse-git-plugin for fitnesse and I'm getting a class not found error. When I run java -jar fitnesse-standalone.jar I get the following output SEVERE: Error while starting the FitNesse [Unable to…
Colonel Mustard
  • 1,482
  • 2
  • 17
  • 42
4
votes
1 answer

How to suppress WikiWord formatting for variables in Fitnesse

I am using the ${varname} syntax to reference an environment variable in one of my Fitnesse tests, in the form of | check | Project Name | ${PROJECT_NAME} | Most of the time this works fine, but occasionally the value of the environment variable is…
highlycaffeinated
  • 19,729
  • 9
  • 60
  • 91
4
votes
4 answers

End to end testing framework recommendations

I am in a new project that is looking to include an end to end testing framework. We want something flexible, I've used Fitnesse before and I think we need something similar to it. We are also using Hudson CI and are looking for something that would…
Iker Jimenez
  • 7,105
  • 9
  • 49
  • 46
4
votes
3 answers

FitClient: external process terminated before a connection could be established

On executing a simple Fitnesse test, I am getting the error : "FitClient: external process terminated before a connection could be established." On the Fitnesse server, the error is: "software caused connection abort socket write error" .Net…
SystemQA
  • 41
  • 1
  • 4
4
votes
2 answers

Fitnesse with .NET gets mysteriously stuck when running suites

( Of course I can state this is "mysterious" because I have not been able to identify the problem. I am hoping it will be obvious to one of you erudite readers and that you can enlighten me :-) Running a single fitnesse test in my browser (FireFox…
Michael Sorens
  • 35,361
  • 26
  • 116
  • 172
4
votes
3 answers

FIT-like testing in the .Net world

I managed to get FIT up and running using fixtures implemented in C#. I really like the concept, but the infrastructure does not fit in my environment. FIT and source code management do not work together easily and having a Java server up and…
Achim
  • 15,415
  • 15
  • 80
  • 144
4
votes
4 answers

Dbfit cannot find fixtures

I wrote the folowing test but am getting error: Could not find fixture: Connect. !path lib/*.jar !|Import| !|dbfit.SqlServerTest| !|Import| |dbfit.fixture| !|Connect|Data Source=ACER\SQLEXPRESS;Initial Catalog=NopCommerce;Integrated…
Ibexy I
  • 1,123
  • 6
  • 16
  • 29
4
votes
1 answer

How to integrate Fitnesse with Autofac/IOC?

When Fitnesse instantiates a fixture, it looks for a default public constructor. However, I would like to constructor inject whatever application services I want to consume in the fixture. I.e. I would like to write my fixture this this... public…
NeedHack
  • 2,943
  • 3
  • 30
  • 44
1 2
3
47 48