Monday, September 8, 2008

A Few Test Automation Tools

Here is a good website with a broad list of QA test tools; many are open source:
http://www.softwareqatest.com/qatweba%20.html

TestComplete Enterprise ($2k per seat, not open, but COM based and extensible) is an automated test manager, with support for unit, functional, regression, distributed and HTTP performance testing at the project level. Find it @ http://www.automatedqa.com/products/.

pywinauto is a set of python modules to automate the Microsoft Windows GUI. At it's simplest it allows you to send mouse and keyboard actions to windows dialogs and controls. Find it @ http://pywinauto.openqa.org/


AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). Find it @ http://www.autoitscript.com/autoit3/

No comments:

Post a Comment