SlideShare une entreprise Scribd logo
1  sur  9
For QTP Scripts & QTP Documents visit: www.gcreddy.com



      QuickTest Window / Key Elements of QTP

1) Test Pane
2) Active Screen
3) Data Table
4) Debug viewer
5) Information pane
6) Missing Resources pane
7) QTP commands



                      III) Object Repository
1) Software objects
2) Types of object in QTP
      a) Runtime Objects
      b) Test Objects
      c) Utility Objects
      d) Automation Objects
3) Object Repository
      a) Local Repository
      b) Shared Repository
4) Operations on Object Repository
      a) Adding Objects
      b) Renaming Objects
      c) Deleting Objects
      d) Associating Object Repositories to an Action
      e) Exporting Local Objects
      f) Merging Repositories
      g) View Options
      h) Spying Objects
      i)   Importing and Exporting Repositories using XML



                    IV) QTP Testing Process
1) Planning

For QTP Scripts & QTP Documents visit: www.gcreddy.com 1
For QTP Scripts & QTP Documents visit: www.gcreddy.com

     a) Analyzing the AUT
     b) Implementing Automation Framework
     c) Creating/Selecting Test cases
     d) Collecting Test Data
     e) Object Identification Configuration
         i.      Normal Identification
                    1. Mandatory Properties
                    2. Assertive Properties
        ii.      Smart Identification
                   1. Base filter Properties
                   2. Option filter properties
       iii.      Ordinal Identifier
       iv.       Making Tool Settings Global
2) Generating the basic Test
     a) Recording
        i.      Normal Recording
       ii.      Analog Recording
      iii.      Low Level Recording
      iv.       Record and Run Settings
     b) Keyword driven methodology/Shared object repository
             method/Preparing the script manually
     c) Descriptive programming/Programmatic Descriptions
        i.      Entering Programmatic Descriptions Directly into Statements
       ii.      Using Description Objects for Programmatic Descriptions
      iii.      Retrieving Child Objects
      iv.       Using the Index Property in Programmatic Descriptions
       v.       Creating Checkpoints Programmatically
3) Enhancing the Test
     a) Inserting Check points
        i.      Standard Checkpoint
       ii.      Text Checkpoint
      iii.      Text Area Checkpoint
      iv.       Bitmap Checkpoint
       v.       Database Checkpoint
      vi.       Accessibility Checkpoint
      vii.      XML Checkpoint (From Application)

For QTP Scripts & QTP Documents visit: www.gcreddy.com 2
For QTP Scripts & QTP Documents visit: www.gcreddy.com

     viii.    XML Checkpoint (From Resource)
      ix.     Page Checkpoint
       x.     Image Checkpoint
      xi.     Table Checkpoint
     b) Inserting Output values
        i.    Standard Output value
       ii.    Text Output value
      iii.    Text Area Output value
      iv.     Database Output value
       v.     XML Output value (From Resource)
     c) Adding Comments
     d) Synchronization
        i.    Inserting Wait Statement
       ii.    Inserting Synchronization Point
      iii.    Increasing Tool Default Synchronization Time
      iv.     Sync method (only for web)
       v.     Selecting appropriate method
     e) Parameterization
        i.    Data Driven Testing through Loop statements
       ii.    Dynamic Test Data Submission through Looping
      iii.    Data Driven Testing through Data Table
      iv.     Importing Test Data from External files
       v.     Creating a Database, Tables and Entering Data
      vi.     Creating DSN
     vii.     Importing Test Data from Databases
     f) Inserting Programmatic statements
         i.   Inserting Conditional Statements
        ii.   Inserting Loop statements
       iii.   Using VB Script Built-in Functions
     g) Generating steps through Step Generator
     h) Inserting Transaction points
        i.    Start Transaction
       ii.    End Transaction
     i) Enhancing Tests with the windows API
4) Debugging the Test


For QTP Scripts & QTP Documents visit: www.gcreddy.com 3
For QTP Scripts & QTP Documents visit: www.gcreddy.com

     a) Debug Commands
        i.    Step Into
       ii.    Step Over
       iii.   Step Out
     b) Inserting/Removing Brake Points
     c) Watching variables
     d) Changing Variable values
