I am testing POST-APIs. For eg: url: https://dev-test/v1/add-user payload is { 'user':'PacificPrime' } response is { result: 'user has been added' }
How to create a test case in such a way that when code moves to production, no such user is created
I am testing POST-APIs. For eg: url: https://dev-test/v1/add-user payload is { 'user':'PacificPrime' } response is { result: 'user has been added' }
How to create a test case in such a way that when code moves to production, no such user is created