SlideShare a Scribd company logo
DP 101 in 60 simple slides www.AdvancedQTP.com
What is DP? DP stands for  Descriptive Programming
But what  IS   DP? I t’s a cool way to work without QTP’s Object-Repository (OR)
Why would I want to do that?
Many reasons
You have to Functions & Recovery scenarios work with different actions Different actions = Different ORs
Do I know you? Can’t be sure…
You have to Can’t record certain objects Auto-hide panels Objects with changing hierarchies Nested inner-objects, Sub menus
Hold still, damnit! Even when you think you got it, all the properties turn out null
Simplicity Why kill a fly with an atom bomb? No need to use the OR for every one-time click button in the application
And, You can do VERY cool things with DP
OK, bring it on
First, we need to better understand the Object Repository What the OR is How does the OR work
I thought DP is all about NOT using the OR…
Well, yes, but under the hood, DP & the OR work the same way To understand the OR, is to understand DP
What is the OR?
A mysterious beast that records objects, in order to use them later
What is to record an object? Write down how to identify it
Who are you? = How can I identify you?
Identification is done with  properties  and  values
Who are you? = Your height = 400 Your title = “NotePad” You are visible (=True)
So, What IS the OR? Collections of properties & corresponding values Each collection represents an object No mysterious beast here
OK, So what IS DP? DP is a way for specifying the properties & values without using the OR interface No mysterious beast here, either
OK, I get it, there’s nothing more than properties and values Can we get on with it?
How do I  actually  use DP? There are two ways
1 Throw the properties and values straight into a command
It’s the good old syntax you know, except the string between the () is not the OR name.  It’s the property:=value identification string
That’s kinda restrictive What if I want to use multiple identification properties?
No problem: VBWindow(“height:=400”, “title:=New Document”).Maximize You can use as many properties as you like
All fine and well, but what if I want to use regular expressions?
No problem: VBWindow(“title:=.*Document.*”).Maximize ID strings are automatically interpreted as regular expressions
2 Throw the properties & values into a description object, and throw IT into the command
Here also, all the values are interpreted as regular expressions. To turn it off, use  oDesc(“Property1”).RegularExpression = False
Method 1 is faster, best used for one or two commands, tops
When you want to execute multiple commands on an object, method 2 is a better choice by far (allows one-time definitions, multiple uses)
You can use DP with OR VBWindow(“OR”).VBButton(“text:=OK”).Click Or  (when oDesc is a description object): VBWindow(“OR”).VBButton(oDesc).Click
But ,  you can only start from OR, and move to DP So this will not work: VBWindow(“title:=notgood”).VBButton(“clickme”).Click
And that’s about it You can use each of the methods (or combine them), and you’ll be able to use objects that are not in the OR
You said I could do really cool stuff with DP!
Right you are We’ll cover some of the more popular tricks and tips These examples are only the tip of the iceberg. Play with them and see the true power of DP
The power of the string DP is nothing more than simple strings We can do such interesting things with strings…
The power of the string Say we got an app with 4 checkboxes, check0, …, check4 We can set all of them with a nice simple loop:
The power of the string Very complex identification tasks can be done via strings manipulation Try different variations for yourself
Solving double objects When QTP finds two object which match the same description, it freezes This kinda sucks
?
DP has a magic property: “index”, which allows us to tell the double objects apart Index is a zero-based counter
All is well
Getting objects collections This feature is so cool, deserves a title on its own
THE  coolest thing you can do with DP, is to get a collection of all the objects that math an identification
I don’t know who you are, or how many are you, but I want to mark all of you!  Regular DP won’t help - Don’t know how to identify each checkbox
Object collections to the rescue! Step 1: define a description object
Object collections to the rescue! Step 2: get all matching objects
Object collections to the rescue! Step 3: Use the collection oChildren now holds a collection of all the checkboxes So the first checkbox is accessed by: oChildren(0)
What can we do with it? Anything we want
Example for common uses Mark all Checkboxes Mark all checkboxes with a certain property (even RO)
The possibilities are endless Randomly input fields Input only mandatory fields Zero maintenance (new fields are added automatically, blind to UI changes) Select object which match complex identification criteria (write custom if filters) The list goes on and on…
OK, this is indeed cool, but it only gets us the inner controls of a given window. Can we also get the application’s top level windows?
Sure
So, With DP we can work with no OR Sometimes we have to use it Other times it’s just more fun and useful DP also throws in a lot of extras that make it an inseparable part of good QTP automation Taste it, Experience it, Learn it, Use it, Love it It’s worth your while
And that was DP in 60 slides

More Related Content

PPT
Qtp Descriptive Programming
PDF
CPAP.com Introduction to Coding: Part 1
PPT
Chapter 9 - Characters and Strings
PPT
JAVA Tutorial- Do's and Don'ts of Java programming
PDF
Thomson reuters qtp training presentation
PDF
Advanced Qtp Book
DOC
Qtp interview questions and answers
PPT
Hp Quick Test Professional
Qtp Descriptive Programming
CPAP.com Introduction to Coding: Part 1
Chapter 9 - Characters and Strings
JAVA Tutorial- Do's and Don'ts of Java programming
Thomson reuters qtp training presentation
Advanced Qtp Book
Qtp interview questions and answers
Hp Quick Test Professional

