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
7
votes
4 answers

Can I use Fit/Fitnesse to test a .NET application?

Has anyone tried that? What's your experience?
Massimiliano
  • 16,770
  • 10
  • 69
  • 112
7
votes
3 answers

Parse Fitnesse RESTFul XML output into TFS Test format

I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process. I can run the Fitnesse Test suite in a RESTful manner (http://fitnesse.org/FitNesse.UserGuide.RestfulTests): http://myfitnesseserver/MyTestSuite?suite&format=xml and get…
David Laing
  • 7,605
  • 10
  • 33
  • 44
7
votes
2 answers

Formatting data in a Fitnesse RowFixture

I've got a Fitnesse RowFixture that returns a list of business objects. The object has a field which is a float representing a percentage between 0 and 1. The consumer of the business object will be a web page or report that comes from a designer,…
Ben Fulton
  • 3,988
  • 3
  • 19
  • 35
6
votes
2 answers

Is there a way to incorporate Fitnesse into C++ code?

I'm trying to use Fitnesse to interface with some C++ code, but the Fit Cpp project file provided on the fitnesse.org website doesn't work (it's VC++ 6 which I don't have but I do have Visual Studio 2005 and 2008). I can't even seem to open the…
Brian T Hannan
  • 3,925
  • 18
  • 56
  • 96
6
votes
6 answers

Suggest a test automation framework for my scenario

I am in the process of evaluating few test automation frameworks and would appreciate some input. We have a large credit processing business app and it has three endpoints: web ui, soap and basic http/post. My requirement is as below. Our QA is…
Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327
6
votes
5 answers

Can someone help explain Fit Testing to me?

So this is something that has been at the back of my mind for a while. I've seen mentions of it, I've read the fitness web page and I still don't quite grok it. It seems like Fitnesse is yet another testing framework like NUnit or MbUnit or any…
George Mauer
  • 117,483
  • 131
  • 382
  • 612
6
votes
3 answers

Slim .net: How do I debug test fixtures using visual studio?

I've figured out how to run my tests from the commandline using: java -jar fitnesse.jar -c MyFixturePage?test&format=text -d "c:/utils/fitnesse/" -r "FitNesseRoot" Using this as the startup parameters for my Fixture assembly project in visual…
Edward Wilde
  • 25,967
  • 8
  • 55
  • 64
6
votes
1 answer

How do I pass in empty values in Fitnesse test?

I'm using Fit/Fitnesse. I have a column fixture that looks like this. !|Get Stepstools Medication Id From Vocab and String| |Concept As String|Vocabulary Name Abbr|Vocabulary Concept Id|Stepstools Med Id?| |AMOXICILLIN|RXNORM|723|1| …
Marvin
  • 569
  • 6
  • 23
6
votes
3 answers

Fitnesse : Testing was interrupted and results are incomplete. Test Pages:

I am new to the fitnesse framework. I create the test using the https://schuchert.wikispaces.com/FitNesse.Tutorials.1 link. But I am getting the following error while running it. Testing was interrupted and results are incomplete. Test Pages: 0…
chetan sharma
  • 121
  • 2
  • 8
5
votes
2 answers

FitNesse for Delphi 2006 / Delphi 2007 /Delphi 2009

Is there a version of FitNesse that works on Delphi 2006/2007/2009? If so where can I find It? Are there any other programs like FitNesse that work on Delphi 2006?
Charles Faiga
  • 11,665
  • 25
  • 102
  • 139
5
votes
2 answers

Fitnesse : How to run specific tests across multiple Test suites

We use Fitnesse [FitSharp] and we have a requirement for a single fit test that will call and run individual tests that span multiple suites. I know we could put it in a batch file and run individual tests from there C:\Fitnesse\dotnet4\Runner.exe…
Liam
  • 1,267
  • 2
  • 17
  • 30
5
votes
2 answers

How to run tests in FitNesse/Slim headless?

we are considering to use FitNesse/Slim. But is there a way to start all written Tests without browsing the webpage and starting each manually ? It would be sufficient if there is a one-start-all kind of button somewhere to click. So either starting…
Emerson
  • 1,327
  • 2
  • 15
  • 24
5
votes
2 answers

FitNesse configuration files

I'm using FitNesse as a functional testing framework. I'm running into trouble when FitNesse runs code that needs configuration. If I need to get a connection string from the configuration file, I can get it to work by adding it to the…
grootjans
  • 592
  • 1
  • 6
  • 17
5
votes
1 answer

How to run a scenario in a loop with Fitnesse

I am using Fitnesse for testing our project's API, and I have created scenario tables for each interface, so we could send the request anywhere by calling the scenario. And now we need to execute the scenarios in a loop, based on a random looping…
rossisy
  • 53
  • 3
5
votes
2 answers

Fitnesse: No ErrorLogs generated in command line/linux environment

Running Fitnesse in Linux using a command line such as: java -jar fitnesse.jar -c "TestName?test&format=text" However, the system.out, which shows up in ErrorLogs in a PC environment does not get created. Is there a switch to turn this…
John Gray
  • 51
  • 3
1
2
3
47 48