Talk:QA/TDAI/Automation Software

From MozillaWiki
< Talk:QA
Revision as of 06:35, 15 November 2007 by Samuelsidler (talk | contribs) (Talk:QA Automation Candidate Software moved to Talk:QA/TDAI/Automation Software: Great QA move of 2007.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What about AutoIT http://www.autoitscript.com/autoit3/ (on windows platforms)?

Similar tools probably exist for other platforms...

I realize that platform-independent tools are preferable, but at the same time, platform-specific tools can leverage the underlying windowing API to know what to poke (getting coordinates of controls, simulating keyboard input, simulating mouse clicks), and poke it in a way that is unlikely to be any different from the way a user does it.

Such tools could also be used to check for race conditions exposed by rapid user interaction (cases such as the infamous Therac example).