Viewers also liked (20)

PPT
QTP/UFT latest interview questions 2014
PPT
Automation Framework/QTP Framework
PDF
QTP Descriptive Programming Unplugged Book
DOC
PPTX
Three horizons
PPTX
Google Moonshots
PDF
Opener to the three horizons for innovation
PPT
Three Horizons 18 Sept 2013 - Basic Introduction
PPT
Strategy horizons diagram
PPT
Sharpe and Hodgson 3H presentation
PPT
IFF Three Horizons Slides
PPT
Ppt Qtp
PPTX
Open Source as an Element of Corporate Strategy: A Case Study at Samsung
PPT
Qtp Basics
PDF
2014 Demand Metric Outlook Study: Highlights & Horizons
PDF
DISC Personalty Assessments - Your Key to Professional Success
PPTX
DISC Personality Test introduction
PPT
Effective Presentation Skills
PPTX
02_Brand Consultancy_Luxury Strategy Case Studies Zara Supply Chain Managemen...
PPTX
Horizon scanning and future trends
QTP/UFT latest interview questions 2014
Automation Framework/QTP Framework
QTP Descriptive Programming Unplugged Book
Three horizons
Google Moonshots
Opener to the three horizons for innovation
Three Horizons 18 Sept 2013 - Basic Introduction
Strategy horizons diagram
Sharpe and Hodgson 3H presentation
IFF Three Horizons Slides
Ppt Qtp
Open Source as an Element of Corporate Strategy: A Case Study at Samsung
Qtp Basics
2014 Demand Metric Outlook Study: Highlights & Horizons
DISC Personalty Assessments - Your Key to Professional Success
DISC Personality Test introduction
Effective Presentation Skills
02_Brand Consultancy_Luxury Strategy Case Studies Zara Supply Chain Managemen...
Horizon scanning and future trends
Ad

Similar to QTP Descriptive Programming (20)

DOCX
oop micro 2 ok.docx
PDF
Solution to warsaw's crackme1.1
PPT
What does OOP stand for?
KEY
Learning To Walk In Shoes
PDF
Advanced java script essentials v1
PDF
The Ring programming language version 1.5.2 book - Part 6 of 181
PDF
The Ring programming language version 1.4 book - Part 11 of 30
PDF
Dependency Injection Why is it awesome and Why should I care?
PPTX
All of Javascript
PDF
writing self-modifying code and utilizing advanced assembly techniques
KEY
Java Building Blocks
PPTX
Dapper: the microORM that will change your life
PDF
The Ring programming language version 1.5.4 book - Part 39 of 185
PDF
Thinking In Swift
PDF
An SEO’s Intro to Web Dev PHP
ODP
Notes About Linden Scripting 2009 Congress
PDF
Dependency Injection
PDF
The Ring programming language version 1.5.2 book - Part 38 of 181
PDF
Ruby Gotchas
PDF
Creating your own Abstract Processor
oop micro 2 ok.docx
Solution to warsaw's crackme1.1
What does OOP stand for?
Learning To Walk In Shoes
Advanced java script essentials v1
The Ring programming language version 1.5.2 book - Part 6 of 181
The Ring programming language version 1.4 book - Part 11 of 30
Dependency Injection Why is it awesome and Why should I care?
All of Javascript
writing self-modifying code and utilizing advanced assembly techniques
Java Building Blocks
Dapper: the microORM that will change your life
The Ring programming language version 1.5.4 book - Part 39 of 185
Thinking In Swift
An SEO’s Intro to Web Dev PHP
Notes About Linden Scripting 2009 Congress
Dependency Injection
The Ring programming language version 1.5.2 book - Part 38 of 181
Ruby Gotchas
Creating your own Abstract Processor
Ad

Recently uploaded (20)

PPTX
Big Data Technologies - Introduction.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPT
Teaching material agriculture food technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Cloud computing and distributed systems.
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Machine learning based COVID-19 study performance prediction
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Spectroscopy.pptx food analysis technology
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
Big Data Technologies - Introduction.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Teaching material agriculture food technology
Network Security Unit 5.pdf for BCA BBA.
Reach Out and Touch Someone: Haptics and Empathic Computing
Diabetes mellitus diagnosis method based random forest with bat algorithm
Cloud computing and distributed systems.
MIND Revenue Release Quarter 2 2025 Press Release
Encapsulation_ Review paper, used for researhc scholars
Machine learning based COVID-19 study performance prediction
Dropbox Q2 2025 Financial Results & Investor Presentation
Spectral efficient network and resource selection model in 5G networks
Spectroscopy.pptx food analysis technology
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MYSQL Presentation for SQL database connectivity
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Empathic Computing: Creating Shared Understanding
“AI and Expert System Decision Support & Business Intelligence Systems”

QTP Descriptive Programming

  • 1. DP 101 in 60 simple slides www.AdvancedQTP.com
  • 2. What is DP? DP stands for Descriptive Programming
  • 3. But what IS DP? I t’s a cool way to work without QTP’s Object-Repository (OR)
  • 4. Why would I want to do that?
  • 6. You have to Functions & Recovery scenarios work with different actions Different actions = Different ORs
  • 7. Do I know you? Can’t be sure…
  • 8. You have to Can’t record certain objects Auto-hide panels Objects with changing hierarchies Nested inner-objects, Sub menus
  • 9. Hold still, damnit! Even when you think you got it, all the properties turn out null
  • 10. Simplicity Why kill a fly with an atom bomb? No need to use the OR for every one-time click button in the application
  • 11. And, You can do VERY cool things with DP
  • 13. First, we need to better understand the Object Repository What the OR is How does the OR work
  • 14. I thought DP is all about NOT using the OR…
  • 15. Well, yes, but under the hood, DP & the OR work the same way To understand the OR, is to understand DP
  • 16. What is the OR?
  • 17. A mysterious beast that records objects, in order to use them later
  • 18. What is to record an object? Write down how to identify it
  • 19. Who are you? = How can I identify you?
  • 20. Identification is done with properties and values
  • 21. Who are you? = Your height = 400 Your title = “NotePad” You are visible (=True)
  • 22. So, What IS the OR? Collections of properties & corresponding values Each collection represents an object No mysterious beast here
  • 23. OK, So what IS DP? DP is a way for specifying the properties & values without using the OR interface No mysterious beast here, either
  • 24. OK, I get it, there’s nothing more than properties and values Can we get on with it?
  • 25. How do I actually use DP? There are two ways
  • 26. 1 Throw the properties and values straight into a command
  • 27. It’s the good old syntax you know, except the string between the () is not the OR name. It’s the property:=value identification string
  • 28. That’s kinda restrictive What if I want to use multiple identification properties?
  • 29. No problem: VBWindow(“height:=400”, “title:=New Document”).Maximize You can use as many properties as you like
  • 30. All fine and well, but what if I want to use regular expressions?
  • 31. No problem: VBWindow(“title:=.*Document.*”).Maximize ID strings are automatically interpreted as regular expressions
  • 32. 2 Throw the properties & values into a description object, and throw IT into the command
  • 33. Here also, all the values are interpreted as regular expressions. To turn it off, use oDesc(“Property1”).RegularExpression = False
  • 34. Method 1 is faster, best used for one or two commands, tops
  • 35. When you want to execute multiple commands on an object, method 2 is a better choice by far (allows one-time definitions, multiple uses)
  • 36. You can use DP with OR VBWindow(“OR”).VBButton(“text:=OK”).Click Or (when oDesc is a description object): VBWindow(“OR”).VBButton(oDesc).Click
  • 37. But , you can only start from OR, and move to DP So this will not work: VBWindow(“title:=notgood”).VBButton(“clickme”).Click
  • 38. And that’s about it You can use each of the methods (or combine them), and you’ll be able to use objects that are not in the OR
  • 39. You said I could do really cool stuff with DP!
  • 40. Right you are We’ll cover some of the more popular tricks and tips These examples are only the tip of the iceberg. Play with them and see the true power of DP
  • 41. The power of the string DP is nothing more than simple strings We can do such interesting things with strings…
  • 42. The power of the string Say we got an app with 4 checkboxes, check0, …, check4 We can set all of them with a nice simple loop:
  • 43. The power of the string Very complex identification tasks can be done via strings manipulation Try different variations for yourself
  • 44. Solving double objects When QTP finds two object which match the same description, it freezes This kinda sucks
  • 45. ?
  • 46. DP has a magic property: “index”, which allows us to tell the double objects apart Index is a zero-based counter
  • 48. Getting objects collections This feature is so cool, deserves a title on its own
  • 49. THE coolest thing you can do with DP, is to get a collection of all the objects that math an identification
  • 50. I don’t know who you are, or how many are you, but I want to mark all of you! Regular DP won’t help - Don’t know how to identify each checkbox
  • 51. Object collections to the rescue! Step 1: define a description object
  • 52. Object collections to the rescue! Step 2: get all matching objects
  • 53. Object collections to the rescue! Step 3: Use the collection oChildren now holds a collection of all the checkboxes So the first checkbox is accessed by: oChildren(0)
  • 54. What can we do with it? Anything we want
  • 55. Example for common uses Mark all Checkboxes Mark all checkboxes with a certain property (even RO)
  • 56. The possibilities are endless Randomly input fields Input only mandatory fields Zero maintenance (new fields are added automatically, blind to UI changes) Select object which match complex identification criteria (write custom if filters) The list goes on and on…
  • 57. OK, this is indeed cool, but it only gets us the inner controls of a given window. Can we also get the application’s top level windows?
  • 58. Sure
  • 59. So, With DP we can work with no OR Sometimes we have to use it Other times it’s just more fun and useful DP also throws in a lot of extras that make it an inseparable part of good QTP automation Taste it, Experience it, Learn it, Use it, Love it It’s worth your while
  • 60. And that was DP in 60 slides