Tagged Questions
FitNesse is an acceptance testing framework.
17
votes
5answers
3k views
How do I add fitnesse pages to version-control?
What is the recommended practice? Should I add the my sub-folder under the fitnesse folder to version control?
Context: working on a single developer rails pet project. I've my rails project ...
12
votes
3answers
1k views
Why Fit/FitNesse?
What's the point of using Fit/FitNesse instead of xUnit-style integration tests? It has really strange and very unclear syntax in my opinion.
Is it really only to make product owners write tests? ...
6
votes
1answer
193 views
Spock vs FitNesse
I've been looking into Spock and I've had experience with FitNesse. I'm wondering how would people choose one over the other - if they appear to be addressing the same or similar problem space.
Also ...
6
votes
3answers
718 views
Using FitNesse rather than NUnit
As I've understood it, there's a couple of cases when you may want to use FitNesse.
You want to do acceptance testing rather than unit testing.
You want to use it as a communication tool with the ...
6
votes
5answers
415 views
Fitnesse- Should tests talk to the database?
We are trying to use Fitnesse for our Functional test. Should i be mocking dependencies or should it be testing against the database?
What are the Pros/Cons of either of the approach?
The whole ...
6
votes
7answers
1k views
How do I setup FitNesse for use with .NET?
I'm trying to get started with FitNesse for .NET on Windows Vista. In all tutorials I find on the web I'm told to execute the run.bat file, but all i get when downloading the latest release is a ...
5
votes
2answers
187 views
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 ...
5
votes
5answers
449 views
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 ...
5
votes
4answers
795 views
How can I expire all my sessions in Tomcat?
I would like to expire all my sessions in Tomcat. We test our product under Fitnesse and some sessions remain and the end of the session causes dependency between the tests. I do it by hand with the ...
5
votes
5answers
2k views
Automated testing of Windows Forms
We're doing automated acceptance testing of our windows forms apps. We're using Fitnesse to have our business people write the tests, and then writing C# fixtures to carry out the tests.
We're ...
5
votes
5answers
600 views
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 ...
5
votes
3answers
6k views
How do regular expressions work in selenium?
I want to store part of an id, and throw out the rest. For example, I have an html element with an id of 'element-12345'. I want to throw out 'element-' and keep '12345'. How can I accomplish this?
I ...
4
votes
1answer
105 views
Schema and Stored Procedure tests using Nunit
We have various systems where the majority of our business logic is within stored procedures. We need to write some tests that basically check data has changed in the expected way when a stored proc ...
4
votes
5answers
955 views
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 ...
4
votes
3answers
420 views
4
votes
4answers
2k views
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):
...
4
votes
3answers
215 views
How to find unexecuted code
Greetings,
I have a large number of fitnesse tests for a project (1000+). Over time as features change, and shared fixtures come and go we have been left with unused orphaned code. But how to find ...
4
votes
2answers
926 views
How to pass arguments to the Fitnesse .NET command line task runner
I have a Fitnesse.NET acceptance test suite that I want to run as part of my TFS/MSBuild CI build.
The suite contains some Fitnesse variables that I need to override when calling from the build ...
4
votes
2answers
2k views
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 ...
4
votes
2answers
943 views
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 ...
4
votes
2answers
985 views
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 ?
3
votes
2answers
386 views
Fitnesse Slim with C# getting slim protocol version error
I'm a noob with Fitnesse/Slim. I downloaded the latest fitnesse.jar and C# slim (v 1.8) and I'm getting the following error when attempting to follow along with the tutorial:
Slim Protocol Version ...
3
votes
4answers
558 views
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 ...
3
votes
2answers
300 views
Why use FitNesse when the tests are highly technical?
It seems to me FitNesse has the following advantages:
Let a non-technical person define sets of test data and expected results (how they define success). A non-technical person could be a user, a ...
3
votes
1answer
328 views
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 :-)
...
3
votes
1answer
328 views
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 ...
3
votes
2answers
989 views
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 ...
3
votes
2answers
453 views
Fitnesse Framework regular expressions possible?
Is there an easy way in Fitnesse to check cells based on regex patterns? This should work for all the possible fixtures like "query table", "decision table" and so on. E.g. if results(rows) are ...
3
votes
4answers
984 views
Fitnesse vs anyother subsystem testing tool
We are currently using Fitness for subsystem testing.
we are having lot of issues using the tool, few to mention
Development time for writing Fixture is more then writing the actual code
Issues ...
3
votes
1answer
290 views
Test framework for [insert language here]
I am looking for a test framework to introduce automated tests for a language without much test support. As far as I can understand, I need a framework that's capable of running the VDF tests using ...
3
votes
1answer
361 views
FitNesse Wiki Per Project or Company?
For a company with many development projects, should you create multiple FitNesse wikis (one for each project/product) or contain them all within a large wiki for everything?
Advantages of one large ...
2
votes
2answers
37 views
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 ...
2
votes
0answers
25 views
Fitnesse tool for VC++ environment
I have been told to test a codebase using Fitnesse tool. But the problem is that the code is written in VC++ with MFC and other windows programming things (of which I have no idea at present).
I know ...
2
votes
0answers
65 views
FitNesse/Waferslim Tabletable with multiple rows
I'm using Waferslim to tie in to Fitnesse with Python. I've gotten the interaction working properly, however, I'm having problems implementing the Tabletable type in FitNesse. The Waferslim example ...
2
votes
1answer
159 views
Testing thirdparty API through Fitnesse
we have to test few of the APIs which are lying on the remote machine which needs to be tested using fitnesse.
We have some pre conditions.
We need to use webservices for testing these APIs. And ...
2
votes
2answers
280 views
Testing and Continuous Integration architecture approach using nUnit and FitNesse
I'm looking for opinions and thoughts surrounding testing and Continuous Integration using nUnit and/or FitNesse.
We develop applications, both windows and web with .net and are using TeamCity for ...
2
votes
3answers
852 views
Fitnesse - Standard fitSharp configuration problem with .NET 4
I have been using Fitnesse.NET for some time and am now attempting to upgrade to the newer fitSharp engine. I immediately ran into a roadblock though. Starting with a fresh system, I downloaded the ...
2
votes
2answers
148 views
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 ...
2
votes
1answer
251 views
Fitnesse deployment practices
Is there some documentation on the best ways to organize the deployment of Fitnesse for use in projects?
I have many questions:
How should it be stored? Should the whole fitnesse root be stored in ...
2
votes
1answer
72 views
How do you create an “empty” FitNesse site
I'm trying to start a blank FitNesse akin to what Uncle Bob did here: http://vimeo.com/2765514
I'm using release 20100303 and I cannot find how to prevent an entire "Welcome to FitNesse" site to ...
2
votes
3answers
191 views
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 ...
2
votes
1answer
148 views
How can I adjust the CommandTImeout in DbFit for long running queries?
Is there any way to increase the CommandTimeout for DbFit queries? I have a long running stored procedure that times out when running it in a DbFit Test.
It's possible for the procedure to run for a ...
2
votes
3answers
294 views
Reports in Command Line FitNesse
How do I generate reports from Command Line FitNesse ?
And, what types of reports are possible?
xml, txt, plain?
2
votes
1answer
123 views
fitnesse test framework, arbitrary properties for test and queries/test runs based on them?
our testers have the requirement to store multiple properties for a test that are not present in the "properties".
e.g. they want to store priority, a description(not in the wiki page itself) and so ...
2
votes
0answers
225 views
Getting connection closed error when trying to read response from FitNesse REST URI
Have you run into this problem? I run code remarkably similar to that from a this previous question, When in nUnitTest mode and the URI includes "/?test&format=xml" the nUnit test fails with and ...
2
votes
1answer
238 views
How to get Fitnesse test name
Is there an API to get the name of the current test in fitnesse.NET code?
My fixture class inherits fitlibrary.SequenceFixture.
2
votes
2answers
530 views
How to pass arbitrary object within Fitnesse page?
I need to pass an object (my own business object) between two tables in one page. The value is got from the getter call in one fixture and then should be used as field in another fixture (both ...
2
votes
4answers
862 views
How to call a WCF service from FitNesse
When calling a WCF service from a console app, asp.net app, wpf/winform app, you have to have a app.config or web.config file for the WCF service endpoint information. But from FitNesse, I'm calling ...
2
votes
3answers
4k views
Selenium: How do I use javascript to clear a value from a form field?
I'm using the selenium IDE and the Selenium-Fitnesse Bridge fixture and I'm trying to test that when I clear a default value out of a form field, my form displays an error message.
So when I record ...
2
votes
2answers
2k views
Selenium: Is it possible to concatenate an xpath with a variable?
The xpath of my elements are becoming extremely hard to read.
//div[@id='main_content']/div[2]/div[2]/div[2]/div[4]/table/tbody/tr[2]/td/form/fieldset/p[1]/input
It would be nice if I could store ...