ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
What is descriptive programming?
 Question Submitted By :: Naruboinac
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is descriptive programming?
Answer
# 1
Please refer the following link to get your answer:

http://www.knowledgeinbox.com/files/DP_in_QTP.doc
 
Is This Answer Correct ?    1 Yes 0 No
Mercy
 
  Re: What is descriptive programming?
Answer
# 2
great link.
thanx.
 
Is This Answer Correct ?    0 Yes 0 No
Archana
 
 
 
  Re: What is descriptive programming?
Answer
# 3
very nice document
 
Is This Answer Correct ?    0 Yes 0 No
Saravana
 
  Re: What is descriptive programming?
Answer
# 4
Thanks,
It is a great document.
 
Is This Answer Correct ?    0 Yes 0 No
Chinmaya Khatua
 
  Re: What is descriptive programming?
Answer
# 5
It is a Very useful link for the Bigeners
 
Is This Answer Correct ?    0 Yes 0 No
Uma
 
  Re: What is descriptive programming?
Answer
# 6
Descriptive Programming:
Whenever QTP records any action on any object of an 
application, it adds some description on how to recognize 
that object to a repository of objects called object 
repository. QTP cannot take action on an object until 
unless its object description is in the Object Repository. 
But descriptive programming provides a way to perform 
action on objects which are not in Object repository
 
Is This Answer Correct ?    0 Yes 0 No
Vinay
 
  Re: What is descriptive programming?
Answer
# 7
link doesnt work anymore.....
 
Is This Answer Correct ?    0 Yes 0 No
Chowdhury
 
  Re: What is descriptive programming?
Answer
# 8
thanx for sharing ur knowledge
 
Is This Answer Correct ?    0 Yes 0 No
Lavanya
 
  Re: What is descriptive programming?
Answer
# 9
thanx for giving these nice information.
 
Is This Answer Correct ?    0 Yes 0 No
Hema
 
  Re: What is descriptive programming?
Answer
# 10
Its very very useful link.A million thanx for u
 
Is This Answer Correct ?    0 Yes 0 No
Sravya
 
  Re: What is descriptive programming?
Answer
# 11
mercy the link u provided is no more working.
so kindly try to reach out with some alternative.
 
Is This Answer Correct ?    0 Yes 0 No
Giri
 
  Re: What is descriptive programming?
Answer
# 12
Mercy !Great link
Than you verymuch
 
Is This Answer Correct ?    0 Yes 0 No
Ramchowdary
 
  Re: What is descriptive programming?
Answer
# 13
Hi ..plz can Anyone provide me the Link..
 
Is This Answer Correct ?    0 Yes 0 No
Santosh
 
  Re: What is descriptive programming?
Answer
# 14
Without giving the object information into the object 
repository
we can directly execute the test scripts by using DP.By 
considering 
following condition we will come to know how useful DP is.

1. When objects are dynamic in nature, they require special 
handling
 to identify the object, to handle this type of objects we 
use 
 descriptive programming.The best example would be to click 
on the 
 link which changes according to the user of the 
application.
2. When Object Repository is getting huge in size, due to 
adding No.of
 objects into it, the performance of QTP will be decreased.
3. When you dont want to use the object repository at all, 
then the 
 first question will be why not object repository. 
considering some
 scenarios we can understand the importance of DP.

Scenario 1. When we are having an application, which is not 
yet been
 developed, or in the state of run, QTP requires the 
application to be
up to record the object properties to identify an object. 
waiting for
the application to be up will be the waste of time, and if 
we know the
flow of the application, then we can start writing DP.

Scenario 2. If we having an application, with 3 text 
buttons each in
a page, adding all this 3 objects into the object 
repository, in the 
flow of 10 pages, a total 30 objects will be added into the 
repository,
which is not a good practice, by writing 3 descriptions for 
the objects
we can add them to the repository.

4. Modification for test script is required, but the 
repository for the
same will be in the state of "readonly" or in "shared 
mode", so modification
will impact other scripts as well.
5. When we are performing similar type of action on 
objects,i.e, when
we are having an application with 20 text buttons, adding 
all this
objects will not be a good practice.
 
Is This Answer Correct ?    2 Yes 0 No
Gopal
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.  1
Where the text version of script file located in file system?  1
Explain about the Test Fusion Report of QTP ? Ordain-Solutions1
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes STC3
How to open any application during Scripting in QTP? IBM6
Wt is the difference between Business Component and scripted component? BSL1
Waht is diff between SystemUtil.Run and invokeapplication  4
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible. Zensar1
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance... IBM2
how can we test load time of an page in webtesting? Ordain-Solutions2
How to get line numbers in your editor in expert view?  2
how can i impliment error handling in QTP? Ordain-Solutions5
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If  1
what is the use of VIRTUAL OBJECTS? explain ? TCS10
Hello Guys, Can anybody Explain me about Automation framework?? and how can we prepareAutomation Framework using QTP Sapient3
how to change the properties of object during run time . plz give the code using flight reservation  1
How can we redirect QTP results in to a excel sheet after the execution Virtusa2
Whenever i'm running 3 diffrent scripts in a Test Batch Runner as a batch. its not showing any result. QTP only runs all the scripts n nothing else. B4 running the test batch i have done all the settings, But still its not working.  2
explian about the qtp frame work? where u can use it in your project?  1
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea . Quest2
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com