As you might know, Swagger itself provides to test the API using 'Try it out' option as in http://petstore.swagger.io/#!/pet/findPetsByStatus.
I do not know how swagger manages this 'try it out' option but I want to manually keep the response as per different request. Does swagger simulate response without having a proper server ?
Is it possible with swagger? If yes, how ?
Thanks in advance.