5) Running the Test
     a) Normal execution
     b) Test Batch execution
        i.    Test batch formation
       ii.    Batch execution
       iii.   Partial Batch execution
6) Analyzing the Test Results
     a) Test Result Viewer
     b) Analyzing Test Results
     c) Exporting Test Results
     d) Test Results Deletion
7) Reporting Defects
     a) Manual Defect Reporting
     b) Tool based Defect Reporting
     c) Integration with Quality Center



                  V) QTP Advanced Features
1) Regular expressions
2) Environment Variables
   a) Built-in Variables
   b) User Defined Variables
   c) Defining, modifying and associating environment variables
3) Methods
     a) QTP Methods
     b) VB Script Methods
4) Actions
  a) Types of actions
        i.    Non-reusable Actions

For QTP Scripts & QTP Documents visit: www.gcreddy.com 4
For QTP Scripts & QTP Documents visit: www.gcreddy.com

        ii.    Re-Usable actions
        iii.   External Actions
  b) Creating an Action
  c) Splitting Actions
  d) Renaming an Action
  e) Deleting an Action
  f) Making an Reusable/Non-Reusable
  g) Calling an existing Action
  h) Copying an Actions
  i)   Action Parameters
5) Functions
  a) Preparing Procedures
  b) Associating Procedures to QTP tests
  c) Modifying Procedures
  d) Calling Procedures
6) Dynamic Handling of Object Repositories
  a) Loading Repositories directly through Utility Object
  b) Finding Repository Position
  c) Removing Repositories
7) Data Driven Testing through Scripting
  a) Importing Data from Flat files
  b) Importing Data from spread sheets
  c) Importing Data from Databases
         i.    Ms Access
        ii.    SQL Server
        iii.   Oracle
8) File System Operations
  a) File system Object
  b) Creating Files
  c) Reading Data
  d) Writing Data
  e) Creating Folders
  f) Creating Drives
9) Recovery Scenarios
  a) Trigger events


For QTP Scripts & QTP Documents visit: www.gcreddy.com 5
For QTP Scripts & QTP Documents visit: www.gcreddy.com

            i.    Pop-Up window
        ii.       Object State
        iii.      Test Run Error
       iv.        Application Crash
  b) Recovery Operations
      i.         Keyboard or Mouse Operation
     ii.         Close Application Process
     iii.        Function Call
     iv.         Restart Microsoft Windows
  c) Creating Recovery Scenarios
  d) Associating Recovery Scenarios
10)Virtual Object Configuration
  a) Virtual Object Manager
  b) Defining a Virtual Object
  c) Removing or Disabling Virtual Object Definitions
11)Test Automation Frameworks
  a) Automation Framework
  b) Record & Playback or Linear Framework
  c) Modular Driven framework
  d) Keyword Driven framework
  e) Hybrid driven Framework
12)Automation Object Model


                           VI) VB Script for QTP
1) Introduction
     a) Introducing VB Script
     b) Windows Script Host (WSH)
     c) Crating a script with Note pad
     d) Hosting Environments & Script engines
     e) Available Script engines
2) Comments
     a) Purpose of Comments
     b) Syntax
     c) Comment/Uncomment a block of statements
3) VB Script Variables

For QTP Scripts & QTP Documents visit: www.gcreddy.com 6
For QTP Scripts & QTP Documents visit: www.gcreddy.com

     a) Declaring Variables
     b) Option Explicit Statement
     c) Naming restrictions for Variables
     d) Scope of Variables
     e) Life time of Variables
     f) Assigning values to Variables
     g) Scalar Variables and Array Variables
     h) Dimensional Arrays
     i)   Dynamic Arrays
4) VB Script Data Types
     a) Variant Sub types
5) VB Script Operators
     a) Operator precedence
     b) Arithmetic Operators
     c) Comparison Operators
     d) Concatenation Operators
     e) Logical Operators
6) Input/Output Operations
     a) Inputbox Function
     b) Msgbox Function
7) Constants
     a) Creating Constants
     b) Using Constants
     c) Modifying Constants
8) Conditional Statements
     a) If…Then…Else Statement
     b) Select Case Statement
     c) Making Decisions Using If...Then...Else
     d) Running a Statement if a Condition is True (single statement)
     e) Running Statements if a Condition is True (multiple statements)
     f) Running Certain Statements if a Condition is True and Running Others
        if a Condition is False
     g) Deciding Between Several Alternatives
     h) Executing a certain block of statements when two / more conditions
        are True (Nested If...)
     i)   Making Decisions with Select Case

