I am using swagger hub, set up json requests. If I set on if the parameter data type as integer and pass in a string, mock testing is still succeeding. Does mock testing validate input data types ?
Thank you
Solved! Go to Solution.
SwaggerHub mock server only mocks the responses. It does not validate the inputs or implement business logic. You can generate and use a server stub if you need to actually process the inputs.
SwaggerHub mock server only mocks the responses. It does not validate the inputs or implement business logic. You can generate and use a server stub if you need to actually process the inputs.
Subject | Author | Latest Post |
---|---|---|