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 |
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
How will u integrate oracel with QTP?
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
What is LoadRunner?
What is standalone database?
Tell me about userdefined functions ?
Both static and dynamic arrays are handled by the vb script. Is it true?
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
is it possible to add sheets to excel at runtime
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
How to handle the exceptions using recovery scenario manager In QTP?