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
0
votes
1 answer

java.lang.NoClassDefFoundError: org/apache/commons/httpclient/Credentials error

I have started fitnesse rest api testing. I am only 3 days old to it. I am able to run on localhost 80. But it showed few error to me, there were few jar files missing. I am still getting below error. List of jar I have…
paul
  • 3,639
  • 13
  • 53
  • 106
0
votes
0 answers

Batch execution in Fitnesse

Is there any feature available for FitNeese where I can create batch of tests and run such multiple batches automatically? Note :- I want to execute these tests in the same test suite. Problem is - My every single test has a web service call , and…
0
votes
0 answers

Fitnesse does not show testing progress on Windows 7

I am using Fitnesse for our feature testing, but when running on windows 7, it does not show progress of my tests. It does not show progress bar nor completion of each test. I know that the test were ran only by inspecting logs. It works fine when…
Deividas
  • 13
  • 3
0
votes
1 answer

How to define variables in non-technical style

We actually use variable definition like this in FitNesse: !define variable{variable_value} How could I do this with a fixture or in any other way that fits more into the convention of writing tests using tables?
beseder
  • 1,142
  • 1
  • 13
  • 22
0
votes
1 answer

Socket closed when running all the fitnesse test but not independently

When I try to run my fitnesse tests they pass independantely. But when I'm trying to launch all of them at once it freeze, at the third test of the second suite, and in jenkins (where it can timeout), I get the following error : 17:56:05 Output…
Pierre.Sassoulas
  • 1,592
  • 1
  • 25
  • 31
0
votes
1 answer

Running a FitNesse script on all child pages

I'm trying to use the solution from this question to make a system property available to Fixtures in my FitNesse suite (basically, use a script to set a static class property). It's working OK if I include the script in each test page, but these…
BarrySW19
  • 3,421
  • 9
  • 23
0
votes
2 answers

How to write POST / PUT requests using RestFixture

I am trying to use smartrics-RestFixture-3.0-bin.zip for POST request but it's failing for some reason. Looks like a service problem itself but as I am learning Fitnees, not sure if anything is wrong with the Test as well. Can anyone please share…
OverrockSTAR
  • 1,094
  • 2
  • 11
  • 27
0
votes
1 answer

Fitnesse importing util.ListUtility.list; is giving error

I am trying to import static util.ListUtility.list; but it is giving error: The import util.ListUtility cannot be resolved I have fitnesse-standalone.jar in my path. I explored util package in jar. It seems that it is not any more. I downloaded…
dimyo
  • 133
  • 1
  • 10
0
votes
2 answers

How to call WCF service in the FitNesse test?

I'm trying to call WCF service in the FitNesse test. When I'm trying to initialize a client with the following code: using (var client = new Status.StatusSoapClient()) { client.Endpoint.Address = new EndpointAddress(url); …
Mila
  • 439
  • 4
  • 3
0
votes
3 answers

Can fitnesse validate non-xml output

I am using Rest Fixture with Fitnesse to make a GET request to url which returns non-xml response. Is there a way I could verify text/string (without xpath) in the content returned?
Kedarnath
  • 230
  • 1
  • 2
  • 11
0
votes
3 answers

Could not invoke constructor for CreatePrograms[0] (FitNesse SLiM)

I have followed the directions from this website (https://schuchert.wikispaces.com/FitNesse.Tutorials.0.Java) to the t, however I cannot get the code on FitNesse to run clean. I am consistently getting the following exceptions: |Create Programs…
Julie S
  • 9
  • 1
  • 2
0
votes
1 answer

FitNesse Eclipse plugin url from Bandxi is not working

The URL from Bandxi is not functioning in Eclispe http://www.bandxi.com/fitnesse/index.html
Prashanth Sams
  • 12,937
  • 16
  • 80
  • 106
0
votes
1 answer

(Xebium) How to random string to be a variable to input in a field

I try to test a case that has to random a string to input in field by using xebium with fitnesse. I try to use below command but it doesn't work. | $fname= | is | storeValue | on | var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXTZ'; var fname = ''; for (var…
marie
  • 1
  • 1
0
votes
1 answer

Calling Control-M from Fitnesse

Need to get help regarding calling Control-M from Fitnesse. Can I use ctmorder for that? I am able to execute .sh, .com and db scripts which are straight forward. Any help greatly appreciated. Thank you!!!
Chalpat
  • 76
  • 1
  • 8
0
votes
0 answers

fitnesse - threading issues on older versions

For a java project using Slim we have built up a quite a few suites, each with a couple of hundred tests. As these suites have grown we are seeing some pretty random null exceptions occurring more frequently as the suite size increase. This would…
jasonoriordan
  • 823
  • 16
  • 24
1 2 3
10
11