Notes Beyond Documentation


2024-03-03
Use ZGC for stable response time
2023-11-12
When you need to mock asynchronous replies
2023-11-04
Search wasn't needed before. Until it was.
2023-10-16
Don't use Mocks in SIT/SFT or else
2023-10-03
160 TPS at 5% CPU per Box
2023-10-02
Saving some manual work updating MockMotor version
2023-10-02
Schema-valid responses after generation
2022-03-03
GraphQL query can't be read by JS or XQuery, and yet MockMotor supports it
2021-12-20
MockMotor is not using Log4J. Sleep well.
2021-05-06
Testing your code when the API team is not ready yet
2021-02-06
Simulating unpredictable service failures and how they affect your application
2020-03-16
Complete JWT Auth service built on top of MockMotor
2020-03-02
A speed dial for common actions: create mocks from responses, WSDLs, OpenAPIs.
2020-03-01
Having a request and response pair is the most common scenario. Now you can create a mock from them automatically.
2020-02-27
Not everyone likes red. Or green. Or blue.
2019-09-22
MockMotor is working well under Oracle JDK and OpenJDK, 1.8 to 13.0
2019-07-30
Make client application trust the mock server by providing your own trusted certificate.
2019-03-01
Use WSDLDiff to find the impact of an updated WSDL. Figure out what mocks need to be updated.
2019-02-21
Non-essential service blocks your testing? Mock it to move it out of the way.
2019-02-11
Need to mock a service that returns a binary payload? MockMotor supports it, too.
2019-02-06
To mock a session-based service, store the expiration time into a new mock account.
2019-02-02
Mock plain text web services with MockMotor. There is more to the world of APIs than just JSON and SOAP.
2019-01-20
MockMotor natively supports JWT. You can generate, parse and verify JWT tokens with minimum efforts.
2019-01-14
Mock services make many development tasks faster, easier and less expensive. The more you use them, the more uses for them you find.
2019-01-03
Handcrafting a Simplest REST Mock Service with MockMotor. Match by URL, provide the response and you're done.
2019-01-03
Making a simplest SOAP mock service with MockMotor. Match by operation and provide a response.
2018-10-29
CORS is automatically supported by every mock service. One less problem for web APIs development.
2018-06-03
Before there was XOP, there was SWAREF. MockMotor can mock SWAREF responses, too.
2018-06-03
Binary attachments with XOP are a better way than SOAP with Attachments. MockMotor supports XOP, too.
2018-05-31
Return files as attachments in an outdated but tried and proven way. MockMotor & SOAP with Attachments.
2018-01-01
Mocks are just stubs if they never give you "Account not found" error. This is how to do that with MockMotor.
2017-10-22
Make mock return HTTP 401 when the request has no Authorization header
2017-10-15
MockMotor 1.8 is Released! Download it now!