随笔分类 -  Automation Testing

Automation Testing &Performance Testing
利用webBrowser来实现自动登录网站
摘要:准备中。。。 阅读全文
posted @ 2012-12-13 14:10 higirle 阅读(624) 评论(0) 推荐(0)
如何获取和发送Http请求和相应
摘要:首先发送get request,从response中获取cookie:Get: string address = string.Empty; HttpWebRequest myRequest = (HttpWebRequest)WebRequest.Create(address); // Two ways to set the authorization: //Method 1: //myRequest.Headers["Authorization"] = "Basic " + Convert.ToBa... 阅读全文
posted @ 2012-12-13 13:55 higirle 阅读(4324) 评论(0) 推荐(0)
Web Debugger tool(网络监控软件)
摘要:Fidder: Web Debugger toolhttp://www.fiddler2.com/Fiddler2/firstrun.asp 阅读全文
posted @ 2012-12-10 11:34 higirle 阅读(287) 评论(0) 推荐(0)
Performance Testing 系列
摘要:vPerformer:http://www.verisium.com/products/vPerformer/index.htmlPerformance Testing:http://www.automationanywhere.com/Testing/solutions/automated-performance-testing.htm?r=google&w=performance&kw=Product%20Performance%20Testing&match=b&network=g&place=&gclid=COKAgMCChbQCFUd6 阅读全文
posted @ 2012-12-06 13:27 higirle 阅读(172) 评论(0) 推荐(0)