fitnesse Questions

4

Solved

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? ...
Monachism asked 28/2, 2009 at 23:11

5

Solved

I want to be able to put preformatted text (i.e. containing line breaks) into a single cell of a FitNesse fixture table. Is there a way to manipulate the FitNesse wiki markup to do this?
Flurry asked 25/10, 2008 at 10:3

3

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 inte...
Virg asked 12/8, 2014 at 6:45

4

Solved

I'm trying to create a test fixture using Fitnesse framework, and I want to test a function which retrieves data from a server (RESTFUL service). My test case is very simple: public class FriendLi...
Lewak asked 24/1, 2012 at 6:1

1

Newbie to FitNesse, I want to test Rest APIs using RestFixture but did not know where to start. Can someone give me step by step workflow and the sample decision table for GET, POST, and DELETE r...
Bathysphere asked 2/3, 2016 at 16:38

2

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 ther...
Kava asked 13/1, 2015 at 20:19

4

Solved

Has anyone tried that? What's your experience?
Delanos asked 12/11, 2009 at 17:44

7

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 .j...
Cromer asked 1/12, 2009 at 21:4

3

I'm using Fitnesse SliM and I want to check if the result of a fixture is the empty string. Leaving the result field in Fitnesse empty just results in an ignored test which is obviously not what I ...
Paderna asked 5/7, 2010 at 9:52

3

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 surfe...
Money asked 8/2, 2010 at 22:1

1

Consider the following scenario: Jenkins running with a master on machine A and a slave on machine B. Rather than the master's XML config referring to a hard coded Java path it was changed to refe...
Bainite asked 5/7, 2013 at 0:21

6

Solved

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 h...
Cannibalism asked 26/4, 2011 at 1:13

2

Solved

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 individ...
Blackpool asked 12/1, 2012 at 18:50

5

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 ...
Positronium asked 12/1, 2009 at 17:46

7

Solved

Do you need something like Fitnesse, if you have BDD tests?
Hairbreadth asked 20/4, 2009 at 8:44

1

Solved

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. A...
Complaisant asked 10/7, 2011 at 20:17

2

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 Studi...
Daydream asked 6/10, 2011 at 15:48

2

Solved

anybody knows some step by step tutorial for using slim fitnesse in .net ? for now I managed to run the slim fitnesse website on my localhost:3434 and I unziped the fitSharp plugin in c:/fitSharp...
Selfmastery asked 2/6, 2011 at 13:1

2

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...
Weisler asked 12/8, 2011 at 11:9

3

Solved

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 ...
Iridium asked 25/6, 2010 at 10:4

3

Solved

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...
Smalls asked 5/1, 2011 at 21:11

3

Solved

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 th...
Jenson asked 18/10, 2010 at 15:33

1

Solved

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|Stepstoo...
Benjie asked 29/3, 2010 at 20:46

3

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...
Gur asked 10/2, 2010 at 15:53

5

Solved

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 i...
Lunalunacy asked 25/1, 2010 at 18:32

© 2022 - 2024 — McMap. All rights reserved.