English 中文(简体)
QTP - Debugging
  • 时间:2024-03-22 12:14:06

QTP - Debugging


Previous Page Next Page  

在自动化测试背景下进行分解是一个系统的过程,可以发现和确定自动化文字中的编码问题,从而使文字更加有力,能够发现应用中的缺陷。

利用QTP中的破碎点进行偷窃的方式多种多样。 仅通过紧急“F9”或采用Mendu方案“Run”-“Inserting/Removing Break Point”插入细分点。

在插入“突破点”后,“有色人种”和“线”将在RED中强调,如下所示:

Debugging using Break Point

Method ShortCut Description
Step Into F11 Used to execute each and every Step. Steps into the Function/Action and executes pne by pne. It pauses on each pne after execution.
Step Over F10 Used to Step over the Function. Step Over runs only the current step in the active document.
Step Out Shift+F11 After Step Into the function, you can use the Step Out command. Step Out continues the run to the end of the function and then pauses the run session at the next pne.

Options in Break Point

可通过Run Menu通过纳维格途径进入“突破点”的各种选择。

Sr.No. ShortCut & Description
1

插入/删除裂痕

2

Ctrl+F9

英文/法文

3

Ctrl+Shift+F9

清除所有裂痕

4

出入

Debugging Pane

The following are the panes in the debuggingdow -

Debugging using Break Point

    这张塔图显示了印刷说明的所有产出。

    这张塔图显示了因表达而产生的诱杀产出。

    该表显示了当地变量的输出。

Example

观察潘内显示产出表述如下:

Debugging using Break Point

当地变量 缩略语显示了以下地方变量的数值:

Debugging using Break Point Advertisements