What is Descriptive Programing? In which cases, we will go
for descriptive programing?
Answers were Sorted based on User's Feedback
Answer / ashish srivastava
1.When you do not want to use the Object Repository and
want to sepcify the property value of an object by writing
on the script.In that case we use Descripting Programming
(DP)
2. When we want to create function inthe external file such
as class File Library then we use descriptive programing.
3. When we know the property value of the object that are
use in the application by the developer ,so we can start
writing the script before the application come to the AUT
(Application Under Test).In that case we can use
descriptive programming
4. When we want to reduce the size of the Object Repository
In that case we use descriptive programing
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / mahabooob
The Objects in the application are dynamic in nature and needs special handling to identify the objects ,The best example would be of clicking a link which chages acording to the user of the application.
When the objectrepository is being huge due to the number of objects being added to the application ,if the objectrepository is increase too much decrease the performance of the qtp in order to identify the object,
when the application is not developed at,writing the scripts for application is application to be up,or if we no the descriptions of the objects we can starthem of the early stage.
Is This Answer Correct ? | 0 Yes | 2 No |
What is the use of Accessibility check point?
How to break the object spy ?
How to find Operating system information using QTP script?
How to interact tool & application build in QTP?
What is the XML file architecture ?
1)Difference Between Value & RawValue?
What is the Diff between Image check-point and Bit map Check point?
what is the use of Browser.sync()
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
Explain in brief about the quicktest professional automation object model?
what is run-time object in qtp? explain with example?
Did the scripts need lot of maintenance? If yes, why?