作者:Kanglin Li and Mengqi Wu
副书名:Developing an Automated GUI Testing Tool
出版日期:2005
出版社:Sybex
页数:464
ISBN:0-7821-4351-2
文件格式:PDF
Introduction
There are many books about software testing management. When theydiscuss software test automation, they introduce third-party testingtools. I have used many of the commercial software testing tools. Theirdevelopers declare that they have the capability to conduct varioustypes of software tests and meet the requirements of an organization.But they have limitations.
For example, many of GUI testing tools require users to record aseries of mouse clicks and keystrokes. Others require users to writetest scripts in a specified script language. Furthermore, the testscripts produced by these tools and methods need to be edited anddebugged before they can be executed to perform the desired tests.
This book presents ideas for automating graphical user interface(GUI) testing. The sample code in this book forms a foundation for afully automated GUI testing tool. Using this tool, users don’t need torecord, edit, and debug test scripts. Testers can spend their timecreating testing cases and executing the testing.