what is the Descriptive Progarmming? how it is help to
testers in QTP?

Answers were Sorted based on User's Feedback



what is the Descriptive Progarmming? how it is help to testers in QTP? ..

Answer / mukesh

I aggree with murali answer. The thing is that without
using object repository we have to descibe the object
properties in the script itself. by this we can save lot of
space and one more thing is that we can't use check points
while doing DP since object repository is required for
check points

Is This Answer Correct ?    1 Yes 0 No

what is the Descriptive Progarmming? how it is help to testers in QTP? ..

Answer / murali raju

without using object repository...we can able to run the
scripts using descriptive programming..whenever object
properties are changed,or objects are not recognized
properly..and object repostiroy size will increase..that's
the reason we write descriptive programming..just we add
the properties in our scripting..if u want how to write
descritptive progrmming ...then i will explaing later..

Is This Answer Correct ?    0 Yes 0 No

what is the Descriptive Progarmming? how it is help to testers in QTP? ..

Answer / indu

Murali this is indu.i know how to wok with qtp but,the prob
is in wiriting descriptive programming.will u pla tell how
will write the D.P.

Is This Answer Correct ?    0 Yes 0 No

what is the Descriptive Progarmming? how it is help to testers in QTP? ..

Answer / narendra

I echo with Murali answer and one more important advantage
of DP is.. we can run the DP wherever we want without OR
setting dependencies. e.g If we have a DP for yahoo
application and we can copy and paste the DP wherever the
QTP available and yahoo application accessible then simply
run it.

Hello Indu, find the DP program for gmail login below

browser("title:=Gmail: Email from Google - Microsoft
Internet Explorer").page("title:=Gmail: Email from
Google").WebEdit("name:=Email").Set "uname"

browser("title:=Gmail: Email from Google - Microsoft
Internet Explorer").page("title:=Gmail: Email from
Google").WebEdit("name:=Passwd").SetSecure "encrypted format
of password"

browser("title:=Gmail: Email from Google - Microsoft
Internet Explorer").page("title:=Gmail: Email from
Google").WebButton("name:=Sign in").Click

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to supress warnings from the "Test results page"?

4 Answers  


what is difference between calling a function and reusing an action?

1 Answers  


In a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.

1 Answers   College School Exams Tests, UHG,


What are the steps involved in recovery scenario wizard?

0 Answers  


how to test globalisation testing using qtp? lets take an example: suppose i have to test the word is in hindi "ratikanta", how we test it by using descriptive programming or any method??

2 Answers   Siemens,






How to track the execution time?

2 Answers  


can u put checpoints for moving images

2 Answers   Accenture,


What is the difference between Keyword Driven test and Data Driven test?

0 Answers  


What is the difference between the design-time and run-time data tables?

0 Answers  


how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

1 Answers   Mphasis,


What is a checkpoint? How many check points are there in qtp?

0 Answers  


If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.

4 Answers  


Categories