For QTP Scripts & QTP Documents visit: www.gcreddy.com 7
For QTP Scripts & QTP Documents visit: www.gcreddy.com

     j)   Other Examples
9) Looping Through Code
     a) Loop statements
     b) Do Loops
     c) While…wend statement
     d) For…Next statement
     e) For Each…Next statement
10)Other Statements
11)Procedures
     a) Sub Procedures
     b) Function Procedures
     c) Getting Data into and out of procedures
     d) Using Sub and Function procedures in code
12)VB Script Built-in Functions
     a) Conversions
     b) Dates/Times
     c) Formatting Strings
     d) Input/Output
     e) Math
     f) Miscellaneous
     g) Rounding
     h) Strings
     i)   Variants
13)Methods
14)Objects
     a) ADODB connection
     b) Dictionary
     c) Excel Application
     d) File system Object
     e) Network
     f) Shell
     g) Word Application
     h) XML Document
15)Classes
16)Keywords

For QTP Scripts & QTP Documents visit: www.gcreddy.com 8
For QTP Scripts & QTP Documents visit: www.gcreddy.com

17)Errors
     a) VB Script Runtime Errors
     b) VB script Syntax Errors
18)VBScript syntax rules and guidelines




For QTP Scripts & QTP Documents visit: www.gcreddy.com 9

Contenu connexe

En vedette

Au Psy492 M7 A3 Flick L.
Au Psy492 M7 A3 Flick L.Au Psy492 M7 A3 Flick L.
Au Psy492 M7 A3 Flick L.Lori Flick
 
Cleaning - Nettoyage
Cleaning - NettoyageCleaning - Nettoyage
Cleaning - NettoyageAlapala Inc
 
New features in qtp11
New features in qtp11New features in qtp11
New features in qtp11G.C Reddy
 
QTP 10 00 Guide
QTP 10 00 GuideQTP 10 00 Guide
QTP 10 00 GuideG.C Reddy
 
File System Operations
File System OperationsFile System Operations
File System OperationsG.C Reddy
 
Object Repository
Object RepositoryObject Repository
Object RepositoryG.C Reddy
 

En vedette (6)

Au Psy492 M7 A3 Flick L.
Au Psy492 M7 A3 Flick L.Au Psy492 M7 A3 Flick L.
Au Psy492 M7 A3 Flick L.
 
Cleaning - Nettoyage
Cleaning - NettoyageCleaning - Nettoyage
Cleaning - Nettoyage
 
New features in qtp11
New features in qtp11New features in qtp11
New features in qtp11
 
QTP 10 00 Guide
QTP 10 00 GuideQTP 10 00 Guide
QTP 10 00 Guide
 
File System Operations
File System OperationsFile System Operations
File System Operations
 
Object Repository
Object RepositoryObject Repository
Object Repository
 

Similaire à Qtp Summary

Qtp (basics to advanced)
Qtp (basics to advanced)Qtp (basics to advanced)
Qtp (basics to advanced)G.C Reddy
 
QTP Training
QTP TrainingQTP Training
QTP TrainingG.C Reddy
 
Qtp training in hyderabad
Qtp training in hyderabadQtp training in hyderabad
Qtp training in hyderabadG.C Reddy
 
Qtp certification questions
Qtp certification questionsQtp certification questions
Qtp certification questionsRamu Palanki
 
Perf test Eng interview preparation
Perf test Eng interview preparationPerf test Eng interview preparation
Perf test Eng interview preparationpratik mohite
 
Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...
Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...
Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...MinhTrnNht7
 
Yogesh kumar kushwah represent’s
Yogesh kumar kushwah represent’sYogesh kumar kushwah represent’s
Yogesh kumar kushwah represent’sYogesh Kushwah
 
Prueba de conociemientos Fullsctack NET v2.docx
Prueba de conociemientos  Fullsctack NET v2.docxPrueba de conociemientos  Fullsctack NET v2.docx
Prueba de conociemientos Fullsctack NET v2.docxjairatuesta
 
