Testing a server using Python script -
i want conformance testing of thttpd server. need use python scripts test it.
can please share script test transmission , reception of data server?
also, kind of possible tests need performed? there specific parameters tested?
this can done using builtin urllib
urllib.urlopen(yourserveraddress).read()
you can other things urllib2 allow test more functionality.
if want more intence tests might want build twisted reactor test functionality.
Comments
Post a Comment