SAP Testing Tutorial
SAP Testing Useful Resources
Selected Reading
- SAP Testing - Case Study
- SAP Testing - QTP
- SAP Testing - HP Business Process
- SAP Testing - Solution Manager
- SAP Testing - Automation Tools
- SAP Testing - TAO UI Scanner
- SAP Testing - TAO Consolidate
- TAO Build & Execute Test Script
- SAP Testing - TAO Results Analysis
- Configure Quality Testing Center
- SAP Testing - TAO Folder Structure
- SAP Testing - TAO
- SAP Testing - Cases
- SAP Testing - Interfaces
- SAP Testing - Modules
- SAP Testing - Screen Flow
- SAP Testing - Navigation
- SAP Testing - Process
- Testing Type in SAP
- SAP Testing - SDLC
- SAP Testing - Manual & Automation
- SAP Testing - Types
- SAP Testing - Overview
- SAP Testing - Home
SAP Testing Useful Resources
- SAP Testing - Discussion
- SAP Testing - Useful Resources
- SAP Testing - Quick Guide
- SAP Testing - Questions & Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP Testing - QTP
SAP Testing - QTP
HP 快速测试专业(QTP)是一种自动功能测试工具,有助于测试者进行自动回归测试,以便发现任何空白、错误/缺陷,与测试中应用的实际/预期结果相反。
Object Repository
保存物体是一套物品和财产,QTP能够识别物体并就其采取行动。 当用户记录测试时,物体及其特性被缺席捕获。 如果不了解物体及其特性,QTP就能够击退文字。
Actions
行动有助于测试者将文字分成称为actions的QTP发言组。 行动与VB文本的功能相似,但有一些差别。 否则,QTP就会产生一种试验,有1项行动。
Actions | Functions |
---|---|
Actions are inbuild feature of QTP. | VBScript Functions are supported by both VBScript and QTP. |
Actions parameters are passed byvalue only. | Function parameters are passed either byvalue or byref. |
Actions have extension .mts | Functions are saved as .vbs or .qfl |
Actions may or may not be reusable. | Functions are always reusable. |
可以通过正确打造文字编辑窗和选择“Properties”来获取行动的性质。
行动性质包含以下信息:
Action Name
Location
Reusable Flag
Input Parameters
Output Parameters
Types of Actions
有三类行动:
详情请上网
。 Advertisements