QTP11视频

 

在QTP11的help目录下,有个DemoMovies文件夹,里面是关于QTP11的各种功能的使用方法的视频:

1、ALM_Data4QTPDemo.exe

Quality Center (HP ALM) test configuration functionality enables you to determine at runtime which data sets to use for your tests.

QTP与HP ALM(QC11)整合,ALM提供的测试配置功能,可以实现:

  • Unbind your data from your tests
  • Share common data sources across different tests
  • Filter your data to fit your testing needs
  • Increase requirements traceability

You store the data for your tests in the Quality Center Test Resources module in the form of data table resource files.

You can then define multiple test configurations for a test in the Test Plan module. When working with data-driven QuickTest tests in HP ALM, each configuration is a QuickTest test that is set to run with a selected data resource file and optional data filter settings.

One or more specific configurations of the test can be included in a Test Set to cover different parts of a requirement or to cover multiple requirements.

By using Quality Center test configurations, you can create more generic tests and reuse them by associating a different set of data with each. You can also reuse your data by associating the same data table file with multiple tests.

 

2、ExtAccel_Demo.exe

演示HP Extensibility Accelerator(扩展加速器)工具的使用

The new Extensibility Accelerator for Functional Testing is a Visual Studio-like IDE that facilitates the design, development, and deployment of Web Add-in Extensibility support.

It provides a user interface and special tools that help you define new test object classes, map those test object classes to the controls in your application, and teach QuickTest how to identify the controls, perform operations on the controls and retrieve their properties.

You install the Extensibility Accelerator from the Add-in Extensibility and Web 2.0 Toolkits option in the QuickTest Professional setup window.

 

3、HowTo_dotObject.exe

演示如何用.Object属性访问IE和Firfox浏览器中DOM对象的内部属性和操作、调用JavaScript函数

 

You can now record steps on Mozilla Firefox and use the .Object property to access the Firefox DOM.

 

注意:IE的innerText对应FireFox的textContent

 

4、HowTo_LoadFunctionLibrary.exe

演示如何在QTP脚本中用LoadFunctionLibrary来动态加载本地或QC服务器上的函数库文件

The new LoadFunctionLibrary statement lets you load a function library when a step runs instead of at the beginning of a run session. This means, for example, that you can define conditional steps that use functions from various function libraries, but load only the required function libraries during a run session.

 

5、HowTo_ProgrammaticDescription.exe

演示分别用对象库、描述性编程和描述对象三种方式来描述和识别对象

 

 

6、HowTo_RegExpInOR.exe

演示如何在对象库中使用正则表达式描述属性动态变化的对象

 

 

7、HowTo_SmartRegExp.exe

演示如何使用正则表达式评估器(Regular Expression Evaluator)

The Smart Regular Expression list provides syntax hints that make it easier than ever to insert regular expressions into your test steps. It also enables you to access the Regular Expression Evaluator, which lets you test regular expressions to make sure they suit your needs.

 

 

8、LocalSystemMonitorDemo.exe

演示如何使用LocalSystem Monitor功能监控测试过程中计算机的资源使用情况。

 

 

9、LogTrackingDemo.exe

演示如何使用Log Tracking功能来收集被测试程序的log信息,跟踪和定位错误的位置。

 

In today's more agile development environment, it is more important than ever for QA engineers and developers to work together throughout the development and release process.

QuickTest's new Log Tracking functionality helps you work with developers to pinpoint the root causes of unexpected behavior in your application.

When you enable log tracking, QuickTest receives the Java or .NET log framework messages from your application and embeds them in the run results.

You can click a log message in the results to jump to the relevant step in the run results tree, or you can click a step in the run results tree and view the log message that was generated at the time that the selected step ran. You can also specify that a log message of a particular level (or higher) will fail your test.

After you view the results, you can print or export the log tracking details to a file to show to a developer, or you can provide the developer with the standalone Run Results Viewer installation so that the developer can view and analyze the results directly on his or her own desktop.

 

10、MaintenanceMode.exe

演示如何使用Maintenance Run Mode(维护运行模式)

 

 

11、ProcessGuidance.exe

演示如何使用Process Guidance(过程指南)

 

 

12、QT_ST_IntegrationDemo.exe

演示如何整合使用QTP和HP ServiceTest

The new QuickTest-Service Test integration enables you to test across the GUI and non-GUI layers of your application.

You can use QuickTest steps to start testing the GUI elements in your application, then call a Service Test test to validate service communications (standard Web Services, non-SOAP Web Services, such as REST, etc.), and then step back into your QuickTest GUI testing, all in a single test run.

The results of the QuickTest and Service Test steps are displayed in a unified report in the new Run Results Viewer.

 

 

13、QTPanes.exe

演示QTP IDE界面的各项操作,例如TestFlow、Resources、Avaliable Keywords等视图的使用。

 

 

14、QTP-QCIntegrationDemo.exe

演示QTP和QC的整合使用。

 

 

15、VRI_Demo.exe

演示visual relation identifiers(可视化关系识别)功能的使用。

 

You can now use visual relation identifiers to identify application objects based on other objects that are always near them.

 

This enables you to create a more reliable identification definition for test objects that are otherwise difficult to differentiate, and to ensure that the identification remains reliable even if the user interface design changes.

 

The Visual Relation Identifier Dialog Box provides the interface and tools to help you create and verify your visual relation identifier definitions.

 

 

 

 

posted on 2010-09-22 22:20  TIB  阅读(2118)  评论(0编辑  收藏  举报

导航