QTP and its Importance:
Software Testing plays an important role in Software Development lifecycle.
Automation Testing also should be done along with manual testing.Quick Test Professional is the solution for function test and regression test automation. It can be defined as a tool used for automation of functional and regresion tests for various software applications and environments. HP Quick Test Professional is usually used for UI based Test cae automation,it can also automate some Non-UI based test cases. HP Quick Professional 11 is current and the latest available software.
QTP Online Training From Garuda Trainings:
QTP Online Training from Garuda trainings enable students to easily grasp the fundamentals and make way for a successful career.
Why QTP?
Some of the following factors contribute QTP to become more successful testing. They are:
- Easy interface.
- It is a programming with lot of resources available.
- Ease of operation.
- Every person even from non-technical background can adapt the course.
What are the requirements?
None, except the interest to learn with basic computer knowledge.
What are you going to get?
- Over 80+ lectures and software needed to learn.
- Learn to navigate perfect in the job market.
- Testing of multiple products.
- Confidence to attend before the interviewer.
- Comprehensive training to reach in all the fields.
Are you on a path determined by your qualification, and not your ambitions? By other people’s opinions, and not your own? Yes you have chosen a right course to be a in a god profession which would be a career changing opportunity.
What are the target audience?
- All who are interested and keen to learn and priority for the beginners.
Course Syllabus
Introduction & QTP Test Process
Overview on Test Automation & Types of Test Tool
- Drawbacks of Manual Testing
- Advantages of Test Automation
- Drawbacks of Test Automation
- Types of Test Tool (Business Classification)
- Types of Test Tool (Technical Classification)
- Basic Features of QTP
- Supporting Environments
- Version History
- Types of License
- Built-in features
- Integrated Tools (from HP)
- Integrated Tools (Others)
- Planning
- Generating Basic Tests
- Enhancing Tests
- Debugging Tests
- Running Tests
- Analyzing Test Results
- Reporting Defects
Key Elements of QTP , Recording & Running
Key Elements of QTP
- Test Pane
- Active Screen
- Data Table
- Debug Viewer
- Missing Resources
- Information
- QTP Commands
Recording & Running Tests
- Recording Process
- Running Process
- Recording Modes
- Advantages of Recording
- Drawbacks of Recording
Object Repository
————————————————————
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
- Keyword driven methodology
Generating Tests Manually through Expert view
Generating Steps through Keyword view
Generating statements through Step Generator
Day 4 Object Identification Configuration
Object Identification Configuration
- Normal Identification
- Mandatory Properties
- Assertive Properties
- Smart Identification
- Base filter Properties
- Option filter properties
- Ordinal Identifier
- Making Tool Settings Global
Virtual Object Configuration
Virtual Object Manager
Defining a Virtual Object
Removing or Disabling Virtual Object Definitions
Descriptive Programming
——————————————————————–
Descriptive Programming
Advantages of Descriptive Programming
Static Programming
Dynamic Programming
Creating Library files using Constants /Collection objects
Handling Dynamic Objects
Handling duplicate Objects
Retrieving Child Objects
Methods/Operations
(Activate Click, Close, dblclick, Set, SetSecure, Select, GetVisibleText, GetRoProperty, GetContent, GetItemsCount, GetItem, Sync, Navigate, WaitProperty and Others…)
Checkpoints & Output Values
Inserting Check points
Standard Checkpoint
Text Checkpoint
Text Area Checkpoint
Bitmap Checkpoint
Database Checkpoint
Accessibility Checkpoint
XML Checkpoint (From Application)
XML Checkpoint (From Resource)
Page Checkpoint
Image Checkpoint
Table Checkpoint
Inserting Output values
Standard Output value
Text Output value
Text Area Output value
Database Output value
XML Output value (From Application)
XML Output value (From Resource)
Parameterization , Synchronization
Synchronization
Inserting Wait Statement
Inserting Synchronization Point
Increasing Tool Default Synchronization Time
Sync method (only for web)
Selecting appropriate method
Parameterization
Data Driven Testing through Loop statements
Dynamic Test Data Submission through Looping
Data Driven Testing through Data Table
Importing Test Data from External files (Text and Excel Files)
Creating a Database, Tables and Entering Data
Creating DSN
Importing Test Data from Databases
Data Driven Testing using Data Table Methods
Data Driven Testing by fetching the Test Data directly from a Text file
Data Driven Testing by fetching the Test Data directly from an Excel file
Data Driven Testing by fetching the Test Data directly from a Database
DActions , Environment Variables
Actions
- Types of actions
Non-reusable Actions
Re-Usable actions
External Actions
- Creating an Action
- Splitting Actions
- Renaming an Action
- Deleting an Action
- Making an Reusable/Non-Reusable
- Calling an existing Action
- Copying an Actions
- Action Parameters
Environment Variables
Built-in Variables
User Defined Variables
Defining, modifying and associating environment variables
Loading Environment file during run-time
Transaction Points , Adding Comments
Inserting Transaction Points
Start Transaction & End Transaction
Timer Function
Defining Test Results
Adding Comments
Purpose of Comments
Basic Syntax
Comment a Block of Statements
Un comment a Block
Debugging Tests , Batch Testing
Debug Commands & Break Points
Step Into
Step Over
Step Out
Inserting/Removing Brake Points
Watching variables
Changing Variable values
Batch Testing
- Test Batch Runner
- Creating Test Batches
- Providing permission to Test Batch Runner
- Running Test Batches
- Running Partial Batches
– Recovery Scenarios , Quality Center
Recovery Scenarios
Trigger events
Pop-Up window
Object State
Test Run Error
Application Crash
Recovery Operations
Keyboard or Mouse Operation
Close Application Process
Function Call
Restart Microsoft Windows
Creating Recovery Scenarios
Associating Recovery Scenarios
Quality Center (Site Administration)
Creating Domains/ Deleting domains
Creating a project/ deleting a project
Creating users
Deleting users
Assigning users to a project
Tracking a project status
Quality Center
Quality Center
a) Requirements
Creating/Modifying/Deleting test requirements and child requirements
b) Test plan
Creating/Modifying/Viewing/Deleting manual as well as automated tests
Mapping requirements with test cases
Exporting Manual test cases to quality center project
Exporting QTP tests to quality center project
c) Test Lab
Creating folders
Forming test batches
Executing manual and automated tests
d) Defects
Posting defects
Tracking defects
Sending defects directly from QTP result window
–Introduction , Variables
VB Script Fundamentals & Features
- Scripting Languages vs. Programming Languages
- Basic Features of VB Script
- Hosting Environments & Script Engines
- Crating & Running a Script
Data Types, Variables
- VB Script data types
- Declaring Variables and Option Explicit Statement
- Assigning Values to Variables
- Scalar Variables and Array Variables
- Dynamic Arrays, Dimensional Arrays
–Comments , Constants , Operators
Comments
Constants
Operators
- Operator Precedence
- Arithmetic Operators
- Comparison Operators
- Concatenation Operators
- Logical Operators
Flow Control (Conditional Statements )
- VB Script 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)
Flow Control (Looping through the Code )
- 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
Built-In Functions
- Conversions (Cdbl. Cint etcc…)
- Dates/Times (Date, Time, Now, IsDate, Date Diff, etc…)
- Formatting Strings
- Input/Output (Input Box and Msg Box)
- Math
- Miscellaneous
- Rounding
- Strings (Len, Left, Right, Mid Etc….)
- Arrays (Array, IsArray, Split etc..)
- Variants
File System Operations
File System Operations
- Computer File System
- OS Distribution
- File System Object
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
Excel Object Model
Excel Object Model:
Creating an Automation Object in Excel.Application class
Excel Scripting Examples:
- 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 (Work Book)
- Add a Sheet to an Excel File (Work Book) and change the Position
Database Object Model
ActiveX Data Objects
ADODB Connection Object & Record set Object
Test Database Creation & Collecting Test Data
Databases Connections (Ms-Access, SQL Server and Oracle)
Data Driven Testing by fetching Data from a Database
Data Comparisons
Regular Expressions
- 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
Error Handling
- Overview on Error Handling
- Error Handling Methods in QTP
- Synchronization
- Exist Property
- Exit Statement
- On Error Statement
- Recovery scenarios
GUI Scripting
- Handling GUI Objects
- Object State Verification
- Input Domain Coverage
- Output Domain Coverage
- GUI Script Examples
Web Scripting
- Checking Links
- Testing Forms
- Output Domain Coverage
- Cookies Testing
- Web Script Examples
Introduction , Basic Framework
- Automation Framework, Types of Framework
- Creating Folder Structure
- Creating & Storing Automation Resources
- Organizing & Managing Resources
- Generating Driver Scripts
- Generating Initialization Script (AOM Script)
QTP Training and Placement
Data Driven Framework
- Test Data Collection
- Ways of Parameterization
- Data Driven Implementation Techniques
- Using Data Table Methods
Keyword Driven Framework
- Keywords
- Keyword Driven Approach
- Creating Functions
- Creating Test Automation resources
- Creating Organizer Spread sheet
- Generating the Driver Script
- Generating the Initialization Script
Hybrid Framework
- Hybrid Automation Framework
- Keyword Driven & Data Driven Test Approach
- Advantages of Hybrid Approach
- Organizing & Managing Resources
Highlights of our training:
About Trainer:
Course and Fee: