<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> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/4684235500622716427?origin\x3dhttp://blog.caiwangqin.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Caiwangqin's blog

Focus on Life, Cloud Service, Smart Hardware, Architecture, 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 Caiwangqin, 16:23 | Permalink | 1 comments |