Showing posts with label Software Testing. Show all posts
Showing posts with label Software Testing. Show all posts

Tuesday, October 9, 2007

curl utility

This is the best utility I have used on linux to access the webpages from command line. You can do the ssl connection from command line.

I feel this is best and useful tool for writting regressation tests. You can enable the proxy also.

curl -x proxyserver:port -c

http://curl.haxx.se/

Try it sometime