软件测试工具箱

发表于:2007-11-06来源:作者:点击数: 标签:软件测试自动测试测试工具
UI test tools UI 测试工具 : QuickTest Pro ( QTP ) IE7 Readiness Toolkit -- for IE7 compatibility test Sprajax -- assesses the security of AJAX-enabled web applications Installation test tools 软件安装测试工具: InCtrl5 (windows) -- monitors
UI test tools UI 测试工具

     QuickTest Pro (QTP)

     IE7 Readiness Toolkit -- for IE7 compatibility test

     Sprajax -- assesses the security of AJAX-enabled web applications



Installation test tools 软件安装测试工具:

     InCtrl5 (windows) -- monitors the changes made to the system

     SciTe for AutoIt (windows) -- auto-installation



Resource leak test tools 内存(资源)泄漏测试工具:

     Valgrind (linux) -- memory leak, etc.

     Rational Purify (windows) -- memory leak



Stress test tools 压力测试工具:

    Canned HEAT (CH3) (windows)

    stress-0.18.9 (linux) -- stress on cpu, memory, disk space, etc.

     

Test Coverage tools 测试覆盖率工具:

     Bullseye (windows / linux)

     Cobertura -- based on jcoverage. Used for java program.

     Rational PureCoverage (windows)



System monitors 系统监视器:

     CurrPorts (windows) -- list of opened ports and the processes.

     Informer (windows) -- reports system status.

     TCPView (windows) -- list of running processes and more details.



Data capturers 数据捕捉工具:

     HttpWatch

     Sniffer pro



Test cases optimizing tools 测试用例优化工具:

     allpairs -- constructs a reasonably small set of test cases that include all pairings of each value of each of a set of parameters. Supports diagnostic output.

     pict -- similar to allpairs. Supports sophisticated options.



Remote control 远程控制工具:

     PsTools (windows) -- PsExec: execute programs on remote systems; PsFile: shows / closes a list of files on a system that are opened remotely; etc.

     Remote Administrator (windows)

     Putty (linux), Pietty (linux, cn / jp locale)



Test Automation Framework 测试自动化框架:

     STAF



Installshield 软件安装打包工具:

     PackageForTheWeb -- e.g. pack a hotfix

     IExpress



Project management 项目管理工具:

     WBS + PERT + MS Project

     WBS -- for constructing plan and schedule

     PERT -- for estimating most possible ending date

     Project -- for making project plan, tracing and controling progress

原文转自:http://www.ltesting.net