In automation testing, while doing descriptive programing;
how will u get the properties of the objects in what
format, what type of a document, and by whom? Pls explain
in detail. Thanks a lot
Answer Posted / saroj
We usually write descriptive programming while we have to
work on a object which appears run time( unable to add to
the repository). ex: I have to add some links to a page run
time and need to click on them. Here we have to write
descriptive programing to work on the links. As I know the
following properties ( Class: Link, Name:<linkname> ).
Using this combination write descriptive programming.
Set midesc=Description.Create()
midesc("micclass").value="link"
midesc("text").value="<name>"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does quicktest professional (qtp) identifies the object in the application?
what is Property......End Property loop? how to write sript for it in QTP
Is it possible to change the values of analog recording?
what is vmodel?advantages and disadvantages of vmodel?
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What are the features and benefits of quick test pro (qtp 8.0)?
Can launch two instances of qtp on the same machine?
Object repositories types, which and when to use?
What are the general steps involved in the data driven framework?
What is the file extension of the code file in qtp?
distinguish between old version and new version QTP features.
Mention what are the different types of recording modes in qtp? Which will be used when?
What is recovery scenario in qtp?
How will you compare keyword and expert view?
How will you report the bug and explain the defect tracking sheet you handled?