<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=4684235500622716427&amp;blogName=Caiwangqin&#39;s+blog&amp;publishMode=PUBLISH_MODE_HOSTED&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://blog.caiwangqin.com/search&amp;blogLocale=zh_CN&amp;homepageUrl=http://blog.caiwangqin.com/&amp;vt=3393395200455623441" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Caiwangqin's blog

Focus on Web2.0, Business, Architecture, Agile, Technic and beyond…

Automated testing tools list

2009年1月16日 星期五

Automat feature testing:
  1. QTP(QuickTest Professional)
  2. WinRunner
  3. IBM Robot(also for performance testing)

Performance testing:
  1. LoadRunner
  2. httperf
  3. AB

Testing management platform:
  1. QC(Quality Center)

more: http://chinaonrails.com/topic/view/903.html

If you know more good website testing tool, please leave comment here, thanks.

标签: ,

posted by Jesse Cai, 下午4:23 | Permalink | 1 comments |