Inside Azure Diagnostics
Inside Azure DiagnosticsInside Azure Diagnostics
Inside Azure DiagnosticsMichael Collier
 
Qtp sample certification questions and answers
Qtp sample certification questions and answersQtp sample certification questions and answers
Qtp sample certification questions and answersRamu Palanki
 
Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Michael Collier
 
Develop Maintainable Apps - edUiConf
Develop Maintainable Apps - edUiConfDevelop Maintainable Apps - edUiConf
Develop Maintainable Apps - edUiConfAnnyce Davis
 

Similaire à Qtp Summary (20)

Qtp (basics to advanced)
Qtp (basics to advanced)Qtp (basics to advanced)
Qtp (basics to advanced)
 
Qtp 11 notes
Qtp 11 notesQtp 11 notes
Qtp 11 notes
 
QTP Online Training
QTP Online Training QTP Online Training
QTP Online Training
 
QTP Training
QTP TrainingQTP Training
QTP Training
 
Qtp training in hyderabad
Qtp training in hyderabadQtp training in hyderabad
Qtp training in hyderabad
 
Qtp certification questions
Qtp certification questionsQtp certification questions
Qtp certification questions
 
Perf test Eng interview preparation
Perf test Eng interview preparationPerf test Eng interview preparation
Perf test Eng interview preparation
 
Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...
Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...
Python-for-DevOps-Learn-Ruthlessly-Effective-Automation-by-Noah-Gift_-Kennedy...
 
Qtp questions
Qtp questionsQtp questions
Qtp questions
 
Yogesh kumar kushwah represent’s
Yogesh kumar kushwah represent’sYogesh kumar kushwah represent’s
Yogesh kumar kushwah represent’s
 
Manual testing
Manual testingManual testing
Manual testing
 
Prueba de conociemientos Fullsctack NET v2.docx
Prueba de conociemientos  Fullsctack NET v2.docxPrueba de conociemientos  Fullsctack NET v2.docx
Prueba de conociemientos Fullsctack NET v2.docx
 
Qtp syllabus
Qtp syllabus Qtp syllabus
Qtp syllabus
 
java Developing using asp.net
java Developing using asp.netjava Developing using asp.net
java Developing using asp.net
 
Inside Azure Diagnostics
Inside Azure DiagnosticsInside Azure Diagnostics
Inside Azure Diagnostics
 
Qtp test
Qtp testQtp test
Qtp test
 
Qtp sample certification questions and answers
Qtp sample certification questions and answersQtp sample certification questions and answers
Qtp sample certification questions and answers
 
QTP AUTOMATION TESTING SYLLABUS
QTP AUTOMATION TESTING SYLLABUSQTP AUTOMATION TESTING SYLLABUS
QTP AUTOMATION TESTING SYLLABUS
 
Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)Inside Azure Diagnostics (DevLink 2014)
Inside Azure Diagnostics (DevLink 2014)
 
Develop Maintainable Apps - edUiConf
Develop Maintainable Apps - edUiConfDevelop Maintainable Apps - edUiConf
Develop Maintainable Apps - edUiConf
 

Plus de G.C Reddy

Plus de G.C Reddy (11)

Html
HtmlHtml
Html
 
Functions
FunctionsFunctions
Functions
 
Software+struc+doc
Software+struc+docSoftware+struc+doc
Software+struc+doc
 
Qtp (advanced)
Qtp (advanced)Qtp (advanced)
Qtp (advanced)
 
Qtp commands
Qtp commandsQtp commands
Qtp commands
 
Advanced Qtp Book
Advanced Qtp BookAdvanced Qtp Book
Advanced Qtp Book
 
Qtp Scripts
Qtp ScriptsQtp Scripts
Qtp Scripts
 
Manual Testing
Manual TestingManual Testing
Manual Testing
 
Qtp Faq
Qtp FaqQtp Faq
Qtp Faq
 
Qtp Scripts
Qtp ScriptsQtp Scripts
Qtp Scripts
 
Web Dictionary
Web DictionaryWeb Dictionary
Web Dictionary
 

