Questions tagged [restfixture]
5 questions
7
votes
1 answer
FitNesse: workflow of creating tests using RestFixture
Newbie to FitNesse, I want to test Rest APIs using RestFixture but did not know where to start.
Can someone give me step by step workflow and the sample decision table for GET, POST, and DELETE requests?
We use JSON responses, how can I input them…

sample
- 71
- 1
- 1
- 2
0
votes
1 answer
Fitnesse JSON expectation syntax
In reference to workflow of creating tests using RestFixture, I am asking myself, what kind of syntax the following statement represents:
jsonbody.name === 'Ted'
I need to know all possibilities of this kind of syntax to write down the expected…

eSKape
- 71
- 11
0
votes
1 answer
Execute FitNesse RestFixture Tests from commandline
I like to execute the tests which uses the RestFixture from the commandline. I'm also planning to integrate the same in the TFS Build Configuration via Powershell script.

samdinesh
- 147
- 1
- 3
- 9
0
votes
2 answers
Use Fitnesse symbol to inject baseUrl into RestFixture
I'd like to set the baseUrl for a table based on the outcome of another test (on the same page).
I tried following these pages of Fitnesse's docs (and other resources) :
smartrics blog post, fitnesse symbols page,
but I can't seem to get it…

francesco foresti
- 2,004
- 20
- 24
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