With this tool you can create mockups for http requests and use them for integration tests of your system.


You can test the mocked message using the url or the button below:

http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/[[${mockedMessageDto.mockedResponseId}]]


In order to set or update mockup response please fill the form below and save your message:

Media type:
Mocked response body: Body Error
Mocked response http code status: HttpStatus Error
Header name Header value
Mocked response id: Id Error

Mock has been saved



Here you can see the interactive list of all your mocked messages. You can call all of them. Use the buttons to sort the list and also update or delete messages.

#

MessageId

Media Type

Http Status



If you are keen to use the mocking service with bigger amount of messages or automate the process by inserting high amount of random messages please consider using swagger or send batch requests on the urls below:
http://[[${localhost}]]:8097/swagger-ui.html

http://[[${localhost}]]:8097/klaus/v1/delete/[[${mockedMessageDto.clientUUID}]]/{mockedResponseId}
http://[[${localhost}]]:8097/klaus/v1/set/[[${mockedMessageDto.clientUUID}]]/{mockedResponseId}?httpStatus={httpStatus}
http://[[${localhost}]]:8097/klaus/v1/get/[[${mockedMessageDto.clientUUID}]]/{mockedResponseId}
http://[[${localhost}]]:8097/klaus/v1/getAll/[[${mockedMessageDto.clientUUID}]]