QTP Tutorial
QTP Useful Resources
Selected Reading
- QTP - Designing a Framework
- QTP - Frameworks
- QTP - Automation Object Model
- QTP - Descriptive Programming
- QTP - Working with XML
- QTP - Accessing Databases
- QTP - Virtual Objects
- QTP - GUI Objects
- QTP - Test Results
- QTP - Library Files
- QTP - Environment Variables
- QTP - Recovery Scenarios
- QTP - Error Handling
- QTP - Debugging
- QTP - Smart Identification
- QTP - Synchronization
- QTP - Checkpoints
- QTP - DataTables
- QTP - Actions
- QTP - Object Repository
- QTP - Record and Play Back
- QTP - Environment Setup
- QTP - Test Automation
- QTP - Introduction
- QTP - Home
QTP Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
QTP - Debugging
QTP - Debugging
在自动化测试背景下进行分解是一个系统的过程,可以发现和确定自动化文字中的编码问题,从而使文字更加有力,能够发现应用中的缺陷。
利用QTP中的破碎点进行偷窃的方式多种多样。 仅通过紧急“F9”或采用Mendu方案“Run”-“Inserting/Removing Break Point”插入细分点。
在插入“突破点”后,“有色人种”和“线”将在RED中强调,如下所示:
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 -
Example
观察潘内显示产出表述如下:
当地变量 缩略语显示了以下地方变量的数值:
Advertisements