Releases: ContinuITy-Project/sutmock
Releases · ContinuITy-Project/sutmock
SUT Mock version v0.2.1
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
Fixed logging issue related to recycling of HttpServletRequest objects.
SUT Mock version v0.1.0
Initial version of the SUT Mock.