Forum Discussion

prasadm's avatar
prasadm
New Contributor
5 years ago
Solved

Mock not validating data value using the format specified

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 ? ...
  • HKosova's avatar
    5 years ago

    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.