what is meant by descriptive programming?
Answers were Sorted based on User's Feedback
Answer / khemlal sinha (mcafee)
when you record an application in QTP it will add that object in object repository . while running the test it will identify ogject based on the property available for that object in repository.
in descriptive programming you will write the description of each object in the script itself so you won't be dependent on object repository .
let me know if you got it or not
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siva
In DP, we’re "manually" specifying the properties and values by which the relevant object will be identified. This way QTP won’t search for the properties data in the OR, but will take it from the DP statement. This can be done in a fast, ad-hoc way, in the very line of the command we want to execute
The syntax is: Class(PROPERTIESSTRINGS).Command, where PROPERTIESSTRINGS specifies the properties and values for the object’s identification.
For example:
VBWindow("property1:=value1″, "property2:=value2″).Click
VBWindow" class is just an example for DP with VB objects
| Is This Answer Correct ? | 0 Yes | 0 No |
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
How to handle Java tree in QTP?
How to compare the two strings?
Is there any thing that we can replace recovery scenario manager in QTP.
Where are the snapshots stored?
Hoe we can export TEST RESUALT IN to XL-sheet?
More details about keyword driven technique in QTP
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?
how to display message with out using msgbox function?
regular expression in qtp standar check point for months from accepting months from january to december only
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
HOW do we find a datasheet when there are 4 datasheets in data table.this question was asked by covansys interview.