what is descriptive programming in QTP? How can be done?
Answer Posted / amit puhan
: Programming is done without using the object repository
is called descriptive programming. To do this we provide
QTP the list of properties & values, that qtp can use to
identify the object on which we want to perform the
operation. There 2 methods on
Which we go for descriptive programming
 Specify the list of properties and values, which
describe the object directly in the statement.
 Use a description object which has a method cold
create
Note: - When the objects that create dynamically. Console
based application, lesson of object in the application.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
What are the Disadvantages of shared object repository?
How do you synchronization point through DP?
Approach for Installation,comaptibility,system testing
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to find the difference between 2 dates in qtp?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How many types of recording modes in qtp? Describe each type with an example where we use them?
How you can make an action as re-usable action?
What is a recovery scenario?
Explain step generator in qtp?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Can we run test with out adding object in object repository? How it is possible?