Notes Beyond Documentation
2023-10-02
Saving some manual work updating MockMotor version
Saving some manual work updating MockMotor version
2022-03-03
GraphQL query can't be read by JS or XQuery, and yet MockMotor supports it
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.
MockMotor is not using Log4J. Sleep well.
2021-02-06
Simulating unpredictable service failures and how they affect your application
Simulating unpredictable service failures and how they affect your application
2020-03-02
A speed dial for common actions: create mocks from responses, WSDLs, OpenAPIs.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
Make mock return HTTP 401 when the request has no Authorization header