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
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
  • 260
  • 1
  • 3
  • 13
0
votes
5 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
  • 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
  • 19,677
  • 20
  • 102
  • 125
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
  • 873
  • 16
  • 25
0
votes
1 answer

(Fitnesse,Xebium,Selenium-IDE) How to click on checkbox from partial of text (Xebium commands)

I'm just a new for Xebium. I use Xebium to automated testing for website. I have a problem with commands. If I want to check at checkbox but it cannot check from | ensure | do | click | on | id=user_terms_accepted | because a user will check this…
0
votes
1 answer

Error connecting to SLiM server on localhost:8080

I am running a test case using java & fitnesse... while Clicking on the "Test" button from below image, It showing error as follows: Standard Error: Exception in thread "main" java.lang.NoClassDefFoundError:…
beginner
  • 665
  • 6
  • 14
  • 31
0
votes
1 answer

Can I make a scenario of RestFixture table in fitnesse?, or is there another way to make reusable components?

I have a working table: #some javascript stuff !define or { || } #my stuff !define headers { !-Authorization: Basic YWRtaW46cGFzc3dvcmQ= Accept: application/json -!…
ctrl-alt-delor
  • 7,506
  • 5
  • 40
  • 52
0
votes
2 answers

How to pass an object to a Method using FitNesse and Slim

I'm using FitNesse and SLIM and I would like to be able to pass an object to a method and can't seem to find out how? How do you do this using SLIM? So for example I want to build a call object !|FitTesting.MakeCall …
0
votes
2 answers

Does a fitnesse slim tests summary table exist?

I am looking at using slim for my test of CSharp code. And I am wondering if there exist a slim page summary table, that could contain a summary of the tests on a page. Much like the fit.summary text table, adds a summary for the fit test on a…
kfn
  • 620
  • 1
  • 7
  • 26
0
votes
1 answer

Using the Suite Config with Fitnesse

I am trying to use a Suite Configuration File with FitSharp. I am use the exact format that this page lays out, however, every time I try to access it, I get the following error: fitSharp.Machine.Exception.TypeMissingException: Type 'AppDomainSetup'…
Kyle
  • 893
  • 1
  • 9
  • 20
0
votes
1 answer

how to mock third party classes in fitnesse

I have written one fixture: !define TEST_SYSTEM {slim} !path E:\eclipse\eclipse_workspace\FitnesseDemo\bin Calculator Example |com.example.qc.fixture.CalcFixture| |pad1|pad2|margin1|margin2|get Padding?|get Margin?| |7|8|8|8|25|26| In actual code…
Naveen
  • 45
  • 3
  • 11
0
votes
2 answers

Fitnesse trying to load "defaultPath" as assembly

I am trying to specify a custom converter to Slim by specifying a suite configuration. When I manually append ?test (the button doesn't appear for some reason), I get the following exception: __EXCEPTION__:System.IO.FileNotFoundException: Could not…
Richard Szalay
  • 83,269
  • 19
  • 178
  • 237
0
votes
1 answer

From DecisionTable to map

I would like to create a dynamic data structure from a DecisionTable or similar. For what I can tell only staticly typed datastructure is possible as follows: wiki code: |should I buy milk| |cash in wallet|credit card|broke?| |0 |0 …
1 2 3
11
12