WHAT IS THE DESCRIPTIVE programming when it is useful? &
when to use this ?
Answer Posted / sreeprasad
1st Descriptive Programming is all about identifying an object
uniquely.
descriptive programming in QTP means whenever qtp facing
dificulty with obj identification then we will go with
regular exp or desc prog it means identifying obj unique
prop from the script itself.ex:vbwindow("").vbedit
("attached text:=username").set cdbjd
2nd answer
without using the objectrepository, and by using the
objectspy we will write the DESCRIPTIVE programming .when
ever we will go to DESCRIPTIVE programming :-
(1).when ever objects are dynamicaly changing.
(2).when ever QTP is not going to recognise the objects.
(3).when ever objectrepository size is huge automatically QTP
wil get down slow.
(4).when ever not yet develop the build then only we will use
DESCRIPTIVE programming .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Did the scripts need lot of maintenance? If yes, why?
What does mean by Scope of Automation?n How we defined it?
Explain features of the latest version of qtp/ uft 12.1?
Difference between test object and run time object?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Explain the concept of object repository & how qtp recognizes objects?
Explain quicktest professional testing process?
how to post xml data from QTP scripts to any application?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What is standalone database?
Problem with XML checkpoint in QTP ?
What ate the Technologies supported by QTP?
Explain in brief about the quicktest professional automation object model?
What is environment variable in qtp and why to use it?