Dernier

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Dernier (20)

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Qtp Summary

  • 1. For QTP Scripts & QTP Documents visit: www.gcreddy.com QuickTest Window / Key Elements of QTP 1) Test Pane 2) Active Screen 3) Data Table 4) Debug viewer 5) Information pane 6) Missing Resources pane 7) QTP commands III) Object Repository 1) Software objects 2) Types of object in QTP a) Runtime Objects b) Test Objects c) Utility Objects d) Automation Objects 3) Object Repository a) Local Repository b) Shared Repository 4) Operations on Object Repository a) Adding Objects b) Renaming Objects c) Deleting Objects d) Associating Object Repositories to an Action e) Exporting Local Objects f) Merging Repositories g) View Options h) Spying Objects i) Importing and Exporting Repositories using XML IV) QTP Testing Process 1) Planning For QTP Scripts & QTP Documents visit: www.gcreddy.com 1
  • 2. For QTP Scripts & QTP Documents visit: www.gcreddy.com a) Analyzing the AUT b) Implementing Automation Framework c) Creating/Selecting Test cases d) Collecting Test Data e) Object Identification Configuration i. Normal Identification 1. Mandatory Properties 2. Assertive Properties ii. Smart Identification 1. Base filter Properties 2. Option filter properties iii. Ordinal Identifier iv. Making Tool Settings Global 2) Generating the basic Test a) Recording i. Normal Recording ii. Analog Recording iii. Low Level Recording iv. Record and Run Settings b) Keyword driven methodology/Shared object repository method/Preparing the script manually c) Descriptive programming/Programmatic Descriptions i. Entering Programmatic Descriptions Directly into Statements ii. Using Description Objects for Programmatic Descriptions iii. Retrieving Child Objects iv. Using the Index Property in Programmatic Descriptions v. Creating Checkpoints Programmatically 3) Enhancing the Test a) Inserting Check points i. Standard Checkpoint ii. Text Checkpoint iii. Text Area Checkpoint iv. Bitmap Checkpoint v. Database Checkpoint vi. Accessibility Checkpoint vii. XML Checkpoint (From Application) For QTP Scripts & QTP Documents visit: www.gcreddy.com 2
  • 3. For QTP Scripts & QTP Documents visit: www.gcreddy.com viii. XML Checkpoint (From Resource) ix. Page Checkpoint x. Image Checkpoint xi. Table Checkpoint b) Inserting Output values i. Standard Output value ii. Text Output value iii. Text Area Output value iv. Database Output value v. XML Output value (From Resource) c) Adding Comments d) Synchronization i. Inserting Wait Statement ii. Inserting Synchronization Point iii. Increasing Tool Default Synchronization Time iv. Sync method (only for web) v. Selecting appropriate method e) Parameterization i. Data Driven Testing through Loop statements ii. Dynamic Test Data Submission through Looping iii. Data Driven Testing through Data Table iv. Importing Test Data from External files v. Creating a Database, Tables and Entering Data vi. Creating DSN vii. Importing Test Data from Databases f) Inserting Programmatic statements i. Inserting Conditional Statements ii. Inserting Loop statements iii. Using VB Script Built-in Functions g) Generating steps through Step Generator h) Inserting Transaction points i. Start Transaction ii. End Transaction i) Enhancing Tests with the windows API 4) Debugging the Test For QTP Scripts & QTP Documents visit: www.gcreddy.com 3
  • 4. For QTP Scripts & QTP Documents visit: www.gcreddy.com a) Debug Commands i. Step Into ii. Step Over iii. Step Out b) Inserting/Removing Brake Points c) Watching variables d) Changing Variable values 5) Running the Test a) Normal execution b) Test Batch execution i. Test batch formation ii. Batch execution iii. Partial Batch execution 6) Analyzing the Test Results a) Test Result Viewer b) Analyzing Test Results c) Exporting Test Results d) Test Results Deletion 7) Reporting Defects a) Manual Defect Reporting b) Tool based Defect Reporting c) Integration with Quality Center V) QTP Advanced Features 1) Regular expressions 2) Environment Variables a) Built-in Variables b) User Defined Variables c) Defining, modifying and associating environment variables 3) Methods a) QTP Methods b) VB Script Methods 4) Actions a) Types of actions i. Non-reusable Actions For QTP Scripts & QTP Documents visit: www.gcreddy.com 4
  • 5. For QTP Scripts & QTP Documents visit: www.gcreddy.com ii. Re-Usable actions iii. External Actions b) Creating an Action c) Splitting Actions d) Renaming an Action e) Deleting an Action f) Making an Reusable/Non-Reusable g) Calling an existing Action h) Copying an Actions i) Action Parameters 5) Functions a) Preparing Procedures b) Associating Procedures to QTP tests c) Modifying Procedures d) Calling Procedures 6) Dynamic Handling of Object Repositories a) Loading Repositories directly through Utility Object b) Finding Repository Position c) Removing Repositories 7) Data Driven Testing through Scripting a) Importing Data from Flat files b) Importing Data from spread sheets c) Importing Data from Databases i. Ms Access ii. SQL Server iii. Oracle 8) File System Operations a) File system Object b) Creating Files c) Reading Data d) Writing Data e) Creating Folders f) Creating Drives 9) Recovery Scenarios a) Trigger events For QTP Scripts & QTP Documents visit: www.gcreddy.com 5
  • 6. For QTP Scripts & QTP Documents visit: www.gcreddy.com i. Pop-Up window ii. Object State iii. Test Run Error iv. Application Crash b) Recovery Operations i. Keyboard or Mouse Operation ii. Close Application Process iii. Function Call iv. Restart Microsoft Windows c) Creating Recovery Scenarios d) Associating Recovery Scenarios 10)Virtual Object Configuration a) Virtual Object Manager b) Defining a Virtual Object c) Removing or Disabling Virtual Object Definitions 11)Test Automation Frameworks a) Automation Framework b) Record & Playback or Linear Framework c) Modular Driven framework d) Keyword Driven framework e) Hybrid driven Framework 12)Automation Object Model VI) VB Script for QTP 1) Introduction a) Introducing VB Script b) Windows Script Host (WSH) c) Crating a script with Note pad d) Hosting Environments & Script engines e) Available Script engines 2) Comments a) Purpose of Comments b) Syntax c) Comment/Uncomment a block of statements 3) VB Script Variables For QTP Scripts & QTP Documents visit: www.gcreddy.com 6
  • 7. For QTP Scripts & QTP Documents visit: www.gcreddy.com a) Declaring Variables b) Option Explicit Statement c) Naming restrictions for Variables d) Scope of Variables e) Life time of Variables f) Assigning values to Variables g) Scalar Variables and Array Variables h) Dimensional Arrays i) Dynamic Arrays 4) VB Script Data Types a) Variant Sub types 5) VB Script Operators a) Operator precedence b) Arithmetic Operators c) Comparison Operators d) Concatenation Operators e) Logical Operators 6) Input/Output Operations a) Inputbox Function b) Msgbox Function 7) Constants a) Creating Constants b) Using Constants c) Modifying Constants 8) Conditional Statements a) If…Then…Else Statement b) Select Case Statement c) Making Decisions Using If...Then...Else d) Running a Statement if a Condition is True (single statement) e) Running Statements if a Condition is True (multiple statements) f) Running Certain Statements if a Condition is True and Running Others if a Condition is False g) Deciding Between Several Alternatives h) Executing a certain block of statements when two / more conditions are True (Nested If...) i) Making Decisions with Select Case For QTP Scripts & QTP Documents visit: www.gcreddy.com 7
  • 8. For QTP Scripts & QTP Documents visit: www.gcreddy.com j) Other Examples 9) Looping Through Code a) Loop statements b) Do Loops c) While…wend statement d) For…Next statement e) For Each…Next statement 10)Other Statements 11)Procedures a) Sub Procedures b) Function Procedures c) Getting Data into and out of procedures d) Using Sub and Function procedures in code 12)VB Script Built-in Functions a) Conversions b) Dates/Times c) Formatting Strings d) Input/Output e) Math f) Miscellaneous g) Rounding h) Strings i) Variants 13)Methods 14)Objects a) ADODB connection b) Dictionary c) Excel Application d) File system Object e) Network f) Shell g) Word Application h) XML Document 15)Classes 16)Keywords For QTP Scripts & QTP Documents visit: www.gcreddy.com 8
  • 9. For QTP Scripts & QTP Documents visit: www.gcreddy.com 17)Errors a) VB Script Runtime Errors b) VB script Syntax Errors 18)VBScript syntax rules and guidelines For QTP Scripts & QTP Documents visit: www.gcreddy.com 9