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

164 questions
7
votes
2 answers

step by step tutorial for using slim fitnesse in .net

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 but I have no idea what's next
Omu
  • 64,955
  • 87
  • 259
  • 396
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
  • 23,831
  • 8
  • 52
  • 64
3
votes
1 answer

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 some form of protocol. I would much rather spend my…
Ola Eldøy
  • 5,291
  • 6
  • 43
  • 72
3
votes
2 answers

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 Error Expected V0.3 but was V0.1 Is there a way to…
Queso
  • 958
  • 1
  • 14
  • 23
3
votes
1 answer

How to test web service with fitnesse

I have gone through fitnesse user guide. But it seems difficult for me to follow since I want to test a web-service. The problem is as below I have a request xml file and response xml file. In request file I have userid and logon id with values…
botguide
  • 119
  • 1
  • 1
  • 8
3
votes
2 answers

Xpath in Fitnesse with BrowserTest Slim fixture plugin doesn't work with ul li

I have been trying to get the first error message out of the following html in Fitnesse test using BrowserTest Slim fixture.
  • Enter your code.
  • Enter your username.
  • Enter your…
s-rod
  • 33
  • 5
3
votes
1 answer

Using SLIM to write Fitnesse tests using Python

I downloaded and ran the fitnesse-standalone to test how does the SLIM protocol work. Below is the directory structure /Users | -redmont | -fitnesse-standalone.jar | -Calc.py | …
Abhinav
  • 938
  • 1
  • 11
  • 23
3
votes
1 answer

Use Slim to Parse Fitnesse Test Context.txt File in Java

Current Situation As a pre-build test, I am trying to check that any commits/changes to java fixtures will not break any fitnesse tests I have in my fitnesse server. The approach I have taken is to grab all the tests (context.txt) files that I want…
Joe
  • 219
  • 1
  • 4
  • 9
3
votes
1 answer

Fitnesse Slim: How to concatenate symbol

How would one concatenate a symbol with text on either side? For example: Prefix: "GAR_" Variable: $todayDate Suffix: "_1" GAR_$todayDate_1 Which would evaluate to: GAR_07202012_1 When running the test in fitnesse, it seems as though the…
Michael Brown
  • 78
  • 1
  • 7
3
votes
1 answer

Using fitnesse, fitsharp and slim with c#

I'm currently working my way through the tutorial for using fitnesse with C# here http://schuchert.wikispaces.com/FitNesse.Tutorials.0.CSharp I'm currently stuck as my code/his code doesn't work as predicted. I don't have enough knowledge in this…
SD1990
  • 810
  • 1
  • 10
  • 29
2
votes
1 answer

Java Fitnesse Slim flexible data generator that returns ID

i'm in a bit of a dilemma here and/or cant see other options at the moment I know how to call a fixture method that stores an object and returns the object with predefined parameters |$car=|create Test Car | I know how to cal a fixture…
furion2000
  • 53
  • 5
2
votes
1 answer

I am getting error in FitNesse while slim communication with browser _ Could not send/receive data with SUT

The error I got is fitnesse.testsystems.slim.SlimCommunicationException: Could not send/receive data with SUT FitNesse Code: !define TEST_SYSTEM {slim} !path C:\FitNesseUsingSelenium\bin\Debug*.dll !define COMMAND_PATTERN {%m -r…
2
votes
3 answers

FitNesse Error: Could not find fixture

I am trying to build few tests using the FitNesse framework in Java. For some reason, I get an error "Could not find fixture: script" when I try to use the script table. I am sure I have all the libraries configured in my classpath. Searching in…
user320587
  • 1,277
  • 4
  • 27
  • 52
2
votes
3 answers

Connect dbslim to SQL Server 2014 with jdbc

I use dbslim for (Selenium) Fitnesse: https://github.com/markfink/dbslim I'd like to connect to a SQL Server 2014. How should my jdbc line be formatted? Not like so: | script | Db Slim Setup |!-oracle.jdbc.driver.OracleDriver-!|…
tijnn
  • 333
  • 2
  • 19
2
votes
2 answers

why are my test pages being ignored?

I have followed a couple of different tutorials for setting up a simple slim fitnesse environment with .NET. I have attempted this with both fitsharp and netrunner but both end up in my test page being ignore. Everything imports fine and even…
user4598978
1
2 3
10 11