中文名称:QuickTest Professional 9.2
英文名称:QuickTest Professional 9.2
别名:QuickTest Professional 9.2
版本:9.2
发行时间:2007年
地区:美国
语言:英语
简介:
常驻服务器:Razorback 3.1
杀毒软件:卡巴斯基互联网安全套装7.0.0.125
在线时间: 上午和其他不定时


Welcome to QuickTest Professional, the Mercury automated keyword-driven testing solution. By mirroring end-user behavior, QuickTest Professional creates interactive customizable tests or components that simplify and shorten the testing cycle.
QuickTest Professional enables you to test standard Windows applications, Web objects, ActiveX controls, and Visual Basic applications. You can also test special environments, such as the Java, Oracle, SAP solutions, .NET Windows and Web Forms, Windows Presentation Foundation, Siebel, PeopleSoft, Web services, and terminal emulators, using additional QuickTest add-ins.
QuickTest Professional is Unicode-compliant, and supports Unicode 2.0, UTF-8, and UTF-16.
QuickTest Professional supports working with the following Mercury applications:
Mercury Application Versions
WinRunner QuickTest Professional supports running WinRunner tests and functions for WinRunner 7.6 and later.
Quality Center QuickTest Professional integrates with Quality Center (formerly TestDirector), the Mercury centralized quality solution, for Quality Center version 8.2—Service Pack 1, and Quality Center version 9.0.
Business Process Testing QuickTest Professional integrates with Quality Center version 9.0 (with a license for Business Process Testing support).
LoadRunner QuickTest Professional integrates with LoadRunner, the Mercury tool for application performance testing, for versions 7.8, 7.81 (FP1), 8.0, and 8.1—Feature Pack 1, 2, and 3.
Mercury Application Management QuickTest Professional integrates with Mercury Application Management, the Mercury solution for optimizing business availability and problem resolution.
一种自动测试工具
使用QTP的目的是想用它来执行重复的手动测试,主要是用于回归测试和测试同一软件的新版本。因此你在测试前要考虑好如何对应用程序进行测试,例如要测试那些功能、操作步骤、输入数据和期望的输出数据等。
Mercury QuickTest 企业级自动化测试工具!
QuickTest 9.0 Pro最新正式版发行,QTP 9.0是一个B/S系统的自动化功能测试的利器,软件程序测试工具。Mercury的自动化功能测试软件QuickTest Professional 9.0,可以覆盖绝大多数的软件开发技术,简单高效,并具备测试用例可重用的特点。
QTP进行功能测试的测试流程 [制定测试计划]——>[创建测试脚本]——>[增强测试脚本功能]——>[运行测试]——>[分析测试结果] 大致五个步骤:
1、制定测试计划
自动测试的测试计划是根据被测项目的具体需求,以及所使用的测试工具而制定的,完全用于指导测试全工程。
QTP是一个功能测试工具,主要帮助测试人员完成软件的功能测试,,与其他测试工具一样,QTP不能完全取代测试人员的手工操作,但是在某个功能点上,使用QTP的确能够帮助测试人员做很多工作。在测试计划阶段,首先要做的就是分析被测应用的特点,决定应该对哪些功能点进行测试,可以考虑细化到具体页面或者具体控件。对于一个普通的应用程序来说,QTP应用在某些界面变化不大的回归测试中是非常有效的。
2、创建测试脚本
当测试人员浏览站点或在应用程序上操作的时候,QTP的自动录制机制能够将测试人员的每一个操作步骤及被操作的对象记录下来,自动生成测试脚本语句。与其他自动测试工具录制脚本有所不同的是,QTP除了以VBScript脚本语言的方式生成脚本语句以外,还将被操作的对象及相应的动作按照层次和顺序保存在一个基于表格的关键字视图中。比如,当测试人员单击一个链接,然后选择一个CheckBox或者提交一个表单,这样的操作流程都会被记录在关键字视图中。
3、增强测试脚本的功能
录制脚本只是实现创建或者设计脚本的第一步,基本的脚本录制完毕后,测试人员可以根据需要增加一些扩展功能,QTP允许测试人员通过在脚本中增加或更改测试步骤来修正或自定义测试流程,如增加多种类型的检查点功能,既可以让QTP检查一下在程序的某个特定位置或对话框中是否出现了需要的文字,还可以检查一个链接是否返回了正确的URL地址等,还可以通过参数化功能,使用多组不同的数据驱动整个测试过程。
4、运行测试
QTP从脚本的第一行开始执行语句,运行过程中会对设置的检查点进行验证,用实际数据代替参数值,并给出相应的输出结构信息。测试过程中测试人员还可以调试自己的脚本,直到脚本完全符合要求。
5、分析测试
运行结束后系统会自动生成一份详细完整的测试结果报告。