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 are the files created after executing QTP script file, please specify the file names with extensions
What is a recovery scenario?
What is creation time property and how does it work?
DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
What is the file extension of the code file and object repository file in QTP?
After geting the modules where we generate the script ie in qtp or notpad ?
How you create new action in qtp?
I learned all the objects of my application in object repository thru English Language. now i want to use same object repository for other languages(French,Dutuch and Chinese)
what is descriptive programming? what are the mandotory properties in qtp? what are libriry functions in qtp? what frame work you are using at your project? what is object repositery? what is our role as per qtp project is concerned as a software tester?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
how to export the result to notepad....for example i want to enter the user name and pass word and clicking on login button ......once you click on login button the corresponding page will open ...in that page you having one list box ...here you can get either success or failure ........friends here i want export the message what ever i got either success or failure .....how to export the result to note pad
How Does Run time data (Parameterization) is handled in QTP?