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: is it possible to disable Test and Suite buttons?

I am running Fitnesse on several dispathers and then copy Fitnesse history and logs from all dispatchers to a separate machine. Some other project members need access to test results on this machine but I don't want them to be able to click Test or…
Racoon
  • 951
  • 3
  • 14
  • 32
1
vote
1 answer

Fitnesse .Net Java Lang error

I am trying to setup Fitnesse to run a "simple" query and I am getting a javalang error when I run the test Slim Protocol Version Error Expected V0.3 but was V0.2 Expand All | Collapse All ABORT EXCEPTION:java.lang.ClassCastException:…
KC Arnold
  • 33
  • 7
1
vote
1 answer

How to maintain state in Fitnesse tests with c# Fitnesse+Slim

How do I specify data to be used in each of my test cases? i.e. I wish to use one table to setup some data and then run a bunch of tests against that data. Thanks
Stuart L
  • 31
  • 6
1
vote
1 answer

How to generate dynamic values in fitnesse

I have to insert incremental values in a column of the table using Fitnesse. The incremental value I'll get from a stored procedure which returns the last inserted value. So I have to increment the value and store it. For example: I'll get a value…
Benny
  • 432
  • 1
  • 6
  • 21
1
vote
1 answer

FitNesse: How to send '@' to Internet Explorer

I encountered the following problem during testing with FitNesse using the hsac-fitnesse-fixtures: I try to send an email address to a field on a webpage. However, instead of the '@', the 'é' is filled in. In other browsers (Chrome, Firefox) I…
1
vote
1 answer

Fitnesse wiki unable to call selenium method correctly

I am trying to write a simple fixture that opens the browser and navigates to www.google.com. When I run the wiki page, it passes with all green, but the browser never opens up (I don't think the method even gets called by the wiki). Can someone…
snikt
  • 581
  • 4
  • 11
  • 27
1
vote
1 answer

Is it possible to create new types of FitNesse SLIM fixtures for .NET?

I'd like to create a new fixture type in the .NET flavour of FitNesse, similar to Fabrizio Cannizzo's RestFixture, which is written in Java. RestFixture can be used with both FIT and SLIM and I would like my .NET version to also work with both FIT…
Simon Elms
  • 17,832
  • 21
  • 87
  • 103
1
vote
1 answer

How to bring running chrome instance in foreground/ontop when test is run through fitnesse wiki

I have different selenium tests created on my fitnesse wiki. Fitnesse wiki is opened in a chrome browser. Now, When I hit on Test to run a particular test on fitnesse wiki, it opens a new chrome instance and runs tests there. The problem is that the…
1
vote
1 answer

How to Pass Todays/Current date from Fitnesse Table Cell to C# fixture

I want to pass !today (yyyy/MM/dd) from fitnesse table cell to C# fixture. It's not working. However, if I use it on wiki, it's working fine. Working: !define !today Not working: !|classname| |!today (yyyy/MM/dd)| where I am going wrong. Need help…
1
vote
0 answers

Getting FitNesse suite results in XML rather than HTML format

I am using FitNesseRunner to run my FitNesse TestSuite in Jenkins. Below is my FitNesseRunner: @RunWith(FitNesseRunner.class) @Suite("TestSuite") @FitnesseDir(".") @OutputDir("./build/fitnesse-results") It generates HTML results in…
P.K
  • 87
  • 1
  • 9
1
vote
1 answer

Fitnesse evaluate Symbol in Cell

I want to evaluate a Symbol within a Cell in Fitnesse with C#. The problem is that i am able to evaluate the Symbol isolated in a single Cell. If I attach for example a String, the Symbol won´t be evaluated. The Example: // the ArticleNumber-Symbol…
SirSandmann
  • 300
  • 5
  • 13
1
vote
1 answer

Java OOM in multi-process fitnesse testing environment

we are using fitnesse for acceptance testing of a complex web-based application. full suite would take several hours to pass, so we're using multiple processes. the setup is as follows: maven forks fitnesse server process maven makes http calls to…
ilj
  • 859
  • 8
  • 18
1
vote
1 answer

Referencing fitnesse variables into java code

Is there any way that I can reference the values of variables written in my fitnesse wiki inside my java code? For example, I want to use the value of a variable location that I have written in my fitnesse wiki into my fixture code. Is there any way…
Shruti Seth
  • 147
  • 13
1
vote
0 answers

FitnessTest: _EXCEPTION__:java.lang.NoClassDefFoundError: Test (wrong name:

I am new to fitnesse test I have the following header in fitnesse test page !define TEST_SYSTEM {slim} !path C:\install\fitness\ !|import| |fitness| !|Test| |first|second|sum?| |8|5|3| class file found in the path mentioned above; each time I…
1
vote
1 answer

How to handle user stopping a FitNesse test (slim table)

I have a custom table fixture (targeting SLIM) that handles the input table via; public List DoTable(List> table) I'm trying to figure out how to handle the user pressing the [Stop Test] button on the FitNesse test page so I…
Christoph
  • 4,251
  • 3
  • 24
  • 38
1 2
3
11 12