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
0
votes
0 answers

Fitnesse: Slim server died issue

I am trying to add the Fitnesse testing tool for iOS app testing. I created sample test. When I clicked on test button, I am getting following error. Unable to start test system 'slim': fitnesse.slim.SlimError: Error SLiM server died before a…
0
votes
1 answer

How to verify data in table using FitNesse/SLIM?

I am currently having some doubt in verifying the data in grib control. Given a table with ColumnA and ColumnB, lets assume there are 2 rows of records are generated after some search query is applied. My objective is to ensure the data in ColumnB…
huahsin68
  • 6,819
  • 20
  • 79
  • 113
0
votes
1 answer

FitNesse: JSON schema validation using RestFixture

How can I perform JSON schema validation for my JSON response using libraries like dojox.json.schema or JSV or JSON Schema by writing Javascript code that sources these JS libraries. I want to use let feature to assign a variable called is_valid…
Cshah
  • 5,612
  • 10
  • 33
  • 37
0
votes
1 answer

Fitnesse SLIM: How to set up complex composite pojo object?

As a precondition for my tests I need to set up a big complex object model, which later will be posted as an argument to specific API in order to process it. Values for the model are test input data which is displayed on the FitNesse page. The model…
0
votes
1 answer

How to trigger reports mail on fitnesse slim test runs?

We are using Fitnesse slim in our project. As of now we were executing the fitnesse tests (slim) from wiki page and we were checking the results manually from wiki itself. Now, we are planning to implement CI for our project. So, is there a way to…
0
votes
1 answer

Fitnesse field not present in DB

| script | Db Slim Select Query | select cust_name from customer where cust_id = 70903 | | check | data; | cust_name | 0 | JAMES SMITH | The one above works but the one below doesn't. |Query:Db Slim Select Query | select cust_id, cust_name from…
logger
  • 1,983
  • 5
  • 31
  • 57
0
votes
1 answer

Run FitNesse Tests from Eclipse

How can I run FitNesse tests from Eclipse IDE? I was trying to use jUnit Runner. I want to know the steps to implement the runner class and execute FitNesse tests.
P.K
  • 87
  • 1
  • 9
0
votes
1 answer

Stopping Fitnesse (Slim) on any exception

We've found the "Fail Fast" principle crucial for improving maintainability of our large Fitnesse-based battery of tests. Slim's StopTestException is our saviour. However, it's very cumbersome and counterproductive to catch and convert any possible…
Mykola Gurov
  • 8,517
  • 4
  • 29
  • 27
0
votes
1 answer

Handing Arrays in soap webservice testing using fitnesse

Is there a way to dynamically create tables in wiki? Usecase : I'm trying to mimic similar to soap sonar in fitnesse. SOAP SOANR 1. Once we import the wsdl, soap sonar generates inputs for operations in wsdl. 2. Choose a operation, Enter input and…
user724747
  • 97
  • 1
  • 7
0
votes
1 answer

How can we add popup in FitNesse?

I want to add an hyperlink or a button in my FitNesse page. On click of this link or button a popup window with some HTML content should open. Please let me know if this is possible in FitNesse? If yes, how to achieve this? I tried to search on…
Akshay Lokur
  • 6,680
  • 13
  • 43
  • 62
0
votes
2 answers

Fitnesse : where to set 'CLASSPATH_PROPERTY?

I need to set classpath property in fitnesse slim. I have set as !define CLASSPATH_PROPERTY {my-fitnesse-path} !path ${CLASSPATH_PROPERTY}/fitnesse-20080812.jar But it is not getting applied. Where and how should I set this CLASSPATH_PROPERTY?
user2359634
  • 1,275
  • 5
  • 14
  • 27
0
votes
1 answer

Unable to start test system 'slim': java.io.IOException: Cannot run program.. CreateProcess error=206, The filename or extension is too long

I am trying to execute a test case using Fitnesse but I get this error Unable to start test system 'slim': java.io.IOException: Cannot run program "C:\Java\jdk8\bin\java": CreateProcess error=206, The filename or extension is too long
user2359634
  • 1,275
  • 5
  • 14
  • 27
0
votes
1 answer

FitNesse: Is it possible to extract information from the response of a test step, and use this value in the next test step

I am wondering that is there any possibility in FitNesse, while executing the test stages, to get a value from the response of a test stage and use this value in the next test stage. I am using hsac-fitnesse-fixtures and SOAP web services. For…
botguide
  • 129
  • 1
  • 1
  • 10
0
votes
1 answer

FitNesse: Is it required to write fixtures to add and use variables on test page

I am trying to add a table of variables and its values in FitNesse suite page, so that it can be used for all my tests. I am using xmlHtttp tests for SOAP web services and fhoeben/hsac-fitnesse-fixtures (slim) for this. Is it required to write…
botguide
  • 129
  • 1
  • 1
  • 10
0
votes
1 answer

Which all assertions can we use with fitnesse

For xml soap webservices testing which all assertions can we implement with fitnesse. For example Not soap fault, schema compliance, Soap response etc. I am using slim fixtures. Hope I can get some help as I am not able to find any user guide about…
botguide
  • 129
  • 1
  • 1
  • 10