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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -