apieceofcake 发表于 2007-6-26 22:42:22

My Tool Kit 我的测试工具箱(windows/linux)

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

   
trackback: http://www.sqablogs.com/ally/1113/My+tool+kit.html

luke8057 发表于 2007-6-27 18:15:49

顶一下吧

yanghua135 发表于 2007-7-10 14:55:11

bu cuo

honckly 发表于 2007-7-11 09:47:05

有提供下载的网址吗?
页: [1]
查看完整版本: My Tool Kit 我的测试工具箱(windows/linux)