what is the use of descripting programming?

Answer Posted / ram.polavarapu

-descriptive programming is used to find more similar objects.
-there is no object repository for descriptive scripting so
size of the script is less executing is fast.
ex->
print the all links in Google page

dim link
set link=description.create
link("micclass").value="Link"
set a=browser("").page("").childobjects(link)
for i=0 to a.count-1
s=a(i).getroproperty("text")
print s
next

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of recording modes?

722


how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

2094


Explain types of output values?

733


What are the five challenges you faced in QTP?

2944


What is post recovery scenario?

1867


whare exactly we have to use functions and sub routain

2023


I want to do QTP Certification what is the pattern of Question paper.

1939


How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?

765


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

2165


How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?

807


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1892


I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",

1542


What is 'sleep' in sync point?

820


Is it possible to call from one action to another action in qtp?

777


Explain the parameter in qtp?

762