使用QTP进行功能自动化测试插入检查点的目的

使用QTP进行功能自动化测试插入检查点的目的,第1张

测试用例就是就给个预期结果,然后实际结果与预期结果不一样,该用例出错,再进一步判断是不是bug。

利用QTP做自动化测试,如果没有设置检查点,那都通过,就自动化测试报告就没有必要拿出来做分析了。要知道机器是死的,人是活的,机器只能根据你给的检查点通不通过来做出报告。我们才能根据QTP的测试执行报告来输出我们的测试报告。

检查点在我看来:有几种,如楼上所言的文本检查点,检查点,标准检查点,文本区域检查的,这些都是QTP来帮我们输出报告,还有一种就是自定义的(就是自己写逻辑判断脚本,利用ReporterreportEvent 方式来输出报告)

在需要对文本内容做验证的时候会需要插入文本检查点,比如要检查某个状态栏的显示文本等等。

右击插入文本检查点的方式只能在Active Screen中进行,具体步骤如下(摘自帮助文档):

1 Make sure the Active Screen toolbar button is selected

2 Click the step where you want to add a checkpoint The Active Screen displays the page or screen corresponding to the highlighted step

3 Highlight a text string on the Active Screen

4 Right-click the text string and select Insert Text Checkpoint The Text Checkpoint Properties dialog box opens

5 Specify the settings for the checkpoint For more information, see The Text / Text Area Checkpoint Properties Dialog Box

6 Click OK to close the dialog box A checkpoint statement is added for the selected object

而通常我们也可以在录制过程中来插入文本检查点:

To add a text checkpoint while recording:

1 Display the page, window, or screen containing the text you want to check

2 Select Insert > Checkpoint > Text Checkpoint, or click the Insert Checkpoint or Output Value toolbar button and select Text Checkpoint

The QuickTest window is hidden, and the pointer changes into a pointing hand For more information about using the pointing hand feature, see Tips for Using the Pointing Hand

3 Click the text string for which you want to create the checkpoint The Text Checkpoint Properties dialog box opens

4 Specify the checkpoint settings For more information, see The Text / Text Area Checkpoint Properties Dialog Box

5 Click OK to close the dialog box A checkpoint statement is added for the selected object

以上就是关于使用QTP进行功能自动化测试插入检查点的目的全部的内容,包括:使用QTP进行功能自动化测试插入检查点的目的、qtp 文本检查点 问题、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/9377316.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-27
下一篇 2023-04-27

发表评论

登录后才能评论

评论列表(0条)

保存