Questions tagged [fitnesse-slim]

The SLIM test system of the FitNesse test framework

The SLIM test system provides an acceptance test authoring and execution framework. It is one of two test systems supported by the FitNesse test framework - the other is the original Fit test system. See http://fitnesse.org/FitNesse.UserGuide.SliM

170 questions
1
vote
1 answer

Fitnesse - Issues with assemblies config file

Below is the page I have in Fitnesse. I have a .NET class file called TestSuiteFitnesse.DLL and in here are the fixtures to populate the SCRIPT table. We pass in the TT1 and Client Registration variables. We have another .NET class file call…
1
vote
1 answer

How do I use fitnesse ActionFixture with C#?

I tried to make an action fixture and it’s not working. (c# with Slim runner) Basically it seems like it's trying to interpret it as a column fixture. |!-Fitnesse.BuyActions-! | |Start|!-Fitnesse.BuyActions-!| |check|total |0.0 …
JDPeckham
  • 2,414
  • 2
  • 23
  • 26
1
vote
1 answer

fitnesse slim fixture variable substitution failure

Currently I have a FitNesse Slim fixture written with a quick and easy method for processing: public List> doTable(List> rows) Everything is working just fine except for one problem: page variables/expressions. On the…
el n00b
  • 1,957
  • 7
  • 37
  • 64
1
vote
1 answer

Copy variables in FitNesse

1) !| Script |com.playtech.openapi.core.fitnesse.tests.Fixtures | |$response=|createGroup |121312441||MyGroup| |$id=|getParameterFromResponse |$response| !define groupId $id …
1
vote
1 answer

Unable to run FitNesse example (class/constructor cannot be found)

I cannot run even the most basic example in FitNesse. Either I get this error __EXCEPTION__:java.lang.NoClassDefFoundError: MyTestFixture (wrong name: my/package/MyTestFixture) or I get this error Could not invoke constructor for…
Roland
  • 21
  • 1
  • 4
1
vote
1 answer

SetUp page does not work in FitNesse

We have a setup like the following created with FitNesse for test automation: MainPageSuite SetupPage ChildPage1Suite SetupPage Test ChildPage2Suite SetupPage …
Nicholas
  • 1,189
  • 4
  • 20
  • 40
1
vote
1 answer

Pass HashMap as parameter in FitNesse

I am trying to pass a HashMap parameter to the function I am using in Fitnesse. However, nothing is being passed correctly, as i am getting "{}" when remote debugging in eclipse. Below is the method that I am calling: public String…
1
vote
1 answer

Fitnesse slim: Call generic method (fitSharp)

Linux 3.2.0-3-amd64 #1 SMP Mon Jul 23 02:45:17 UTC 2012 x86_64 GNU/Linux Mono 2.10.8.1 (Debian 2.10.8.1-7) (64-bit) glib-sharp 2.12.0.0 FitNesse (v20121220) FitSharp release 2.2 for .net 4.0 I have a C# fixture that contains the following generic…
Tully Ernst
  • 105
  • 1
  • 10
1
vote
1 answer

FitSharp throws a ParseException when an object instance is stored in a slim symbol that is later used in a function call

I store an instance in a slim symbol ($IT) but when I later try to use the instance in a function call I receive a fitSharp.Machine.Exception.ParseException. I think the problem is that FitSharp tries to parse the argument instead of casting the…
Tully Ernst
  • 105
  • 1
  • 10
1
vote
1 answer

Fitnesse Slim + Selenium: Parameterized Suite Hierarchy for Several Browsers?

I'm starting with Selenium and FitNesse. My goal is to create an acceptance tests suite which can be run easily in different browsers. At first I wrote a very short wrapper around Seleniums WebDriver. The wrapper functions are used in Scenario…
Andi
  • 888
  • 2
  • 10
  • 24
1
vote
2 answers

Float value in SLIM query table comparison

I am fairly new to Fitnesse. I am using the Subset Query Table. It works fine except when I have to compare a float value. Is there a any way I can compare the values to certain level of accuracy ? For instance the test should pass when I compare…
Ramp
  • 1,772
  • 18
  • 24
0
votes
1 answer

How do I add the Debug link on the side of a Fitnesse fixture page?

I'm trying to make debugging our Fitnesse tests easier. We're using runnerw.exe for debugging, it works fine. The UserGuide implies there can be a Debug action with the Test, Edit, etc links on the side of the fixture page. However, there's no Debug…
Niall Connaughton
  • 15,518
  • 10
  • 52
  • 48
0
votes
1 answer

How to uppercase a String in FitNesse automation

I'm using FitNesse tool to automate some task and I need to insert a String in uppercase. I'm not sure if there is a fixture by default in Fitnesse to do this or how to import a java lib into FitNesse wiki script , any help is much appreciated.
mbn217
  • 884
  • 7
  • 14
0
votes
2 answers

Which java version does fitnesse slim works with?

I worked with fitnesse a long time ago, and I am trying to use it again on Windows 11 to test some java code. But I have encountered the following problems: I have create a fixture called SlimVarDbl, and I can see the SlimVarDbl.class file in the…
CPW
  • 175
  • 8
0
votes
0 answers

FitNesse: Could not find class from Jar

We have been using FitNesse to run Jira API tests for couple years now. But from last couple of months it stopped working. Here is what the setup look like: C: FitNesse JiraLib -> Jar file FitNesseRoot …
ManishChristian
  • 3,759
  • 3
  • 22
  • 50