Add-ons for browers


 Selenium Add-on with Firefox is useful to record the testing procedure of web application. It is an freeware. It is useful for web developers to test their applications as like testers :-) 
It reduces the time to repeat the same steps to test an scenario, because its already been recorded once and same would be followed for next time.

http://www.ieinspector.com/httpanalyzer/index.html
IIEInspector HTTP Analyzer is such a handy tool that allows you to monitor, trace, debug and analyze HTTP/HTTPS traffic in real-time. It is used by industry-leading companies includingMicrosoft, Cisco, AOL and Google.
This tool is useful while to check how the data is being transferred while using BasicHTTPBinding and WSHTTPBinding in WCF.

Comments

Popular posts from this blog

ASP.NET Compillation Error BC31007 - Solution

The Difference between GET and POST

Test & Debug WCF service using WCFTestClient.exe