Need to testcase a complex webapp which does some interacting with a remote 3rd party cgi based webservices. Iam planing to implement some of the 3rd party services in a dummy webserver, so that i have full controll about the testcases. Looking for a simple python http webserver or framework to emulate the 3rd party interface.
Share
Use cherrypy, take a look at Hello World:
Run this code and you have a very fast Hello World server ready on
localhostport8080!! Pretty easy huh?