<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/14972618?origin\x3dhttp://xmlfeeds.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Tuesday, August 02, 2005

 

GUI Testing

Scott writes about the Avalon Testing Framework, which allows you to automate UI Testing.
This is real exiciting as I have fought a lot with automated UI Testing...:-) The record and replay of mouse clicks have always been one of the most unreliable things and even with some good software, it is always not fully automatic. Someone has to keep an eye on it to make sure that it does not get stuck somewhere due to some other application or a messagebox that poped up from another program. more...

http://www.sebura.com
Originally Posted on 8/2/2005 6:58:12 PMContent source: http://longhornblogs.com/anand/archive/2003/10/30/961.aspx

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?