When Object Repository is available what is the necessity
of having Descriptive programming which needs more
scripting efforts.
Answers were Sorted based on User's Feedback
Answer / tvl
If we recorded any script,the references of that script
will store in object repository.
when we used Descriptive programming(descriptive
programming is used for with out getting the build using
the prototype test engg.. will write the script.)there is
no object repository because the script has not recorded.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vineela
If we use Object repository for large applications with lot of objects, Its size increases tremendously and thereby affecting the script running performance (lot of time for accessing the objects coz of huge size). Also if objects are dynamically changing...
We go for descriptive programming where in we avoid usage of object repository by describing all objects in code itself and there by improving performance.
Also dp scripts are portable and version independent
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sri
if we test the large applications object repository stores
many objects and it may reduce the execution speed.Object
repository may leads to wrong results sometime.So in many
companies descriptive programming is peferred.
Is This Answer Correct ? | 0 Yes | 1 No |
What is Descriptive Programing? In which cases, we will go for descriptive programing?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
is it possible to add sheets to excel at runtime
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
In an application you have a web table. You are provided with an external Excel sheet with the same structure as that of the web table. How will you retrieve all data from the web table and compare it with corresponding data available in the excel sheet, using QTP? How will you report the results in QTP?
what is the syntax for regular expression in QTP? how to create user defined functions in QTP?
in flight reservation ex once u login, u go into next window where we hav an option of new, open and help etc.. how to fetch those options and to go to respectiv tab accordingly using qtp.. plz let me knw answer for tis as early as possible. Thanks in advance... asha
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
How will you handle the situation when object is not captured during record?
how can we retrieve ten rows from the data table using loop concept?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
What is the difference between Global and Local Data Sheets?