Entries
Comment
Popular
Recent Posts
Site Index...
QTP Demo Video...
Oracle Interview Questions...
QTP Script...
Home
Manual Testing
QTP Online Training
QTP Training in Hyderabad
QTP Training Videos
QTP Training Videos
—————————————————
QTP Videos QTP Training QTP Training Videos QTP Training Videos
QTP Training Videos by G C Reddy
QTP (Basics to advanced) -50 Hours
Price: 300 US Dollars
Unlimited video Access for one Month (30 Days)
Note: Video Classes only for Streaming (Viewing), not for download
* QTP Training Course Material will be provided through Email
——————————————————-
Module-I (QTP Fundamentals & Features)- 20 Hours
Module-II (VB Script for QTP)- 16 Hours
Module-III (QTP Scripting)- 8 Hours
Module-IV (QTP Framework) -6 Hours
Module-V (Quality Center)
——————————————————————————————————
——–
Module-I (QTP Fundamentals & Features)
Duration: 20 Hours
1) Overview on Test Automation (1 Hour)
§ Drawbacks of Manual Testing
§ Advantages of Test Automation
§ Drawbacks of Test Automation
§ Types of Test Tool (Business Classification)
§ Types of Test Tool (Technical Classification)
2) Overview on QTP Tool (1 Hour)
§ Supporting Environments
§ Version History
§ Types of License
§ Built-in features
§ Integrated Tools (from HP)
§ Integrated Tools (Others)
3) QTP Test Process (1 Hour)
§ Planning
§ Generating Basic Tests
§ Enhancing Tests
§ Debugging Tests
§ Running Tests
§ Analyzing Test Results
§ Reporting Defects
4) QTP IDE (1 Hour)
§ Test Pane
§ Active Screen
§ Data Table
§ Debug Viewer
§ Missing Resources
§ Information
§ QTP Commands
5) Recording & Running Tests (1 Hour)
§ Recording Process
§ Running Process
§ Recording Modes
§ Advantages of Recording
§ Drawbacks of Recording
6) Object Repository (1 Hour)
Software objects
Types of object in QTP
§ Runtime Objects
§ Test Objects
§ Utility Objects
§ Automation Objects
Object Repository
§ Local Repository
§ Shared Repository
Operations on Object Repository
§ Adding Objects
§ Renaming Objects
§ Deleting Objects
§ Associating Object Repositories to an Action
§ Exporting Local Objects
§ Merging Repositories
§ View Options
§ Spying Objects
§ Importing and Exporting Repositories using XML
§ Defining New Test Objects
7) Keyword driven methodology (1 Hour)
§ Generating Tests Manually through Expert view
§ Generating Steps through Keyword view
§ Generating statements through Step Generator
8) Object Identification Configuration (1 Hour)
Normal Identification
Mandatory Properties
Assertive Properties
Smart Identification
Base filter Properties
Option filter properties
Ordinal Identifier
Making Tool Settings Global
9) Descriptive Programming (1 Hour)
§ Advantages of Descriptive Programming
§ Static Programming
§ Dynamic Programming
§ Creating Library files using Constants /Collection objects
§ Handling Dynamic Objects
§ Handling duplicate Objects
§ Retrieving Child Objects
10) QTP Methods/Operations (1 Hour)
(Activate Click, Close, dblclick, Set, SetSecure, Select, GetVisibleText, GetRoProperty,
GetContent, GetItemsCount, GetItem, Sync, Navigate, WaitProperty and Others…)
Enhancing Tests
11) Inserting Checkpoints
12) Parameterization
13) Sychronization
14) Calling Actions
15) Using Environment Variables
16) Using Regular Expresions
17) Inserting Transaction points
18) Debugging Tests
19) Recovery scenarios
20) QTP Tool settings Configuratio
QTP Videos QTP Training QTP Training Videos QTP Training Videos
——————————————————-
Module-II (VB Script for QTP)
Duration:16 Hours
* Qtp training Course Material will be provided through Email
1) Overview on VB Script (1 Hour)
Scripting Languages vs. Programming Languages
Basic Features of VBScript
Hosting Environments & Script Engines
Crating & Running a Script
2) Data Types, Variables, Constants (2 Hours)
VBScript data types
Declaring Variables and Option Explicit Statement
Assigning Values to Variables
Scalar Variables and Array Variables
Dynamic Arrays, Dimensional Arrays
3) Operators (1 hour)
Operator Precedence
Arithmetic Operators
Comparison Operators
Concatenation Operators
Logical Operators
4) Conditional Statements (1 Hour)
VBScript Conditional Statements
Running a statement if condition is true (Single line Syntax)
Running a block of Statements if Condition is true
Running Certain Statements if a Condition is True and Running Others if a Condition is
False
Deciding Among Several Alternatives (IF..Else If…)
Executing a certain block of statements when two / more conditions are True (Nested
If…)
Deciding among several Alternatives (Select Case Statement)
5) Loop statements (1 Hour)
Do…Loop (Loops while or until a condition is True.)
While…Wend (Loops while a condition is True.)
For…Next: Uses a counter to run statements a specified number of times.
For Each…Next (Repeats a group of statements for each item in a collection or each
element of an array.)
Nested Loops
6) User defined functions (2 Hours)
Types of Procedures
Internal & External Functions
Creating Library files
Creating Sub Procedures
Creating Function Procedures
Associating Library files
Loading Function Libraries run-time
Generic Functions
Project Specific Functions
7) Built-in functions (2 Hours)
Conversions (Cdbl. Cint etcc…)
Dates/Times (Date, Time, Now, IsDate, DateDiff, etc…)
Formatting Strings
Input/Output (InputBox and MsgBox)
Math
Miscellaneous
Rounding
Strings (Len, Left, Right, Mid Etc….)
Arrays (Array, IsArray, Split etc..)
Variants
8) File System Operations (2 Hours)
File System Operations
Computer File System
OS Distribution
FileSystemObject
Examples:
Create a Folder
Check if the Folder Exist or not? If not create the Folder
Copy a Folder
Delete a folder
Return a Collection of Disk Drives
Get available space on a Drive
Creating a Text File
Check if the File Exist or not? If not create the File
Read Data Character by Character from a text file
Read Line by Line from a Text File
Data Driven Testing by fetching Test data directly from a Text file.
Write Data to a Text File
Delete a Text File
Check if the File Exists or not? If Exists delete the File
Calculate size of a Text File
Compare Two Text File by Size, by Text and by Binary values
Count the number of times a word appears in a Text File
Capture all Button Names and Export to a Text File
Capture Customer Names from 1 to 10 Orders in FR and export to a Text File
9) Excel file Operations (1 Hour)
Create an Excel file, enter some data and save the file through VB script?
Check if the Excel file exists or not, if exists open the file and enter some data, If not
Exists create the file and enter some data and save the file through VB script?
Data Driven Testing through an External Excel Sheet
Data Driven Testing using Data Table methods
Calculator Example using Data Table methods
Open an Excel Spreadsheet
Read an Excel Spreadsheet
Add Formatted Data to a Spreadsheet
Sort an Excel Spreadsheet on Three Different Columns
Short an excel sheet column
Add New Sheet to Excel File
Rename Sheets in an Excel File (WorkBook)
Add a Sheet to an Excel File (WorkBook) and change the Position
10) Database operations (1 hour)
o ActiveX Data Objects
o ADODB Connection Object & Recordset Object
o Test Database Creation & Collecting Test Data
o Databases Connections (Ms-Access, SQL Server and Oracle)
o Data Driven Testing by fetching Data from a Database
o Data Comparisons
11) Regular expressions (1 hour)
Understanding & Using Regular Expressions
Handling Dynamic Objects
Using Regular Expressions in Checkpoints
Defining Regular Expressions
Search Operations
Regular expressions in Recovery scenarios
Regular Expression Object
12) Error Handling (1 Hour)
Overview on Error Handling
Error Handling Methods in QTP
Synchronization
Exist Property
Exit Statement
On Error Statement
Recovery scenarios
Module-III (QTP Scripting)- 8 Hours
1) Windows (GUI) Applications
2) Web Applications
Module-IV (QTP Framework)
Automation Framework Design & Implementation (6
Hours)
1) Introduction, Basic Framework (2 Hour)
Automation Framework, Types of Framework
Creating Folder Structure
Creating & Storing Automation Resources
Organizing & Managing Resources
Generating Driver Scripts
Generating Initialization Script (AOM Script)
2) Data Driven Framework (1 Hour)
Test Data Collection
Ways of Parameterization
Data Driven Implementation Techniques
Using Data Table Methods
3) Keyword Driven Framework (2 Hours)
Keywords
Keyword Driven Approach
Creating Functions
Creating Test Automation resources
Creating Organizer Spread sheet
Generating the Driver Script
Generating the Initialization Script
4) Hybrid Framework (1 Hour)
Hybrid Automation Framework
Keyword Driven & Data Driven Test Approach
Advantages of Hybrid Approach
Organizing & Managing Resources
Module-V (Quality center)
******************************************************************************
*
Manual Testing
Duration: 15 Hours
Unlimited video Access for 7 Days (Monday to Sunday)
* training Course Material will be provided through Email
Price: 100 US Dollars
1) Overview on Software Testing (1 Hour)
2) SDLC (1 Hour)
3) SDLC Models (2 Hours)
4) Test Levels (1 Hour)
5) Test Types (2 Hours)
6) Software Test Process / STLC (1 Hour)
7) Test Planning (2 Hours)
8) Test Design (2 Hours)
9) Test Execution (2 Hours)
10) Test Closure (1 Hour)
——————————————–
For QTP Training Videos Contact:
Email: gcreddy@[Link]
Mobile: 91-9247837478
QTP Training Videos Presenter: G C Reddy
QTP Training Videos
Share and Enjoy:
Subscribe to G C Reddy QTP Group
Email:
Visit this group
Recent Posts
Site Index
QTP Demo Video
Oracle Interview Questions
QTP Script
Java Interview Questions
Java Guide
XML Interview Questions
HTML Interview Questions
SQL Interview Questions
Quality Center Certification Questions
SQL QUERIES
VIEWS
SQL Functions
SQL JOINS
DATA INTEGRITY
Database Tables
SQL Introduction
VB Script Variables
VB Script Built-in functions
VBScript Functions
Excel Scripts
File System Operations
PERL Script
Database Operations
Test Incident Report
Test Case Template
ISTQB Sample Question Paper
ISTQB Model Paper 1
IEEE TEST PLAN
SQL Queries
Pages
Manual Testing
QTP Online Training
QTP Training in Hyderabad
QTP Training Videos
Blogroll
Documentation
Plugins
Suggest Ideas
Support Forum
Themes
WordPress Blog
WordPress Planet
Archives
▼ 2010
o Nov
o Oct
o Sep
right click
web
Powered by Wordpress | Copy Right G C Reddy Technologies