Skip to content

Releases: ContinuITy-Project/sutmock

SUT Mock version v0.2.1

30 Jul 08:18
Compare
Choose a tag to compare

Mocks a system under test (SUT) to be used for load testing.

The mock will respond to each request with a status code 200 and log the request except for the cases listed below. Furthermore, it maintains a user session. All requests are written to files and can be retrieved via a REST endpoint.

SUT Mock version v0.1.0

14 Feb 10:33
Compare
Choose a tag to compare

Fixed logging issue related to recycling of HttpServletRequest objects.

SUT Mock version v0.1.0

06 Feb 14:30
Compare
Choose a tag to compare

Initial version of the SUT Mock.