Why you are Using Descriptive programming instead of Object
Repository?
Answer Posted / ram.polavarapu
well for small application we can go for object repository
and we can add the all objects if the application is big
then we can not add the all the objects in to the object
repository that time we can use the discriptive scipting
by using object repository the process is going to be
slow when we compare with descriptive programming
with out open the application also we can write the
descriptive programming.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Name the properties you would use for identifying a browser and page when using descriptive programming?
How to find the name of the machine where you are running your automation scripts in qtp?
Problem with XML checkpoint in QTP ?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
How to export quicktest professional (qtp) results to an .xls file?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How does you pass optional arguments in qtp?
explain how to write vb script in qtp?when will you write own script?
What is test object model in quicktest professional (qtp)?
how to prepared for first for the first interview?
How many ways is to parameterize the value?
How would you directly trigger javascript in a test?
How can i initiate the objects to find uniquely in OR
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me